Re: [Xcb] [PATCH xcb] don't flag extra reply in xcb_take_socket

2018-08-21 Thread Uli Schlachter
On 14.08.2018 14:46, Julien Cristau wrote: > +xcb@ Thanks, Julien. And sorry for this mail getting stuck in xorg-devel's moderation queue, I'll remove that CC if I reply again. > On 08/09/2018 12:20 AM, Erik Kurzinger wrote: >> If any flags are specified in a call to xcb_take_socket, >> they

Re: [PATCH xcb] don't flag extra reply in xcb_take_socket

2018-08-14 Thread Michal Srb
On čtvrtek 9. srpna 2018 0:20:01 CEST Erik Kurzinger wrote: > In practice, this has been causing intermittent KWin crashes when > used in combination with the proprietary NVIDIA driver such as > https://bugs.kde.org/show_bug.cgi?id=386370 since when Xlib fails to > retrieve one of these

Re: [PATCH xcb] don't flag extra reply in xcb_take_socket

2018-08-14 Thread Julien Cristau
+xcb@ On 08/09/2018 12:20 AM, Erik Kurzinger wrote: > If any flags are specified in a call to xcb_take_socket, > they should only be applied to replies for requests sent > after that function returns (and until the socket is > re-acquired by XCB). > > Previously, they would also be incorrectly

[PATCH xcb] don't flag extra reply in xcb_take_socket

2018-08-10 Thread Erik Kurzinger
If any flags are specified in a call to xcb_take_socket, they should only be applied to replies for requests sent after that function returns (and until the socket is re-acquired by XCB). Previously, they would also be incorrectly applied to the reply for the last request sent before the socket