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 195085 - IllegalStateException: Too many org.netbeans.modules.profiler.NetBeansProfiler$6 (19) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.modules.profiler.NetBeansProfile...
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-05 05:08 UTC by _ tboudreau
Modified: 2011-03-09 05:39 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 172878


Attachments
stacktrace (4.25 KB, text/plain)
2011-02-05 05:08 UTC, _ tboudreau
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2011-02-05 05:08:32 UTC
Build: NetBeans IDE Dev (Build 110104-e4018f65b87c)
VM: Java HotSpot(TM) Server VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Linux

User Comments:
tboudreau: Holding down Enter key to try to dismiss thousands of profiler JVMTI error 60 dialogs, while a CPU snapshot was the active TopComponent whenever they went away for long enough for events to be processed.  Probably holding down the Enter key was generating thousands of Go To Source events or something.

GUEST: Chose "Go To Source" from profiler snapshot.
Snapshot had been loaded as a link from a NB bugzilla issue.
I don't believe I had the sources available locally.




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.profiler.NetBeansProfiler$6 (19) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:425)
   at org.netbeans.modules.profiler.NetBeansProfiler.openJavaSource(NetBeansProfiler.java:1382)
   at org.netbeans.modules.profiler.CPUSnapshotPanel$CPUActionsHandler.showSourceForMethod(CPUSnapshotPanel.java:170)
   at org.netbeans.lib.profiler.ui.cpu.CPUResultsPanel.showSourceForMethod(CPUResultsPanel.java:250)
   at org.netbeans.lib.profiler.ui.cpu.CPUResultsPanel.performDefaultAction(CPUResultsPanel.java:230)
   at org.netbeans.lib.profiler.ui.cpu.CCTDisplay$3.actionPerformed(CCTDisplay.java:523)
Comment 1 _ tboudreau 2011-02-05 05:08:36 UTC
Created attachment 105670 [details]
stacktrace
Comment 2 J Bachorik 2011-03-07 13:47:22 UTC
Fixed in http://hg.netbeans.org/profiler-main/rev/76357b63ed08
Comment 3 Quality Engineering 2011-03-09 05:39:31 UTC
Integrated into 'main-golden', will be available in build *201103090000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/76357b63ed08
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: #195085: Use your own RP for opening sources (some people can click really fast)