JAVA: xcb_xlib.c:52: xcb_xlib_unlock: Assertion `c->xlib.lock’ failed Installing Java in SUSE 10.3 October 4, 2008
Posted by Purnawarman Musa in : JAVA, Linux , 3commentsIf you’re encountering this problem ( Linux ),
xcb_xlib_unlock: Assertion ‘c->xlib.lock’ failed
add this line in your /etc/profile :
export LIBXCB_ALLOW_SLOPPY_LOCK=1
It’s a java6 bug.
______________________________________________________________________________
Si en lançant une appli java vous obtenez cette erreur ( sous Linux ),
xcb_xlib_unlock: Assertion ‘c->xlib.lock’ failed
ajouter ceci dans /etc/profile :
export LIBXCB_ALLOW_SLOPPY_LOCK=1
c’est un bug de java6
______________________________________________________________________________
Jika Anda mengalami masalah untuk aplikasi Java ( Linux ),
xcb_xlib_unlock: Assertion ‘c->xlib.lock’ failed
tambahkan baris dibawah ini pada /etc/profile :
export LIBXCB_ALLOW_SLOPPY_LOCK=1
ini adalah bug dari java6