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 72336

Summary: Deadlock when adding platform
Product: java Reporter: Lukas Hasik <lhasik>
Component: UnsupportedAssignee: issues@java <issues>
Status: VERIFIED FIXED    
Severity: blocker CC: tzezula
Priority: P2 Keywords: THREAD
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: full thread dump

Description Lukas Hasik 2006-02-07 09:47:48 UTC
nb50-fcs, jdk1.5.0_06

I opened 3 projects (1 ejb, 2 web) and there was missing reference to
j2sdk1.4.2_10 in all 3 projects. I wanted to Resolve Reference Problem and try
to add the j2sdk1.4.2_10 as new jdk platform. It deadlocked after FINISH

It happend to me second time. thread dump in attachment
Comment 1 Lukas Hasik 2006-02-07 09:48:27 UTC
Created attachment 28776 [details]
full thread dump
Comment 2 Tomas Zezula 2006-02-24 16:16:00 UTC
It is a deadlock among MergedClassPathImplementation and Project's mutex. It has
to be probably solved in the MergedClassPathImplementation. Other possibility is
to order the locks, this is uglier solution but if it will be hard to do it in
the MergedClassPathImpl I can try this. I can help you with this bug.
Comment 3 Jan Becicka 2006-10-26 16:27:26 UTC
Javacore module was replaced by Retouche infrastructure. This bug is not valid
in trunk any more.
Comment 4 Lukas Hasik 2007-02-07 08:26:28 UTC
verified
Comment 5 Quality Engineering 2007-09-20 10:45:35 UTC
Reorganization of java component