[MacRuby] #334: MacIrb hangs after require on Snow Leopard
#334: MacIrb hangs after require on Snow Leopard -------------------------------------+-------------------------------------- Reporter: rwalsh@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: -------------------------------------+-------------------------------------- I installed MacRuby 0.5 from source on Snow Leopard. MacIrb reports its version as 0.9.5. MacIrb starts and can execute ruby statements, but when I attempt to "require 'file'" and "file" is valid ruby source that uses code generated by wsdl2ruby, MacIrb just hangs. The same code works properly in irb using ruby 1.8.7. I have SOAP4R installed as a gem for ruby, but attempting to install soap4r using MacGem fails with the following message: Assertion failed: (real_argc + count < MAX_DISPATCH_ARGS), function __rb_vm_resolve_args, file vm.cpp, line 3050. Abort trap The command used was: sudo macgem install soap4r -- Ticket URL: <http://www.macruby.org/trac/ticket/334> MacRuby <http://macruby.org/>
#334: MacIrb hangs after require on Snow Leopard -------------------------------------+-------------------------------------- Reporter: rwalsh@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: -------------------------------------+-------------------------------------- Comment(by mattaimonetti@…): Thanks for the bug report, it's actually a known bug as well as a todo item in the todo file available in the repo. (MAX_DISPATCH_ARGS assertion) -- Ticket URL: <http://www.macruby.org/trac/ticket/334#comment:1> MacRuby <http://macruby.org/>
#334: MacIrb hangs after require on Snow Leopard -------------------------------------+-------------------------------------- Reporter: rwalsh@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | -------------------------------------+-------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed Comment: This should be fixed since a long time and at least in 0.5 beta1. -- Ticket URL: <http://www.macruby.org/trac/ticket/334#comment:2> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby