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 100771 - [DEBUGGER] RubyDebuggerException: Ruby process finished prematurely
Summary: [DEBUGGER] RubyDebuggerException: Ruby process finished prematurely
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:07 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:07:44 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 again, sorry:(

org.rubyforge.debugcommons.RubyDebuggerException: Ruby process finished prematurely
	at org.rubyforge.debugcommons.RubyDebuggerProxy.attach(RubyDebuggerProxy.java:343)
	at
org.rubyforge.debugcommons.RubyDebuggerProxy.getCommandSocket(RubyDebuggerProxy.java:217)
	at
org.rubyforge.debugcommons.RubyDebuggerProxy.startClassicDebugger(RubyDebuggerProxy.java:98)
	at
org.rubyforge.debugcommons.RubyDebuggerProxy.startDebugging(RubyDebuggerProxy.java:77)
	at
org.netbeans.modules.ruby.debugger.RubyDebugger.startDebugging(RubyDebugger.java:117)
	at org.netbeans.modules.ruby.debugger.RubyDebugger.debug(RubyDebugger.java:62)
	at
org.netbeans.modules.ruby.rubyproject.execution.ExecutionService$2.run(ExecutionService.java:283)
[catch] at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:129)
Caused by: java.net.ConnectException: Connection refused
Comment 1 Martin Krauskopf 2007-04-16 19:25:46 UTC
I've fixed this during weekend as a part of the whole process-termination and
exception handling system polishing. In both, frontend and library. Please
reopen if it happens again. Thanks.
Comment 2 Jiri Kovalsky 2007-07-03 14:00:34 UTC
Reassigning this issue to newly created 'ruby' component.
Comment 3 Jiri Kovalsky 2007-07-03 14:43:38 UTC
Changing target milestone of all resolved Ruby issues from TBD to 6.0 Beta 1 build.