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 36449 - Studio hangs during unmount of filesystem II
Summary: Studio hangs during unmount of filesystem II
Status: RESOLVED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-06 16:01 UTC by Jaroslav Tulach
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2003-10-06 16:01:58 UTC
There is one deadlock reported as part of issue
35847 that is different than the rest and shall be
handled in separate way. The stacktrace is here:

http://openide.netbeans.org/issues/showattachment.cgi?attach_id=11766&file=C:\NonJatoUnmountHang.txt
Comment 1 Jaroslav Tulach 2003-10-06 16:13:01 UTC
Java guys, please evaluate the deadlock as simplest fix would probably
be somewhere in Java parser. The other option (to fix in
DataObjectPool$Validator) seems to be nearly impossible and a bit
dangerous.
Comment 2 Jan Pokorsky 2003-10-07 09:44:57 UTC
Tomasi, can you take a look at this please?
Comment 3 Tomas Hurka 2004-03-09 13:47:40 UTC
I do not see how we can easily fix it in Java module.  
Comment 4 Jan Becicka 2004-07-13 15:42:55 UTC
This bug is no more valid in promo-D. Relevant code was completely
rewritten.