[MacRuby] #1054: Assertion failed. "(arity >= 0), function compile_block_caller"
#1054: Assertion failed. "(arity >= 0), function compile_block_caller" ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ----------------------------------+----------------------------------------- MacRuby Latest (r5038) crashes with following command. {{{ On MacRuby source directory: $ cd test/test-mri/ $ macruby -r require_relative.rb test/ruby/test_method.rb -v ---------------------------------------- Assertion failed: (arity >= 0), function compile_block_caller, file compiler.cpp, line 6657. zsh: abort macruby -r require_relative.rb test/ruby/test_method.rb -v }}} There was not this problem until r5035. -- Ticket URL: <http://www.macruby.org/trac/ticket/1054> MacRuby <http://macruby.org/>
#1054: Assertion failed. "(arity >= 0), function compile_block_caller" ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ----------------------------------+----------------------------------------- Comment(by lsansonetti@…): I think it was working with pure luck (as dispatching the method would segfault). I added a reduction in test_vm in r1054. -- Ticket URL: <http://www.macruby.org/trac/ticket/1054#comment:1> MacRuby <http://macruby.org/>
#1054: Assertion failed. "(arity >= 0), function compile_block_caller" ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.9 Component: MacRuby | Resolution: fixed Keywords: | ----------------------------------+----------------------------------------- Changes (by watson1978@…): * status: new => closed * resolution: => fixed * milestone: => MacRuby 0.9 Comment: Thank you !! I confirmed that this problem is fixed with r5040. -- Ticket URL: <http://www.macruby.org/trac/ticket/1054#comment:2> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby