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 150129 - org.rubyforge.debugcommons.RubyDebuggerException: Unable to read information in the specified timeout [15s]
Summary: org.rubyforge.debugcommons.RubyDebuggerException: Unable to read information ...
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: 2008-10-14 19:24 UTC by _ pcw
Modified: 2011-01-28 20:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 3171


Attachments
stacktrace (1.31 KB, text/plain)
2008-10-14 19:24 UTC, _ pcw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ pcw 2008-10-14 19:24:26 UTC
Build: NetBeans IDE Dev (Build 081014)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-rc2-b31
OS: Windows XP, 5.1, x86

User Comments:
pcw: Attempting inspect <OPTIONS> from webrick.rb#56 in the Debugger Watch window (Trival rails project, webrick server)

GUEST: trying to debug an exception, rails 2.0.2 and hobo 0.71

GUEST: trying to debug an exception, rails 2.0.2 and hobo 0.71

GUEST: Debugging a ruby on rails application, stepping into a "with_options" block

GUEST: I was debugging an RSpec model test using option "Debug File" in context menu. When I try to watch a variable positioning the cursor over it, the bug raises.

GUEST: Debugging ruby code.

GUEST: ??????self.params?????????????????????

arungupta: Debugging a Rails application using NB 6.5 beta

GUEST: trying to view elemnst of an associative array

GUEST: Stepping a Rails application

GUEST: debugging a rails app and stepping over

bengi: This failure is occured after debugging a Webpage. I can debug without Problem. I pressed F5 for ending the debug process. The Webseite comes whitout Problem but this Report Problem comes on NetBeans IDE page.. ???


This is the message.log:

-------------------------------------------------------------------------------
>Log Session: Tuesday, September 16, 2008 10:16:19 AM CEST
>System Info: 
  Product Version         = NetBeans IDE 6.5 Beta (Build 200808111757)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.6.0_02; Java HotSpot(TM) Client VM 1.6.0_02-b06; Sun Microsystems Inc.
  Runtime                 = Java(TM) SE Runtime Environment 1.6.0_02-b06
  Java Home               = C:\Programme\Java\jdk1.6.0_02\jre
  System Locale; Encoding = de_DE (nb); Cp1252
  Home Directory          = C:\Dokumente und Einstellungen\Benli
  Current Directory       = C:\Programme\NetBeans 6.5 Beta
  User Directory          = C:\Dokumente und Einstellungen\

GUEST: I tried to look at the value of a variable

GUEST: I was trying to look at the content of a object

pcw: Attempting inspect <OPTIONS> from webrick.rb#56 in the Debugger Watch window (Trival rails project, webrick server)



Stacktrace: 
org.rubyforge.debugcommons.RubyDebuggerException: Unable to read information in the specified timeout [15s]
        at org.rubyforge.debugcommons.ReadersSupport.readInfo(ReadersSupport.java:156)
        at org.rubyforge.debugcommons.ReadersSupport.readVariables(ReadersSupport.java:175)
        at org.rubyforge.debugcommons.RubyDebuggerProxy.readInstanceVariables(RubyDebuggerProxy.java:381)
        at org.rubyforge.debugcommons.model.RubyValue.getVariables(RubyValue.java:45)
        at org.netbeans.modules.ruby.debugger.RubySession.getChildren(RubySession.java:313)
        at org.netbeans.modules.ruby.debugger.model.VariablesModel.getChildren(VariablesModel.java:101)
Comment 1 _ pcw 2008-10-14 19:24:40 UTC
Created attachment 71798 [details]
stacktrace
Comment 2 Martin Krauskopf 2008-10-16 15:18:45 UTC
Will try to reproduce with the given steps.