<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Build ID: 3d9a8b4b4e538a85e0782bd6c2d430bafe583448 consume 100% CPU"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=107970#c10">Comment # 10</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Build ID: 3d9a8b4b4e538a85e0782bd6c2d430bafe583448 consume 100% CPU"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=107970">bug 107970</a>
from <span class="vcard"><a class="email" href="mailto:sbergman@redhat.com" title="Stephan Bergmann <sbergman@redhat.com>"> <span class="fn">Stephan Bergmann</span></a>
</span></b>
<pre>(In reply to bugzilla from <a href="show_bug.cgi?id=107970#c7">comment #7</a>)
<span class="quote">> 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
>
> [...]</span >
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).</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>