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 15093 - Debugger process is not always be terminated
Summary: Debugger process is not always be terminated
Status: CLOSED WONTFIX
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 3.x
Hardware: Macintosh Mac OS X
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-03 15:35 UTC by Thorsten Heit
Modified: 2001-09-19 16:15 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 Thorsten Heit 2001-09-03 15:35:27 UTC
It seems that the debugger process that is started when I'm using the internal
debugger doesn't always terminate correctly. Instead it sometimes continues to
run in the background and has to be killed manually from the command line.

Unfortunately I didn't discover so far under which circumstances the debugger
continues to run; it seems that it is always terminated when I manually stop the
debugging process.

This happens both on MacOS X (10.0.4 with Apple JDK 1.3.0) and on PC (Windows
2000, JDK 1.3.1)
Comment 1 Jan Stola 2001-09-14 14:41:21 UTC
We know about this problem. This happens on Hotspot VM
and mainly (only?) when the debugged process is not finished
by System.exit() call - e.g. when it is finished by the finish
of all threads.

It is a problem of JDK and we cannot do anything with it.
I do not have much information about JDK on Mac, but on WIN
platform it should be fixed in JDK1.3.0_04 and in JDK1.4beta2.
You can also try to use Classic VM for debugging - change the Classic
Switch property of the Default Debugging
(in Project Settings|Debugger Types).
Comment 2 Jan Stola 2001-09-19 16:15:33 UTC
Wontfix -> Closed.