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 18082 - Running processes on Solaris after debugger finished
Summary: Running processes on Solaris after debugger finished
Status: CLOSED INVALID
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-26 14:02 UTC by Jiri Skrivanek
Modified: 2001-11-27 09:06 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 Jiri Skrivanek 2001-11-26 14:02:34 UTC
Tested in build 20011126-1007, JDK1.3.1-b24, Solaris 8.

- from template create new Main class
- add a line to main method and toggle breakpoint on it
- start debugger
- debugger should stop on breakpoint
- continue degugging
- debugger will finish (no session running) but if you check processes (ps -ef|
grep java) you see a java process stay alive

If you repeat these steps several times, you notice several processes occupying
your computer. They stay alive even after you shut IDE down and they start to
decrease computer speed.
Comment 1 Marian Petras 2001-11-26 15:00:17 UTC
This is caused by a bug in JDK 1.3.1-b24. The bug is fixed in JDK
1.3.1_01.

Please use final version of JDK - currently JDK 1.3.1_01.