#993: Assertion failure : vm.cpp in pop_current_exception() ---------------------------------------+------------------------------------ Reporter: hungerandthirst@… | Owner: lsansonetti@… Type: defect | Status: reopened Priority: major | Milestone: Component: MacRuby | Resolution: Keywords: gems, bundler, deps | ---------------------------------------+------------------------------------ Comment(by msabramo@…): Ditto for me: {{{ marca@scml-marca:~/dev/git-repos/jenx$ /usr/local/bin/macruby -r rubygems -e "require 'bundler/setup'; p 42" 42 marca@scml-marca:~/dev/git-repos/jenx$ echo "" > Gemfile marca@scml-marca:~/dev/git-repos/jenx$ /usr/local/bin/macruby -r rubygems -e "require 'bundler/setup'; p 42" Assertion failed: ((size_t)pos < current_exceptions.size()), function pop_current_exception, file vm.cpp, line 3434. Abort trap marca@scml-marca:~/dev/git-repos/jenx$ /usr/local/bin/macruby -v MacRuby 0.10 (ruby 1.9.2) [universal-darwin10.0, x86_64] }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/993#comment:9> MacRuby <http://macruby.org/>