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 23911 - Exception, when unmounting FS
Summary: Exception, when unmounting FS
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P2 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
: 23954 23976 24210 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-05-23 15:49 UTC by Jiri Mzourek
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide.log (197.72 KB, text/plain)
2002-05-23 16:02 UTC, Jiri Mzourek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Mzourek 2002-05-23 15:49:03 UTC
Not easy to reproduce, but sometimes you get
exception:

Annotation: Parser error
org.openide.src.SourceException$IO: Source was
deleted
        at
org.netbeans.modules.java.parser.ParsingSupport.updateSourceModel(ParsingSupport.java:476)
        at
org.netbeans.modules.java.parser.ParsingSupport.access$300(ParsingSupport.java:66)
        at
org.netbeans.modules.java.parser.ParsingSupport$Processor.updateModel(ParsingSupport.java:634)
        at
org.netbeans.modules.java.parser.ParsingSupport$Processor.run(ParsingSupport.java:593)
        at
org.netbeans.modules.java.model.DefaultLangModel.runUpdate(DefaultLangModel.java:488)
        at
org.netbeans.modules.java.parser.ParsingSupport$Processor.parseLockModel(ParsingSupport.java:661)
        at
org.netbeans.modules.java.parser.ParsingSupport$Processor.run(ParsingSupport.java:590)
        at
org.openide.util.Task.run(Task.java:136)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:599)
==>
Comment 1 Jiri Mzourek 2002-05-23 16:02:41 UTC
Created attachment 5931 [details]
ide.log
Comment 2 Tomas Hurka 2002-05-24 10:02:02 UTC
*** Issue 23954 has been marked as a duplicate of this issue. ***
Comment 3 Tomas Hurka 2002-05-24 10:22:29 UTC
The exception is harmless. It was there before, but now is visualized
due to #issue 22518.
Comment 4 Svata Dedic 2002-05-24 13:17:25 UTC
Fixed in dev trunk
/cvs/java/src/org/netbeans/modules/java/parser/ParsingSupport.java,v 
<--  ParsingSupport.java
new revision: 1.29; previous revision: 1.28
Comment 5 Svata Dedic 2002-05-27 17:06:43 UTC
Fixed in Q-Build branch:

/cvs/java/src/org/netbeans/modules/java/parser/ParsingSupport.java,v 
<--  ParsingSupport.java
new revision: 1.28.2.1; previous revision: 1.28
Comment 6 Tomas Hurka 2002-05-28 08:41:14 UTC
*** Issue 23976 has been marked as a duplicate of this issue. ***
Comment 7 Tomas Hurka 2002-05-29 17:48:20 UTC
*** Issue 24210 has been marked as a duplicate of this issue. ***
Comment 8 Jan Becicka 2002-06-12 09:06:34 UTC
VERIFIED
Comment 9 Quality Engineering 2003-07-01 13:21:13 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.