[MacRuby] #1168: Assertion failed: ((size_t)pos < current_exceptions.size()), function pop_current_exception, file vm.cpp, line 3426. -- using bundler
#1168: Assertion failed: ((size_t)pos < current_exceptions.size()), function pop_current_exception, file vm.cpp, line 3426. -- using bundler ------------------------------+--------------------------------------------- Reporter: jhamor@… | Owner: lsansonetti@… Type: defect | Status: new Priority: critical | Milestone: Component: MacRuby | Keywords: ------------------------------+--------------------------------------------- While trying to invoke bundler the documented way, i get the following error: Assertion failed: ((size_t)pos < current_exceptions.size()), function pop_current_exception, file vm.cpp, line 3426. which resulted from the following snippet: $ macirb irb(main):001:0> require "rubygems" => true irb(main):002:0> require "bundler/setup" Assertion failed: ((size_t)pos < current_exceptions.size()), function pop_current_exception, file vm.cpp, line 3426. Abort trap $ This seems to only happen with a Gemfile (as one would expect). My gemfile is pretty sparse and looks like this: source 'http://rubygems.org' -- Ticket URL: <http://www.macruby.org/trac/ticket/1168> MacRuby <http://macruby.org/>
#1168: Assertion failed: ((size_t)pos < current_exceptions.size()), function pop_current_exception, file vm.cpp, line 3426. -- using bundler ------------------------------+--------------------------------------------- Reporter: jhamor@… | Owner: lsansonetti@… Type: defect | Status: new Priority: critical | Milestone: Component: MacRuby | Keywords: ------------------------------+--------------------------------------------- Comment(by jhamor@…): Seems possibly related to #993 -- Ticket URL: <http://www.macruby.org/trac/ticket/1168#comment:1> MacRuby <http://macruby.org/>
#1168: Assertion failed: ((size_t)pos < current_exceptions.size()), function pop_current_exception, file vm.cpp, line 3426. -- using bundler ------------------------------+--------------------------------------------- Reporter: jhamor@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: critical | Milestone: Component: MacRuby | Resolution: duplicate Keywords: | ------------------------------+--------------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => duplicate Comment: Definitely a dup of #993. -- Ticket URL: <http://www.macruby.org/trac/ticket/1168#comment:2> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby