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 33774

Summary: Deadlock opening closed TreeFs filesystem
Product: obsolete Reporter: _ tboudreau <tboudreau>
Component: treefsAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: Sun   
OS: SunOS   
Issue Type: DEFECT Exception Reporter:
Attachments: stack trace

Description _ tboudreau 2003-05-20 14:23:50 UTC
I have a large number of treefs mounts.  The
java/src mount was
closed.  I clicked on it to expand it.  It
expanded and displayed
the "org" node, and then the IDE locked up.  Stack
trace attached.

AFAIK it looks like 
at org.netbeans.modules.treefs.RepManager.waitFinished

is blocking the AWT thread;  source parsing is
also holding
a lock to open a zip file, so I'm not sure exactly
what is going
on.
Comment 1 _ tboudreau 2003-05-20 14:26:57 UTC
Created attachment 10350 [details]
stack trace
Comment 2 Jaroslav Tulach 2003-06-06 16:00:36 UTC
Tim, I guess you are using old version of treefs upgrade.

*** This issue has been marked as a duplicate of 22734 ***