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 182964 - [69cat] IllegalStateException: Too many org.openide.actions.GarbageCollectAction$1 in non-private processor. Use own static final RequestProcessor RP = new RequestProcessor(...)!
Summary: [69cat] IllegalStateException: Too many org.openide.actions.GarbageCollectAct...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Actions (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-26 20:09 UTC by misterm
Modified: 2010-03-29 09:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 167145


Attachments
stacktrace (1.83 KB, text/plain)
2010-03-26 20:09 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2010-03-26 20:09:19 UTC
Build: NetBeans IDE Dev (Build 100326-c0c8da2a52b0)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_04-b12
OS: Windows XP

Stacktrace: 
java.lang.IllegalStateException: Too many org.openide.actions.GarbageCollectAction$1 in non-private processor. Use own static final RequestProcessor RP = new RequestProcessor(...)!
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:367)
   at org.openide.actions.GarbageCollectAction.gc(GarbageCollectAction.java:81)
   at org.openide.actions.GarbageCollectAction.performAction(GarbageCollectAction.java:76)
   at org.openide.actions.HeapView.processMouseEvent(HeapView.java:438)
   at java.awt.Component.processEvent(Component.java:5806)
   at java.awt.Container.processEvent(Container.java:2058)
Comment 1 misterm 2010-03-26 20:09:23 UTC
Created attachment 96016 [details]
stacktrace
Comment 2 Jaroslav Tulach 2010-03-29 09:29:34 UTC
core-main#a4146177850f