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 201368 - IllegalStateException: Too many org.netbeans.modules.profiler.snaptracer.impl.TracerView$6$1 (3) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.modules.profiler.snaptracer.impl...
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Ide (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-26 15:15 UTC by Tomas Stupka
Modified: 2011-09-07 14:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 180798


Attachments
stacktrace (1.38 KB, text/plain)
2011-08-26 15:15 UTC, Tomas Stupka
Details
stacktrace (1.38 KB, text/plain)
2011-09-01 14:32 UTC, Kenneth Ganfield
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2011-08-26 15:15:08 UTC
Build: NetBeans IDE Dev (Build 20110826-60f4cd4e9424)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.1-b02-384, Java(TM) SE Runtime Environment, 1.6.0_26-b03-384-10M3425
OS: Mac OS X

User Comments:
tstupka: main menu > file > open file ... > selected 7 shanpshot files at once




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.profiler.snaptracer.impl.TracerView$6$1 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:425)
   at org.netbeans.modules.profiler.snaptracer.impl.TracerView$6.run(TracerView.java:168)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:677)
   at java.awt.EventQueue.access$000(EventQueue.java:85)
   at java.awt.EventQueue$1.run(EventQueue.java:638)
Comment 1 Tomas Stupka 2011-08-26 15:15:12 UTC
Created attachment 110250 [details]
stacktrace
Comment 2 Kenneth Ganfield 2011-09-01 14:32:15 UTC
Created attachment 110317 [details]
stacktrace

clicked Show Profiler Data in Show Data dialog when reporting a problem
Comment 3 Jiri Sedlacek 2011-09-06 11:56:25 UTC
Fixed by http://hg.netbeans.org/profiler-main/rev/c9406a0710b2.
Comment 4 Quality Engineering 2011-09-07 14:30:57 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/c9406a0710b2
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #201368 - use custom RequestProcessor for intensive tasks