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 212780 - IllegalStateException: Too many org.netbeans.modules.profiler.heapwalker.HprofDataObject$1 (3) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.modules.profiler.heapwalker.Hpro...
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-21 12:48 UTC by Petr Cyhelsky
Modified: 2013-10-16 07:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 188156


Attachments
stacktrace (2.20 KB, text/plain)
2012-05-21 12:48 UTC, Petr Cyhelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2012-05-21 12:48:39 UTC
Build: NetBeans IDE Dev (Build 201205200400)
VM: Java HotSpot(TM) Client VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b20
OS: Linux

User Comments:
cyhelsky: dragged three heap dumps into the main window (to open them all)




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.profiler.heapwalker.HprofDataObject$1 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:424)
   at org.netbeans.modules.profiler.heapwalker.HprofDataObject.open(HprofDataObject.java:88)
   at org.openide.awt.ActionDefaultPerfomer.actionPerformed(ActionDefaultPerfomer.java:70)
   at org.openide.awt.ContextAction$Performer.actionPerformed(ContextAction.java:226)
   at org.openide.awt.ContextManager.actionPerformed(ContextManager.java:247)
   at org.openide.awt.ContextAction.actionPerformed(ContextAction.java:109)
Comment 1 Petr Cyhelsky 2012-05-21 12:48:46 UTC
Created attachment 119685 [details]
stacktrace
Comment 2 Jiri Sedlacek 2012-05-21 14:32:46 UTC
Fixed by http://hg.netbeans.org/profiler-main/rev/e11069240ca6.