[Xcb] [Bug 38001] New: QNX poll issue

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jun 6 10:50:06 PDT 2011


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

           Summary: QNX poll issue
           Product: XCB
           Version: unspecified
          Platform: x86 (IA32)
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Library
        AssignedTo: xcb at lists.freedesktop.org
        ReportedBy: seanb at qnx.com
         QAContact: xcb at lists.freedesktop.org


Created an attachment (id=47618)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=47618)
suggested diff

On QNX:

# grep POLLIN /usr/include/poll.h
#define POLLIN          (POLLRDNORM | POLLRDBAND)

On exit from the poll loop in _xcb_conn_wait()
only POLLRDNORM is set and the current test
for input doesn't succeed.  Attached is a
diff that I believe is safe on all platforms.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the Xcb mailing list