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 - Deadlock when installing new module
Summary: Deadlock when installing new module
Status: RESOLVED DUPLICATE of bug 215596
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 7.3
Hardware: PC Linux
: P2 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-20 21:15 UTC by _ rkubacki
Modified: 2012-11-21 15:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dump (33.27 KB, text/plain)
2012-11-20 21:15 UTC, _ rkubacki
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***