[Xcb] [Bug 24520] New implementation of _XSend() results in Fatal IO error 11.

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Oct 14 08:37:31 PDT 2009


http://bugs.freedesktop.org/show_bug.cgi?id=24520


Jamey Sharp <jamey at minilop.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |NOTABUG




--- Comment #1 from Jamey Sharp <jamey at minilop.net>  2009-10-14 08:37:30 PST ---
There may be an Xlib bug here, but your test program is wrong, so I'm not
convinced. You can't send a request without using one of the GetReq family of
macros in Xlib. When I fix your test program to use GetReq instead of _XSend,
it completes successfully.

Your IO error did not occur in _XSend; it occurred in _XReply, because you
didn't send a valid request, so we couldn't find the reply to return. XCB is a
bit stricter about correctness here than Xlib is, but I've never seen real code
get this wrong.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the Xcb mailing list