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 150711 - RuntimeException: Cannot update threads
Summary: RuntimeException: Cannot update threads
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-20 12:23 UTC by thetamind
Modified: 2011-01-28 20:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 3551


Attachments
stacktrace (939 bytes, text/plain)
2008-10-20 12:23 UTC, thetamind
Details

Note You need to log in before you can comment on or make changes to this bug.
Description thetamind 2008-10-20 12:23:00 UTC
Build: NetBeans IDE Dev (Build 200810181401)
VM: Java HotSpot(TM) Client VM, 11.0-b12, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b25
OS: Windows XP, 5.1, x86

User Comments:
musilt2: 6.0.1 build, running on openJDK6 b03 linux.

was debugging a simple thread application

GUEST: Debugging an ActiveRecord problem in NetBeans.  Using the built in JRuby 1.1RC2.

arungupta: Debugging a simple Rails application



Stacktrace: 
java.lang.RuntimeException: Cannot update threads
        at org.rubyforge.debugcommons.model.RubyDebugTarget.suspensionOccurred(RubyDebugTarget.java:76)
        at org.rubyforge.debugcommons.RubyDebuggerProxy$RubyLoop$1.run(RubyDebuggerProxy.java:560)
Comment 1 thetamind 2008-10-20 12:23:09 UTC
Created attachment 72259 [details]
stacktrace
Comment 2 Jaromir Uhrik 2008-10-20 13:27:51 UTC
Passing to ruby|debugger - please evaluate. Thanks.