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 172895 - Debugger proces not finished after killing debugger
Summary: Debugger proces not finished after killing debugger
Status: RESOLVED DUPLICATE of bug 148706
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: PC Windows 7
: P3 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-23 15:11 UTC by Tomas Danek
Modified: 2009-10-01 16:00 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 Tomas Danek 2009-09-23 15:11:15 UTC
Product Version: NetBeans IDE Dev (Build 200909221401)
Java: 1.6.0_16; Java HotSpot(TM) Client VM 14.2-b01
System: Windows 7 version 6.1 running on x86; Cp1252; en_US (nb)
Userdir: C:\Users\tester\.netbeans\dev
--------
- created rails app (default jruby)
- removed active record framework from environment.rb
- generated controller/view
- put BP in view, ran c-s-f5 to start debugging
- debugger stops at BP
- kill session by stop button in OW
- there's still java process representing debugger session hanging, session was not finished
- process must be killed in task manager. since the prevois one is blocking port 3000 for webrick
Comment 1 Erno Mononen 2009-10-01 16:00:29 UTC
Seems to be a duplicate of #148706 - more people have reported that this happens from time to time, so there are 
obviously problems with killing the debugger, but this doesn't seem to be reliably reproducible (not for me at least - 
tried the steps 5 times now and no luck in reproducing).

*** This issue has been marked as a duplicate of 148706 ***