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 100769 - [DEBUGGER] RubyDebuggerException: Trying to send a command [cont] to terminated process
Summary: [DEBUGGER] RubyDebuggerException: Trying to send a command [cont] to terminat...
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-12 13:04 UTC by Tomas Danek
Modified: 2007-07-03 14:43 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 2007-04-12 13:04:13 UTC
#899
NetBeans IDE Dev (Build 200704111800)
1.6.0_01; Java HotSpot(TM) Client VM 1.6.0_01-b04
Linux version 2.6.17-11-generic running on i386
cs_CZ (nb); UTF-8
------------------------------
no steps to reproduce, sorry:(

org.rubyforge.debugcommons.RubyDebuggerException: Trying to send a command
[cont] to terminated process
	at
org.rubyforge.debugcommons.RubyDebuggerProxy.sendCommand(RubyDebuggerProxy.java:233)
	at
org.rubyforge.debugcommons.RubyDebuggerProxy.access$200(RubyDebuggerProxy.java:22)
[catch] at
org.rubyforge.debugcommons.RubyDebuggerProxy$RubyLoop.run(RubyDebuggerProxy.java:376)
Comment 1 Martin Krauskopf 2007-04-14 11:22:23 UTC
Yes it may happen from time to time until....

lib: Do not throw exception when sending command to finished process.
     Just emit warning, until the terminating mechanism is polished.
external/debug-commons-java-0.7.2.jar;
new revision: 1.7; previous revision: 1.6
Comment 2 Jiri Kovalsky 2007-07-03 14:00:16 UTC
Reassigning this issue to newly created 'ruby' component.
Comment 3 Jiri Kovalsky 2007-07-03 14:43:22 UTC
Changing target milestone of all resolved Ruby issues from TBD to 6.0 Beta 1 build.