[Xcb] java: ../../src/xcb_lock.c:33: _XCBUnlockDisplay: Assertion `xcb_get_request_sent(dpy->xcb->connection) == dpy->request' failed.

Uli Schlachter psychon at znc.in
Tue May 1 08:20:41 PDT 2012


Hi,

On 01.05.2012 16:46, mitch.seybold at L-3Com.com wrote:
[...]
> java: ../../src/xcb_lock.c:33: _XCBUnlockDisplay: Assertion
> `xcb_get_request_sent(dpy->xcb->connection) == dpy->request' failed.
[...]

This failed assertion is not in xcb. There never was a function
_XCBUnlockDisplay in xcb.

Instead, this error comes from libX11.
This function was removed from libX11 in commit 54e5c0941b0ded which is part of
version 1.1.99.2. It was added in commit 3aff149d42ba8 which is part of version
1.0.99.1. So all I can say is that your version of libX11 is somewhere in
between these two versions and that the code that is failing for you no longer
exists in newer version.

Cheers,
Uli
-- 
A learning experience is one of those things that say,
'You know that thing you just did? Don't do that.'
                     -- Douglas Adams


More information about the Xcb mailing list