[MacRuby] #1232: MacRuby does not finish when Thread is awaiting the lock and calls Thread#{join, value}.

MacRuby ruby-noreply at macosforge.org
Mon Apr 18 06:57:40 PDT 2011


#1232: MacRuby does not finish when Thread is awaiting the lock and calls
Thread#{join, value}.
----------------------------------+-----------------------------------------
 Reporter:  watson1978@…          |       Owner:  lsansonetti@…        
     Type:  defect                |      Status:  new                  
 Priority:  major                 |   Milestone:                       
Component:  MacRuby               |    Keywords:                       
----------------------------------+-----------------------------------------
 Test Script:
 {{{
 #!ruby
 m = Mutex.new
 m.lock
 t = Thread.new do
   m.lock
 end
 t.kill
 t.join
 }}}

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



More information about the macruby-tickets mailing list