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 181478

Summary: StackOverflowError at org.openide.util.Utilities.activeReferenceQueue
Product: apisupport Reporter: Kenneth Ganfield <kganfield>
Component: ProjectAssignee: Jesse Glick <jglick>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 165923
Attachments: stacktrace

Description Kenneth Ganfield 2010-03-03 07:52:31 UTC
Build: NetBeans IDE Dev (Build 201003020200)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.3-b01-101, Java(TM) SE Runtime Environment, 1.6.0_17-b04-248-9M3125
OS: Mac OS X

User Comments:
kganfield: opened the New Action wizard in a Maven platform application module project




Stacktrace: 
java.lang.StackOverflowError
   at org.openide.util.Utilities.activeReferenceQueue(Utilities.java:296)
   at org.openide.util.WeakListenerImpl$ListenerReference.<init>(WeakListenerImpl.java:507)
   at org.openide.util.WeakListenerImpl.<init>(WeakListenerImpl.java:96)
   at org.openide.util.WeakListenerImpl$ProxyListener.<init>(WeakListenerImpl.java:390)
   at org.openide.util.WeakListenerImpl.create(WeakListenerImpl.java:156)
   at org.openide.util.WeakListeners.create(WeakListeners.java:268)
Comment 1 Kenneth Ganfield 2010-03-03 07:52:36 UTC
Created attachment 94719 [details]
stacktrace
Comment 2 Jesse Glick 2010-03-05 07:54:52 UTC

*** This bug has been marked as a duplicate of bug 181460 ***