[MacRuby] #993: Assertion failure : vm.cpp

MacRuby ruby-noreply at macosforge.org
Mon Feb 21 14:58:19 PST 2011


#993: Assertion failure : vm.cpp
---------------------------------------+------------------------------------
 Reporter:  hungerandthirst@…          |        Owner:  lsansonetti@…        
     Type:  defect                     |       Status:  reopened             
 Priority:  major                      |    Milestone:  MacRuby 0.8          
Component:  MacRuby                    |   Resolution:                       
 Keywords:  gems, bundler, deps        |  
---------------------------------------+------------------------------------
Changes (by jhamor@…):

  * status:  closed => reopened
  * resolution:  fixed =>


Comment:

 Replying to [ticket:993 hungerandthirst@…]:
 > no idea where this comes from but when trying to use bundler to manage
 gem deps in a macruby app like so
 >
 > require "rubygems"
 > require "bundler/setup"
 >
 > I get the following:
 >
 > Assertion failed: ((size_t)pos < current_exceptions.size()), function
 pop_current_exception, file vm.cpp, line 3370.
 >
 > If I remove the 'require bundler/setup' line, it works fine.
 >
 > Using 7.1 release.

 Seeing a similar error in 0.8 only a few line numbers off. How was this
 resolved previously?

 $ 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 3440.
 Abort trap
 $ pwd

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



More information about the macruby-tickets mailing list