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 158308 - Unable to run C/C++ project with Gizmo enabled several times
Summary: Unable to run C/C++ project with Gizmo enabled several times
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: D-Light (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Alexey Vladykin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-10 14:01 UTC by Maria Tishkova
Modified: 2009-03-10 17:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maria Tishkova 2009-02-10 14:01:06 UTC
SEVERE [org.openide.util.Exceptions]
java.lang.IllegalThreadStateException
        at java.lang.ThreadGroup.addUnstarted(ThreadGroup.java:832)
        at java.lang.Thread.init(Thread.java:344)
        at java.lang.Thread.<init>(Thread.java:565)
        at java.util.concurrent.Executors$DefaultThreadFactory.newThread(Executors.java:542)
        at java.util.concurrent.ThreadPoolExecutor.addThread(ThreadPoolExecutor.java:672)
        at java.util.concurrent.ThreadPoolExecutor.addIfUnderMaximumPoolSize(ThreadPoolExecutor.java:721)
        at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:657)
        at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:92)
        at org.netbeans.modules.dlight.api.execution.DLightToolkitManagement.createSession(DLightToolkitManagement.java:145)
        at org.netbeans.modules.cnd.gizmo.actions.GizmoRunActionHandler.execute(GizmoRunActionHandler.java:105)
        at org.netbeans.modules.cnd.makeproject.api.ProjectActionSupport$HandleEvents.go(ProjectActionSupport.java:330)
        at
org.netbeans.modules.cnd.makeproject.api.ProjectActionSupport$HandleEvents.executionFinished(ProjectActionSupport.java:390)
        at
org.netbeans.modules.cnd.makeproject.api.DefaultProjectActionHandler.executionFinished(DefaultProjectActionHandler.java:286)
        at org.netbeans.modules.cnd.api.execution.NativeExecutor.fireExecutionFinished(NativeExecutor.java:400)
        at org.netbeans.modules.cnd.api.execution.NativeExecutor.executionFinished(NativeExecutor.java:356)
        at org.netbeans.modules.cnd.api.execution.NativeExecutor.run(NativeExecutor.java:316)
[catch] at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:151)
Comment 1 Alexey Vladykin 2009-03-10 17:13:35 UTC
Fixed a while ago in http://hg.netbeans.org/main/rev/28881468c951