#808: sinatra does not load ------------------------------+--------------------------------------------- Reporter: macr...@… | Owner: lsansone...@… Type: defect | Status: new Priority: critical | Milestone: Component: MacRuby | Keywords: ------------------------------+---------------------------------------------
Comment(by lsansone...@…): 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/> _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel