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 - Deadlock opening closed TreeFs filesystem
Summary: Deadlock opening closed TreeFs filesystem
Status: RESOLVED DUPLICATE of bug 22734
Alias: None
Product: obsolete
Classification: Unclassified
Component: treefs (show other bugs)
Version: 3.x
Hardware: Sun SunOS
: P3 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-20 14:23 UTC by _ tboudreau
Modified: 2003-12-11 14:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stack trace (20.22 KB, text/plain)
2003-05-20 14:26 UTC, _ tboudreau
Details

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