[Xcb] [Bug 41443] Fatal error message when we close libX11 window application.

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Oct 5 00:14:31 PDT 2011


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

--- Comment #1 from Arvind Umrao <arvind.umrao at oracle.com> 2011-10-05 00:14:30 PDT ---
Created an attachment (id=51992)
 View: https://bugs.freedesktop.org/attachment.cgi?id=51992
 Review: https://bugs.freedesktop.org/review?bug=41443&attachment=51992

Patch fix

XCB should give same error messages as legacy libX11 were. In order to fix this
issue, I have set right error number and made code similar to
lib11:XlibInt.c:_XRead: ESET(EPIPE). I believe xcb_in.c is the best place to
fix this error,rather than libX11:xcb_io.c. KCB was returning errno EAGAIN, I
made it return EPIPE to make it similar to legacy libX11.

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


More information about the Xcb mailing list