Bugzilla – Bug 329197
Eclipse crashes with some (graphical) views with "xcb_xlib.c:52: xcb_xlib_unlock: Assertion `c->xlib.lock' failed"
Last modified: 2007-10-29 10:17:33 UTC
I tried eclipse on openSUSE RC 1 and the Trolltech Qt C++ plugins. If I try to open the "Qt C++ Widget Box" view on eclipse, eclipse crashes. For me it seems, the problem is related to bug 252510, because eclipse prints the following on the console after it crashed: eclipse.bin: xcb_xlib.c:52: xcb_xlib_unlock: Assertion `c->xlib.lock' failed. /usr/share/eclipse/eclipse: line 8: 6857 Aborted /usr/share/eclipse/eclipse.bin -startup $STARTUP_JAR ""
Thanks for the report. Please, try to use: export LIBXCB_ALLOW_SLOPPY_LOCK=1 *** This bug has been marked as a duplicate of bug 330991 ***
Yes, with export LIBXCB_ALLOW_SLOPPY_LOCK=1 it works.