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

Summary: Deadlock in Classpaths.closed
Product: java Reporter: Jesse Glick <jglick>
Component: FreeformAssignee: Milan Kubec <mkubec>
Status: RESOLVED WORKSFORME    
Severity: blocker Keywords: RANDOM, THREAD
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Thread dump

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.