[MacRuby-devel] [MacRuby] #786: MacRuby does not finish when more exceptions is generated on same Thread almost at the same time.

MacRuby ruby-noreply at macosforge.org
Tue Jul 13 06:42:36 PDT 2010


#786: MacRuby does not finish when more exceptions is generated on same Thread
almost at the same time.
----------------------------------+-----------------------------------------
 Reporter:  watson1978@…          |       Owner:  lsansonetti@…        
     Type:  defect                |      Status:  new                  
 Priority:  blocker               |   Milestone:                       
Component:  MacRuby               |    Keywords:                       
----------------------------------+-----------------------------------------
 Test Script:
 {{{
 #!ruby
 # [ruby-dev:31371]
 begin
   10.times do |i|
     begin
       th = Thread.start(Thread.current) {|u| u.raise }
       raise
     rescue
     ensure
       th.join
     end
   end
 rescue
 end
 }}}

 I referred to Ruby's http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby
 /ruby-dev/31371 .

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/786>
MacRuby <http://macruby.org/>



More information about the MacRuby-devel mailing list