[MacRuby] #839: Segfault occurs with macrake when the exception is thrown.
#839: Segfault occurs with macrake when the exception is thrown. ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ----------------------------------+----------------------------------------- {{{ #!ruby cat test_raise.rake task :default do begin raise rescue => e p e end end }}} Result of Ruby 1.9.1: {{{ $ rake -f test_raise.rake (in /Users/watson/test/ruby/macruby/segfault/rake) RuntimeError }}} Result of MacRuby Trunk: {{{ $ macrake -f test_raise.rake (in /Users/watson/test/ruby/macruby/segfault/rake) zsh: segmentation fault macrake -f test_raise.rake }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/839> MacRuby <http://macruby.org/>
#839: Segfault occurs with macrake when the exception is thrown. ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: Component: MacRuby | Resolution: duplicate Keywords: | ----------------------------------+----------------------------------------- Changes (by martinlagardette@…): * status: new => closed * resolution: => duplicate Comment: Duplicate of #815 -- Ticket URL: <http://www.macruby.org/trac/ticket/839#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby