[MacRuby] #1232: MacRuby does not finish when Thread is awaiting the lock and calls Thread#{join, value}.
#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/>
#1232: MacRuby does not finish when Thread is awaiting the lock and calls Thread#{join, value}. ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: major | Milestone: Component: MacRuby | Resolution: fixed Keywords: | ----------------------------------+----------------------------------------- Changes (by watson1978@…): * status: new => closed * resolution: => fixed Comment: Fixed with https://github.com/MacRuby/MacRuby/commit/be9df8e45280db059d97a5bb17f3a89f99... -- Ticket URL: <http://www.macruby.org/trac/ticket/1232#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby