Comment 43 for bug 86103

Revision history for this message
In , Josh Triplett (joshtriplett) wrote :

(In reply to comment #9)
> This does appear to be a bug in XCB, in that there is no reason why a
> single-threaded binary that makes use of an X extension shouldn't run against
> both XTHREAD and non-XTHREAD copies of Xlib without difficulty.

That doesn't describe the problem here. An arbitrary single-threaded binary using an X extension can work with either an XTHREADS Xlib and XTHREADS extension or a no-XTHREADS Xlib and a no-XTHREADS extension. However, that does not mean it will work with a no-XTHREADS extension and an XTHREADS Xlib or vice-versa. Nothing ever said that would work, either before or after XCB.