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 174008 - [68cat] org.rubyforge.debugcommons.RubyDebuggerException: Unable to read information in the specified timeout [15s]
Summary: [68cat] org.rubyforge.debugcommons.RubyDebuggerException: Unable to read info...
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@ruby
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-07 20:00 UTC by esmithbss
Modified: 2011-01-28 20:13 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 77504


Attachments
stacktrace (1.43 KB, text/plain)
2009-10-07 20:00 UTC, esmithbss
Details
stacktrace (1.43 KB, text/plain)
2009-10-07 20:31 UTC, esmithbss
Details
stacktrace (3.13 KB, text/plain)
2009-10-07 20:54 UTC, esmithbss
Details

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2009-10-07 20:00:18 UTC
Build: NetBeans IDE Dev (Build 200910061401)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Linux, 2.6.28-15-generic, i386

User Comments:
pcw: Occurred during rails debug session.  I set a breakpoint point in a model, submitted a request that used that model, stepped a few times, then submitted a second request on that url from a new browser tab.  Then I resumed stepping on the first request.  I'm guessing that time out involves the second request, but not sure.  Session was also experiencing the bug where continue just goes a little bit and then stops which I guess the fix is not integrated into NB yet.

esmithbss: Launching a multi-threaded (via use of fork() operation) ruby program.



Stacktrace: 
org.rubyforge.debugcommons.RubyDebuggerException: Unable to read information in the specified timeout [15s]
        at org.rubyforge.debugcommons.ReadersSupport.readInfo(ReadersSupport.java:177)
        at org.rubyforge.debugcommons.ReadersSupport.readFrames(ReadersSupport.java:192)
        at org.rubyforge.debugcommons.RubyDebuggerProxy.readFrames(RubyDebuggerProxy.java:383)
        at org.rubyforge.debugcommons.model.RubyThread.getFrames(RubyThread.java:51)
        at org.rubyforge.debugcommons.model.RubyThread.getTopFrame(RubyThread.java:64)
        at org.netbeans.modules.ruby.debugger.RubySession.getTopFrame(RubySession.java:273)
Comment 1 esmithbss 2009-10-07 20:00:25 UTC
Created attachment 89046 [details]
stacktrace
Comment 2 esmithbss 2009-10-07 20:31:22 UTC
Build: NetBeans IDE Dev (Build 200910061401)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Linux, 2.6.28-15-generic, i386

User Comments: 
Launching a multi-threaded (via fork()) ruby process for debugging 

Stacktrace: 
org.rubyforge.debugcommons.RubyDebuggerException: Unable to read information in the specified timeout [15s]
        at org.rubyforge.debugcommons.ReadersSupport.readInfo(ReadersSupport.java:177)
        at org.rubyforge.debugcommons.ReadersSupport.readFrames(ReadersSupport.java:192)
        at org.rubyforge.debugcommons.RubyDebuggerProxy.readFrames(RubyDebuggerProxy.java:383)
        at org.rubyforge.debugcommons.model.RubyThread.getFrames(RubyThread.java:51)
        at org.rubyforge.debugcommons.model.RubyThread.getTopFrame(RubyThread.java:64)
        at org.netbeans.modules.ruby.debugger.RubySession.getTopFrame(RubySession.java:273)
Comment 3 esmithbss 2009-10-07 20:31:25 UTC
Created attachment 89050 [details]
stacktrace
Comment 4 esmithbss 2009-10-07 20:54:21 UTC
Build: NetBeans IDE Dev (Build 200910061401)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Linux, 2.6.28-15-generic, i386

User Comments: 
Attempting to switch between threads in the debugger for a Ruby application

Stacktrace: 
org.rubyforge.debugcommons.RubyDebuggerException: Unable to read information in the specified timeout [15s]
        at org.rubyforge.debugcommons.ReadersSupport.readInfo(ReadersSupport.java:177)
        at org.rubyforge.debugcommons.ReadersSupport.readFrames(ReadersSupport.java:192)
        at org.rubyforge.debugcommons.RubyDebuggerProxy.readFrames(RubyDebuggerProxy.java:383)
        at org.rubyforge.debugcommons.model.RubyThread.getFrames(RubyThread.java:51)
        at org.rubyforge.debugcommons.model.RubyThread.getTopFrame(RubyThread.java:64)
        at org.netbeans.modules.ruby.debugger.RubySession.getTopFrame(RubySession.java:273)
Comment 5 esmithbss 2009-10-07 20:54:30 UTC
Created attachment 89053 [details]
stacktrace
Comment 6 Exceptions Reporter 2009-10-07 20:54:34 UTC
This issue already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=77504