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 209485 - ThreadDeath at java.lang.Thread.stop
Summary: ThreadDeath at java.lang.Thread.stop
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-12 16:02 UTC by mklaehn
Modified: 2016-07-07 08:38 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 185788


Attachments
stacktrace (682 bytes, text/plain)
2012-03-12 16:02 UTC, mklaehn
Details
stacktrace (421 bytes, text/plain)
2012-04-04 16:59 UTC, sigals
Details
stacktrace (663 bytes, text/plain)
2014-04-15 08:32 UTC, stefan79
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mklaehn 2012-03-12 16:02:51 UTC
This bug was originally marked as duplicate of bug 202822, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build nbms-and-javadoc-8765-on-20120222)
VM: Java HotSpot(TM) Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows XP

User Comments:
medeag: executing select statement

mklaehn: tried to fix in place while debugging then another outputwindow changed all its charcters to one and the same

GUEST: When try to Apply code changes on an debug session of a java classs




Stacktrace: 
java.lang.ThreadDeath
   at java.lang.Thread.stop(Thread.java:813)
   at org.apache.tools.ant.module.bridge.impl.BridgeImpl$StopProcess.stopThread(BridgeImpl.java:352)
   at org.apache.tools.ant.module.bridge.impl.BridgeImpl$StopProcess.run(BridgeImpl.java:347)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1404)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1984)
Comment 1 mklaehn 2012-03-12 16:02:54 UTC
Created attachment 116622 [details]
stacktrace
Comment 2 sigals 2012-04-04 16:59:22 UTC
Created attachment 117830 [details]
stacktrace
Comment 3 stefan79 2014-04-15 08:32:23 UTC
Created attachment 146754 [details]
stacktrace

Exception occured, because I closed a program while "debug fix" was running.
Comment 4 Martin Balin 2016-07-07 08:38:18 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss