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 70007 - StackOverflowError
Summary: StackOverflowError
Status: VERIFIED DUPLICATE of bug 68541
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-07 10:18 UTC by Vladimir Voskresensky
Modified: 2005-12-07 13:04 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 Vladimir Voskresensky 2005-12-07 10:18:10 UTC
Go to article
http://xtest.netbeans.org/XTest_for_NetBeans.html, download and unzip
http://xtest.netbeans.org/mymodule.zip. Try to open module in NB5b2 =>
StackOverflowError

I use
  Product Version         = NetBeans IDE 5.0 Beta 2 (Build 200511141730)
  Operating System        = SunOS version 5.10 running on x86
  Java; VM; Vendor; Home  = 1.5.0_05; Java HotSpot(TM) Server VM 1.5.0_05-b05;
Sun Microsystems Inc.; /usr/jdk/instances/jdk1.5.0_05/jre
  System Locale; Encoding = en (nb); ISO646-US

==============================
java.lang.StackOverflowError
	at
org.netbeans.modules.apisupport.project.NbModuleProject$4.evaluate(NbModuleProject.java:511)
	at
org.netbeans.modules.apisupport.project.NbModuleProject$4.evaluate(NbModuleProject.java:511)
....................
	at
org.netbeans.modules.apisupport.project.NbModuleProject$4.evaluate(NbModuleProject.java:511)
	at
org.netbeans.modules.apisupport.project.NbModuleProject$4.evaluate(NbModuleProject.java:511)
	at
org.netbeans.modules.apisupport.project.NbModuleProject$4.evaluate(NbModuleProject.java:511)
==>
java.lang.Exception: Caught here in mutex
	at org.openide.util.Mutex.annotateEventStack(Mutex.java:1228)
	at org.openide.util.Mutex.notifyException(Mutex.java:1212)
	at org.openide.util.Mutex.doEventAccess(Mutex.java:1189)
	at org.openide.util.Mutex.readAccess(Mutex.java:183)
	at org.netbeans.modules.project.ui.OpenProjectList.doOpen(OpenProjectList.java:267)
	at
org.netbeans.modules.project.ui.OpenProjectList.access$000(OpenProjectList.java:74)
	at org.netbeans.modules.project.ui.OpenProjectList$1.run(OpenProjectList.java:188)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:471)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:904)
Comment 1 Martin Krauskopf 2005-12-07 10:47:57 UTC
Already fixed in the latest builds. Thanks for the report.

*** This issue has been marked as a duplicate of 68541 ***
Comment 2 Tomas Danek 2005-12-07 13:04:09 UTC
verified duplicate