Mailinglist Archive: opensuse-bugs (9716 mails)

< Previous Next >
[Bug 330991] java: xcb_xlib.c:52: xcb_xlib_unlock: Assertion `c->xlib.lock' failed. - Installing Lotus Notes
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Mon, 5 Nov 2007 07:00:13 -0700 (MST)
  • Message-id: <20071105140013.B0625CC7B1@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=330991#c10





--- Comment #10 from Bernd Melchers <melchers@xxxxxxxxxxxxxxxxxx> 2007-11-05
07:00:13 MST ---
(In reply to comment #8 from Robert Cabane)
$ find /usr -name 'libmawt*'>liblist ; cat liblist
(you get a list of all affected libraries)
and then
$ for f in `cat liblist` ; do sed -i 's/XINERAMA/FAKEEXTN/g' $f ; done

Don't work for NetBackup jbpSA. Perhaps because it brings its own
java runtime library with itself:

java version "1.4.2_13"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_13-b06)
Java HotSpot(TM) Client VM (build 1.4.2_13-b06, mixed mode)

java: xcb_xlib.c:52: xcb_xlib_unlock: Assertion `c->xlib.lock' failed.

(but the LIBXCB_ALLOW_SLOPPY_LOCK workaround did work)


--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >