Bug 329197

Summary: Eclipse crashes with some (graphical) views with "xcb_xlib.c:52: xcb_xlib_unlock: Assertion `c->xlib.lock' failed"
Product: [openSUSE] openSUSE 10.3 Reporter: Bernd Lachner <dev>
Component: JavaAssignee: E-mail List <bnc-team-java>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Critical    
Priority: P5 - None    
Version: RC 1   
Target Milestone: ---   
Hardware: i686   
OS: openSUSE 10.3   
Whiteboard:
Found By: Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Bernd Lachner 2007-09-28 06:59:25 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 ""
Comment 1 Ales Nosek 2007-10-25 10:00:19 UTC
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 ***
Comment 2 Bernd Lachner 2007-10-29 10:17:33 UTC
Yes, with export LIBXCB_ALLOW_SLOPPY_LOCK=1
it works.