#1055: running RSpec with MacRuby 0.9 r5038 and greater causes seg. fault ---------------------------+------------------------------------------------ Reporter: haxie1@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ---------------------------+------------------------------------------------ Comment(by haxie1@…): Replying to [comment:1 lsansonetti@…]:
How can we reproduce the crash? Please provide reproduction steps.
That would probably be really helpful... Sorry about that, here is a simple example that will cause the crash. {{{ %cat mr_rspec_crasher.rb describe "Foo" do it "should fail" do fail "booya" end end }}} run with: {{{ rspec mr_rspec_crasher.rb }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/1055#comment:5> MacRuby <http://macruby.org/>