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 253401 - IllegalStateException: Too many org.netbeans.modules.cnd.debugger.common2.debugger.actions.ExecutableProjectPanel$2 (3) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.modules.cnd.debugger.common2.deb...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-10 10:23 UTC by Alexander Simon
Modified: 2015-07-11 02:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218449


Attachments
stacktrace (8.25 KB, text/plain)
2015-07-10 10:23 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2015-07-10 10:23:30 UTC
Build: Oracle Solaris Studio Dodona (2015/07/10 125f30f54a79)
VM: Java HotSpot(TM) Server VM, 24.75-b04, Java(TM) SE Runtime Environment, 1.7.0_75-b13
OS: SunOS

User Comments:
alexvsimon: navigate in process to attach table




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.cnd.debugger.common2.debugger.actions.ExecutableProjectPanel$2 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:420)
   at org.netbeans.modules.cnd.debugger.common2.debugger.actions.ExecutableProjectPanel.setSelectedProjectByPath(ExecutableProjectPanel.java:508)
   at org.netbeans.modules.cnd.debugger.common2.debugger.actions.ExecutableProjectPanel.setExecutablePath(ExecutableProjectPanel.java:182)
   at org.netbeans.modules.cnd.debugger.common2.debugger.actions.AttachPanel.chosenProcess(AttachPanel.java:581)
   at org.netbeans.modules.cnd.debugger.common2.debugger.actions.AttachPanel.access$900(AttachPanel.java:132)
   at org.netbeans.modules.cnd.debugger.common2.debugger.actions.AttachPanel$8.valueChanged(AttachPanel.java:513)
Comment 1 Alexander Simon 2015-07-10 10:23:33 UTC
Created attachment 154557 [details]
stacktrace
Comment 2 Alexander Simon 2015-07-10 10:35:32 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/543568ee4e61
Comment 3 Quality Engineering 2015-07-11 02:03:08 UTC
Integrated into 'main-silver', will be available in build *201507110001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/543568ee4e61
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #253401 IllegalStateException: Too many org.netbeans.modules.cnd.debugger.common2.debugger.actions.ExecutableProjectPanel$2 (3) in shared RequestProcessor; create your own