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 27931 - SIOOBE from ExLocalFS.children while unmounting
Summary: SIOOBE from ExLocalFS.children while unmounting
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: rmatous
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2002-10-10 19:59 UTC by Jesse Glick
Modified: 2008-12-23 10:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace (1.76 KB, text/plain)
2002-10-10 20:00 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2002-10-10 19:59:57 UTC
Observed in [dev oct 8]; probably unreproducible.
I had just selected four TreeFS's in the Explorer
and selected Unmount Filesystem, which it seems to
have done correctly, but then this exception was
thrown.
Comment 1 Jesse Glick 2002-10-10 20:00:28 UTC
Created attachment 7641 [details]
Stack trace
Comment 2 Marian Mirilovic 2003-01-06 16:24:01 UTC
I have changed version from 4.0 dev to S1S 4.2 (Nevada).
Comment 3 rmatous 2003-01-13 14:19:34 UTC
Not reproducible. No idea how to better fix, only tiny check added in
ExLocalFileSystem:
/cvs/core/src/org/netbeans/core/ExLocalFileSystem.java,v  <-- 
ExLocalFileSystem.java
new revision: 1.28; previous revision: 1.27
Comment 4 rmatous 2003-01-13 15:55:03 UTC
Changes in 1.28 are  harmless, but also useless. 
Then ExLocalFileSystem.java 1.28 rollbacked. 

Jesse Glick wrote [snip]:
I believe I already fixed #27931 (though I forgot it was filed when I
did so)
Comment 5 Jesse Glick 2003-01-13 16:21:42 UTC
BTW: my (hopefully successful) fix was in ExLocalFileSystem.java 1.26
(which also removed some debugging code I added in 1.25 which helped
me figure out what was going on).
Comment 6 Marian Mirilovic 2005-07-15 07:41:44 UTC
closed