This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 222494

Summary: Deadlock when installing new module
Product: platform Reporter: _ rkubacki <rkubacki>
Component: Module SystemAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P2    
Version: 7.3   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: thread dump

Description _ rkubacki 2012-11-20 21:15:02 UTC
Created attachment 128168 [details]
thread dump

Product Version: NetBeans IDE 7.2 (Build 201207171143)
Java: 1.6.0_37; Java HotSpot(TM) 64-Bit Server VM 20.12-b01
System: Linux version 3.2.0-3-amd64 running on amd64; UTF-8; en_US (nb)
User directory: /home/radim/src/kenai.com/userdir
Cache directory: /home/radim/src/kenai.com/userdir/var/cache

Services, Issue trackers, add new, select JIRA and try to install plugins.

Deadlock. Locks taken in opposite order.
Comment 1 Jaroslav Tulach 2012-11-21 15:59:55 UTC
Since fix for bug 215596 the lock used

	at org.netbeans.NetigsoHandle.classLoaderUp(NetigsoHandle.java:185)
	- locked <0x000000009c118630> (a org.netbeans.NetigsoHandle)

and at

	at org.netbeans.NetigsoHandle.getDefault(NetigsoHandle.java:76)
	- waiting to lock <0x000000009c118630> (a org.netbeans.NetigsoHandle)
	at org.netbeans.NetigsoHandle.getDefault(NetigsoHandle.java:72)

are now two separate locks.

*** This bug has been marked as a duplicate of bug 215596 ***