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

View: New views
1 Messages — Rating Filter:   Alert me  

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

by Bugzilla from bugzilla-daemon@freedesktop.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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


Jamey Sharp <jamey@...> changed:

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




--- Comment #1 from Jamey Sharp <jamey@...>  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.
_______________________________________________
Xcb mailing list
Xcb@...
http://lists.freedesktop.org/mailman/listinfo/xcb