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 88458 - IllegalThreadStateException at end of execution
Summary: IllegalThreadStateException at end of execution
Status: RESOLVED DUPLICATE of bug 85686
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: nbbuild-issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-01 20:26 UTC by _ gtzabari
Modified: 2006-11-02 00:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stack-trace (1.96 KB, text/plain)
2006-11-01 20:26 UTC, _ gtzabari
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ gtzabari 2006-11-01 20:26:32 UTC
dev build 200610231800

Sometimes when I run my project it throws the attached
IllegalThreadStateException. I don't really have repro steps because this occurs
randomly and no error is occurring in my application. I suspect this is a race
condition because it looks like you're invoking Thread.start() when the parent
ThreadGroup has already been destroyed.
Comment 1 _ gtzabari 2006-11-01 20:26:49 UTC
Created attachment 35709 [details]
stack-trace
Comment 2 Jesse Glick 2006-11-02 00:21:24 UTC

*** This issue has been marked as a duplicate of 85686 ***