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 40455 - Deadlock after closing IDE while debugging
Summary: Deadlock after closing IDE while debugging
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Execution (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Petr Nejedly
URL:
Keywords: THREAD
Depends on:
Blocks:
 
Reported: 2004-02-25 11:09 UTC by _ lcincura
Modified: 2008-12-22 19:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump of the deadlock (13.10 KB, text/plain)
2004-02-25 11:09 UTC, _ lcincura
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ lcincura 2004-02-25 11:09:07 UTC
NetBeans IDE private build from 24/02/2004 on 
java 1.4.2_3

To reproduce:
1, Set execution of some class to debugger 
executor
2, run the class
3, close IDE while the class is running => 
deadlock
Comment 1 _ lcincura 2004-02-25 11:09:48 UTC
Created attachment 13634 [details]
Thread dump of the deadlock
Comment 2 Petr Nejedly 2004-02-25 17:17:05 UTC
Know the problem, have fix.
Testing in progress...
Comment 3 Petr Nejedly 2004-02-26 10:27:55 UTC
Fixed.
core/execution/src/org/netbeans/core/execution/Install.java,v1.14
Comment 4 _ lcincura 2004-08-09 20:17:22 UTC
Verified