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 109195 - Deadlock in Classpaths.closed
Summary: Deadlock in Classpaths.closed
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Freeform (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kubec
URL:
Keywords: RANDOM, THREAD
Depends on:
Blocks:
 
Reported: 2007-07-10 02:51 UTC by Jesse Glick
Modified: 2009-05-15 12:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump (23.29 KB, text/plain)
2007-07-10 02:52 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2007-07-10 02:51:53 UTC
070709, no idea how to reproduce. I think had just closed nbbuild project.

Classpaths.closed is calling foreign code (GlobalPathRegistry.unregister) while holding a lock, which is no good. I am
unable to determine why ProjectManager.findProject is blocking, however.
Comment 1 Jesse Glick 2007-07-10 02:52:08 UTC
Created attachment 44862 [details]
Thread dump
Comment 2 Milan Kubec 2009-05-15 12:34:01 UTC
So far no more occurrences of the problem, hence closing the issue.