<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - _XReadEvents is treating EAGAIN as a fatal error instead of just trying again"
href="https://bugs.freedesktop.org/show_bug.cgi?id=92652#c7">Comment # 7</a>
on <a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - _XReadEvents is treating EAGAIN as a fatal error instead of just trying again"
href="https://bugs.freedesktop.org/show_bug.cgi?id=92652">bug 92652</a>
from <span class="vcard"><a class="email" href="mailto:jeremyhu@freedesktop.org" title="Jeremy Huddleston Sequoia <jeremyhu@freedesktop.org>"> <span class="fn">Jeremy Huddleston Sequoia</span></a>
</span></b>
<pre>_xcb_conn_wait is returning false in here:
while(!(ret = get_event(c)))
if(!_xcb_conn_wait(c, &c->in.event_cond, 0, 0))
break;
FWIW, this is true for both the poll and select codepaths.
Need to dig into this more later.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>