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 - StackOverflowError at org.openide.util.Utilities.activeReferenceQueue
Summary: StackOverflowError at org.openide.util.Utilities.activeReferenceQueue
Status: RESOLVED DUPLICATE of bug 181460
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-03 07:52 UTC by Kenneth Ganfield
Modified: 2010-03-05 07:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 165923


Attachments
stacktrace (85.58 KB, text/plain)
2010-03-03 07:52 UTC, Kenneth Ganfield
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***