[MacRuby] #1168: Assertion failed: ((size_t)pos < current_exceptions.size()), function pop_current_exception, file vm.cpp, line 3426. -- using bundler

MacRuby ruby-noreply at macosforge.org
Sat Feb 26 15:28:52 PST 2011


#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/>



More information about the macruby-tickets mailing list