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 29518 - deadlock on unmount filesystem
Summary: deadlock on unmount filesystem
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC All
: P1 blocker (vote)
Assignee: issues@projects
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-12 11:49 UTC by pzajac
Modified: 2008-12-22 18:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
threads dump (19.05 KB, text/plain)
2002-12-12 11:49 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2002-12-12 11:49:20 UTC
[200212120736]
Steps to reproduction:
1)Start ide with new projects.
2) click to fileSystem tab
3) perform unmount filesystem action
Comment 1 pzajac 2002-12-12 11:49:57 UTC
Created attachment 8292 [details]
threads dump
Comment 2 Jan Becicka 2002-12-12 13:30:14 UTC
Reproducible deadlock is P1
Comment 3 David Strupl 2002-12-13 10:38:10 UTC
It is in the new projects module.
Holding lock and calling lookup here:

at 
org.openide.util.lookup.ProxyLookup$R.allInstances(ProxyLookup.java:31
0)
        at 
org.netbeans.api.projects.Project$Resolver.getResolvers(Project.java:1
017)
        - locked <0x44e08b58> (a java.lang.Object)
        at 
org.netbeans.api.projects.Project$Resolver.decode(Project.java:977)

Project people please evaluate.
Comment 4 Vitezslav Stejskal 2002-12-13 11:50:09 UTC
Hopefully fixed.

org/netbeans/api/projects/Project.java, 1.1.2.14
fix is also merged to prj40_dr2
Comment 5 pzajac 2002-12-18 13:04:04 UTC
verified