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 140194 - AE from CloneableEditorSupport.openDocumentImpl
Summary: AE from CloneableEditorSupport.openDocumentImpl
Status: RESOLVED DUPLICATE of bug 146008
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: mslama
URL: https://central.sun.net/http://konik-...
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2008-07-16 01:50 UTC by Jesse Glick
Modified: 2008-12-22 13:50 UTC (History)
0 users

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 Jesse Glick 2008-07-16 01:50:45 UTC
Probably random.

java.lang.AssertionError: no document although status is 2; doc=StrongRef[doc=null,super.get=null]
	at org.openide.text.CloneableEditorSupport.openDocumentImpl(CloneableEditorSupport.java:749)
	at org.openide.text.CloneableEditorSupport.openDocumentCheckIOE(CloneableEditorSupport.java:724)
	at org.openide.text.CloneableEditorSupport.openDocument(CloneableEditorSupport.java:719)
	at org.openide.text.DataEditorSupport.openDocument(DataEditorSupport.java:398)
	at org.apache.tools.ant.module.xml.AntProjectSupport.parseDocument(AntProjectSupport.java:255)
	at org.apache.tools.ant.module.xml.AntProjectSupport.getDocument(AntProjectSupport.java:157)
	at org.apache.tools.ant.module.xml.AntProjectSupport.getProjectElement(AntProjectSupport.java:295)
	at org.apache.tools.ant.module.run.TargetExecutor.getProcessDisplayName(TargetExecutor.java:132)
	at org.apache.tools.ant.module.run.TargetExecutor.execute(TargetExecutor.java:290)
	at org.apache.tools.ant.module.api.AntTargetExecutor.execute(AntTargetExecutor.java:103)
	at org.apache.tools.ant.module.spi.AntLoggerTest.run(AntLoggerTest.java:100)
	at org.apache.tools.ant.module.spi.AntLoggerTest.run(AntLoggerTest.java:95)
	at org.apache.tools.ant.module.spi.AntLoggerTest.testAntEventDetails(AntLoggerTest.java:189)
Comment 1 mslama 2008-08-13 19:16:04 UTC
Looks similar to #143628. It seems document is gc'ed.
Comment 2 mslama 2008-09-23 11:50:48 UTC
Should be fixed already.

*** This issue has been marked as a duplicate of 146008 ***