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 - Deadlock when adding platform
Summary: Deadlock when adding platform
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords: THREAD
Depends on:
Blocks:
 
Reported: 2006-02-07 09:47 UTC by Lukas Hasik
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
full thread dump (52.77 KB, text/plain)
2006-02-07 09:48 UTC, Lukas Hasik
Details

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