[MacRuby] #839: Segfault occurs with macrake when the exception is thrown.
MacRuby
ruby-noreply at macosforge.org
Mon Aug 9 20:35:53 PDT 2010
#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/>
More information about the macruby-tickets
mailing list