[MacRuby] #1460: objc_exception_during_finalize_error
#1460: objc_exception_during_finalize_error ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ----------------------------------+----------------------------------------- Test Script: {{{ GC.stress = true 5.times do begin Thread.start rescue end end }}} {{{ $ macruby test_thread.rb objc[7079]: GC: -finalize resulted in an exception (0x40043b680) being thrown, break on objc_exception_during_finalize_error to debug /Users/watson/tmp/test_thread.rb:4:in `block': undefined method `message' for false:FalseClass (NoMethodError) from /Users/watson/tmp/test_thread.rb:2:in `<main>' objc[7079]: GC: -finalize resulted in an exception (0x400442a20) being thrown, break on objc_exception_during_finalize_error to debug /Users/watson/tmp/test_thread.rb:4:in `block': undefined method `message' for false:FalseClass (NoMethodError) from /Users/watson/tmp/test_thread.rb:2:in `<main>' objc[7079]: GC: -finalize resulted in an exception (0x400441f20) being thrown, break on objc_exception_during_finalize_error to debug /Users/watson/tmp/test_thread.rb:4:in `block': undefined method `message' for false:FalseClass (NoMethodError) from /Users/watson/tmp/test_thread.rb:2:in `<main>' objc[7079]: GC: -finalize resulted in an exception (0x400441220) being thrown, break on objc_exception_during_finalize_error to debug /Users/watson/tmp/test_thread.rb:4:in `block': undefined method `message' for false:FalseClass (NoMethodError) from /Users/watson/tmp/test_thread.rb:2:in `<main>' }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/1460> MacRuby <http://macruby.org/>
#1460: objc_exception_during_finalize_error ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: Component: MacRuby | Resolution: fixed Keywords: | ----------------------------------+----------------------------------------- Changes (by watson1978@…): * status: new => closed * resolution: => fixed Comment: Fixed with https://github.com/MacRuby/MacRuby/commit/c5fc3ae7caf7f61e0a83ef460303d1992a... -- Ticket URL: <http://www.macruby.org/trac/ticket/1460#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby