ruby-debug gem: unable to exit easily if many threads are running
-----------------------------------------------------------------

                 Key: JRUBY-5085
                 URL: http://jira.codehaus.org/browse/JRUBY-5085
             Project: JRuby
          Issue Type: Bug
         Environment: jruby 1.5.1 (ruby 1.8.7 patchlevel 249) (2010-06-06 
f3a3480) (Java HotSpot(TM) Client VM 1.6.0_18) [x86-java]
            Reporter: Roger Pack
            Assignee: Thomas E Enebo


this code:

require 'rubygems'
require 'ruby-debug'


100.times {Thread.new {
 sleep 1
 debugger
 33 # should be here
}
}

 Thread.list.each{|th| th.join unless th == Thread.current}

if you execute
(rdb:8) exit!

it doesn't exit immediately, like MRI does.
Thanks!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to