b***@freedesktop.org
2016-05-28 22:40:35 UTC
https://bugs.freedesktop.org/show_bug.cgi?id=92652
--- Comment #7 from Jeremy Huddleston Sequoia <***@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.
--- Comment #7 from Jeremy Huddleston Sequoia <***@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.
You are receiving this mail because:
You are the QA Contact for the bug.