Bug 329197 - Eclipse crashes with some (graphical) views with "xcb_xlib.c:52: xcb_xlib_unlock: Assertion `c->xlib.lock' failed"
Summary: Eclipse crashes with some (graphical) views with "xcb_xlib.c:52: xcb_xlib_unl...
Status: RESOLVED DUPLICATE of bug 330991
Alias: None
Product: openSUSE 10.3
Classification: openSUSE
Component: Java (show other bugs)
Version: RC 1
Hardware: i686 openSUSE 10.3
: P5 - None : Critical (vote)
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-28 06:59 UTC by Bernd Lachner
Modified: 2007-10-29 10:17 UTC (History)
0 users

See Also:
Found By: Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.