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 69971 - Deadlock when adding a new dependency
Summary: Deadlock when adding a new dependency
Status: CLOSED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: RANDOM, THREAD
Depends on:
Blocks:
 
Reported: 2005-12-06 20:36 UTC by Jan Lahoda
Modified: 2005-12-12 15:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Full Thread Dumps. (34.41 KB, text/plain)
2005-12-06 20:37 UTC, Jan Lahoda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Lahoda 2005-12-06 20:36:03 UTC
[own build from yesterday]

A deadlock happened to me when I was adding a new dependecy to a module.
Attaching full thread dumps.
Comment 1 Jan Lahoda 2005-12-06 20:37:04 UTC
Created attachment 27600 [details]
Full Thread Dumps.
Comment 2 Jesse Glick 2005-12-07 04:12:56 UTC
Should be using PM.mutex I guess, in addition to the private monitor. Hope the
fix works; no real way of testing.
Comment 3 Jesse Glick 2005-12-07 05:41:47 UTC
committed     Up-To-Date  1.23       
apisupport/project/src/org/netbeans/modules/apisupport/project/universe/ModuleList.java
Comment 4 Tomas Danek 2005-12-12 15:25:54 UTC
Let's assume that fix solves this. Closing for now.