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 69472

Summary: Dead lock when debugging on SunAppSrv
Product: serverplugins Reporter: Jiri Skrivanek <jskrivanek>
Component: Sun Appserver 8Assignee: _ ludo <ludo>
Status: VERIFIED FIXED    
Severity: blocker CC: sherold
Priority: P2    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: Thread dump

Description Jiri Skrivanek 2005-11-28 16:26:39 UTC
I found a dead lock while debugging on SunAppSrv (see attached thread dump). I
was repeating the following case:

- debug file (CTRL+Shift+F5)
- wait until it stops at breakpoint
- stop debugger (Shift+F5)

Build 20051128-0158, WindowsXP, JDK1.5.0_05.
Comment 1 Jiri Skrivanek 2005-11-28 16:27:35 UTC
Created attachment 27350 [details]
Thread dump
Comment 2 _ ludo 2005-11-28 21:04:21 UTC
For me.
Is is the same all the time, or just once?
Comment 3 _ ludo 2005-11-28 21:33:50 UTC
fixed
/cvs/serverplugins/sun/appsrv81/src/org/netbeans/modules/j2ee/sun/ide/j2ee/StartSunServer.java,v
 <--  StartSunServer.java
new revision: 1.17; previous revision: 1.16
Comment 4 Jiri Skrivanek 2005-12-06 09:17:54 UTC
Verified.