FS#8713 - netbeans (Locking assertion failure)

Attached to Project: Community Packages
Opened by Witold Czaplewski (Witi) - Monday, 19 November 2007, 20:53 GMT
Last edited by Timm (gummibaerchen) - Tuesday, 24 June 2008, 08:57 GMT
Task Type Bug Report
Category
Status Closed
Assigned To Timm (gummibaerchen)
Architecture All
Severity Low
Priority Normal
Reported Version 2007.08-2
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

archlinux testing x86_64
netbeans 5.5.1-2
jdk 6u3-1

If I start netbeans I get the following message. Netbeans seems to work without any problem.

Locking assertion failure. Backtrace:
#0 /usr/lib/libxcb-xlib.so.0 [0x2aaaafdeb97c]
#1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_unlock+0x24) [0x2aaaafdeba84]
#2 /usr/lib/libX11.so.6(_XReply+0x10f) [0x2aaaaf92ddaf]
#3 /opt/java/jre/lib/amd64/xawt/libmawt.so [0x2aaaaf7bf826]
#4 /opt/java/jre/lib/amd64/xawt/libmawt.so [0x2aaaaf7a22ab]
#5 /opt/java/jre/lib/amd64/xawt/libmawt.so [0x2aaaaf7a257d]
#6 /opt/java/jre/lib/amd64/xawt/libmawt.so(Java_sun_awt_X11GraphicsEnvironment_initDisplay+0x12) [0x2aaaaf7a27f2]
#7 [0x2aaaab5636b8]
Locking assertion failure. Backtrace:
#0 /usr/lib/libxcb-xlib.so.0 [0x2aaaafdeb97c]
#1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_lock+0x15) [0x2aaaafdeba15]
#2 /usr/lib/libX11.so.6 [0x2aaaaf92d183]
#3 /usr/lib/libX11.so.6(XGetVisualInfo+0x2c) [0x2aaaaf92465c]
#4 /opt/java/jre/lib/amd64/xawt/libmawt.so [0x2aaaaf7a1645]
#5 /opt/java/jre/lib/amd64/xawt/libmawt.so [0x2aaaaf7a1899]
#6 /opt/java/jre/lib/amd64/xawt/libmawt.so [0x2aaaaf7a261f]
#7 /opt/java/jre/lib/amd64/xawt/libmawt.so(Java_sun_awt_X11GraphicsEnvironment_initDisplay+0x12) [0x2aaaaf7a27f2]
#8 [0x2aaaab5636b8]
This task depends upon

Closed by  Timm (gummibaerchen)
Tuesday, 24 June 2008, 08:57 GMT
Reason for closing:  Won't fix
Additional comments about closing:  This can't be fixed for netbeans only.
Must have been fixed (java-)system-wide.
Comment by Roman Kyrylych (Romashka) - Tuesday, 20 November 2007, 07:38 GMT
Just rebuild the netbeans package against Testing
Comment by Victor (Victor) - Saturday, 15 December 2007, 08:57 GMT
Try this as root:
sed -i 's/XINERAMA/FAKEEXTN/g' /opt/java/jre/lib/amd64/xawt/libmawt.so

The i686 users should use:
sed -i 's/XINERAMA/FAKEEXTN/g' /opt/java/jre/lib/i386/xawt/libmawt.so

(See http://ubuntuforums.org/showthread.php?t=610457 )
Comment by fi-dschi (fi-dschi) - Sunday, 16 December 2007, 17:08 GMT
thank you, Victor. I just want to add that this is not an netbeans error. It appears when starting almost any java application.
Comment by Mika Hynnä (ighea) - Friday, 04 April 2008, 05:39 GMT
This problem still exists with jre-6u5-1.
Comment by Timm (gummibaerchen) - Friday, 04 April 2008, 14:16 GMT
Yeah, sadly.

But the bug should not be filed against netbeans, 'cause I can't do anything about it.
It jre related..
Comment by Jan Willies (loswillios) - Wednesday, 16 April 2008, 13:33 GMT
any idea why jre is behaving like this? Even a simple

String s = javax.swing.JOptionPane.showInputDialog( "Please enter String" );

causes this.
Comment by Gavin Bisesi (Daenyth) - Sunday, 27 April 2008, 20:45 GMT
I also see the locking message when running a source tarball version of frostwire.

Loading...