[MacRuby-devel] [MacRuby] #808: sinatra does not load

MacRuby ruby-noreply at macosforge.org
Sat Jul 24 19:27:09 PDT 2010


#808: sinatra does not load
------------------------------+---------------------------------------------
 Reporter:  macruby@…         |       Owner:  lsansonetti@…        
     Type:  defect            |      Status:  new                  
 Priority:  critical          |   Milestone:                       
Component:  MacRuby           |    Keywords:                       
------------------------------+---------------------------------------------

Comment(by lsansonetti@…):

 There is no backtrace because the exception comes from rubygems which has
 been AOT compiled. In trunk we do enable much more optimizations which
 seem to affect symbolication. I suspect the inliner does not honor the
 dwarf metadata, but I need to investigate. In any case, this is a well
 known problem of trunk which will be fixed in the final release. In the
 meantime, you can specify the VM_DISABLE_RBO environment variable to 1
 before running macruby, to force JIT compilation.

 $ VM_DISABLE_RBO=1 macruby -e ...

 You're right, the assertion problem was due to a wrong commit, has been
 fixed in r4379 and should appear in tomorrow's nightly build. As for the
 __hidden__retain exception, I believe my fix does not 100% work on 10.6
 environments, so we will look :)

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/808#comment:8>
MacRuby <http://macruby.org/>



More information about the MacRuby-devel mailing list