[Libreoffice-bugs] [Bug 107970] Build ID: 3d9a8b4b4e538a85e0782bd6c2d430bafe583448 consume 100% CPU

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Jun 6 14:20:47 UTC 2017


https://bugs.documentfoundation.org/show_bug.cgi?id=107970

--- Comment #10 from Stephan Bergmann <sbergman at redhat.com> ---
(In reply to bugzilla from comment #7)
> The gist of the attached strace is this repeating set of lines
> 
> 
> poll([{fd=9, events=POLLIN}, {fd=13, events=POLLIN}, {fd=20,
> events=POLLIN}], 3, 230) = 1 ([{fd=9, revents=POLLIN}])
> read(9, "\1\0\0\0\0\0\0\0", 16)         = 8
> write(9, "\1\0\0\0\0\0\0\0", 8)         = 8
> poll([{fd=9, events=POLLIN}, {fd=13, events=POLLIN}, {fd=20,
> events=POLLIN}], 3, 230) = 1 ([{fd=9, revents=POLLIN}])
> read(9, "\1\0\0\0\0\0\0\0", 16)         = 8
> write(9, "\1\0\0\0\0\0\0\0", 8)         = 8
> poll([{fd=9, events=POLLIN}, {fd=13, events=POLLIN}, {fd=20,
> events=POLLIN}], 3, 230) = 1 ([{fd=9, revents=POLLIN}])
> read(9, "\1\0\0\0\0\0\0\0", 16)         = 8
> write(9, "\1\0\0\0\0\0\0\0", 8)         = 8
> 
> [...]

What's missing from the attachment is everything leading up to those poll
calls, so one would get an idea what code is doing that (i.e., what FDs 9, 13,
20 are bound to).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170606/77731b4e/attachment.html>


More information about the Libreoffice-bugs mailing list