You are not logged in.
Pages: 1
Hello,
I have reinstalled arch a couple of hours ago, and I have this problem installing jedit - which I've installed succesfully several times in arch & other distros before. Could it be a java problem? I doubt it could be the .jar file, since I've downloaded it twice from different mirrors and with the same result. Same version works fine in ubuntu, and previous versions of jedit worked fine in arch too.
Thanks!
[~]$ java -jar jedit4.3pre11install.jar
Locking assertion failure. Backtrace:
#0 /usr/lib/libxcb-xlib.so.0 [0xb7f72767]
#1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_unlock+0x31) [0xb7f728b1]
#2 /usr/lib/libX11.so.6(_XReply+0xfd) [0x90751a8d]
#3 /opt/java/jre/lib/i386/xawt/libmawt.so [0x9083064e]
#4 /opt/java/jre/lib/i386/xawt/libmawt.so [0x9080ef97]
#5 /opt/java/jre/lib/i386/xawt/libmawt.so [0x9080f248]
#6 /opt/java/jre/lib/i386/xawt/libmawt.so(Java_sun_awt_X11GraphicsEnvironment_initDisplay+0x2f) [0x9080f54f]
#7 [0xb4d3eb7b]
#8 [0xb4d36f0d]
#9 [0xb4d36f0d]
#10 [0xb4d34243]
#11 /opt/java/jre/lib/i386/server/libjvm.so [0x62c5ecd]
#12 /opt/java/jre/lib/i386/server/libjvm.so [0x64523b8]
#13 /opt/java/jre/lib/i386/server/libjvm.so [0x62c5d60]
#14 /opt/java/jre/lib/i386/server/libjvm.so(JVM_DoPrivileged+0x34b) [0x631bc1b]
#15 /opt/java/jre/lib/i386/libjava.so(Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedAction_2+0x3d) [0xb7d4f96d]
#16 [0xb4d3eb7b]
#17 [0xb4d36da7]
#18 [0xb4d34243]
#19 /opt/java/jre/lib/i386/server/libjvm.so [0x62c5ecd]
java: xcb_xlib.c:82: xcb_xlib_unlock: Assertion `c->xlib.lock' failed.
Aborted
Offline
java is broken for some w/ latest xorg
Offline
I need to use jedit.
I have installed old version of the xorg, mouse, keyboard nad video.
It s working.
Offline
I need to use jedit.
I have installed old version of the xorg, mouse, keyboard nad video.
It s working.
My java apps are working with Jan de Groot solution at
http://bugs.archlinux.org/task/8521
Add "export LIBXCB_ALLOW_SLOPPY_LOCK=1" to /etc/profile.d/xorg.sh and you should be fine.
Scientia et sapientia patrimonium humanitatis sunt.
Offline
thanks
it s working.
Offline
Thanks a lot, this fixed it!
Offline
Pages: 1