[Xcb] [Bug 92652] _XReadEvents is treating EAGAIN as a fatal error instead of just trying again

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat May 28 22:40:35 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=92652

--- Comment #7 from Jeremy Huddleston Sequoia <jeremyhu at freedesktop.org> ---
_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.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/xcb/attachments/20160528/da67039b/attachment.html>


More information about the Xcb mailing list