#1034: Requiring Mechanize gives segmentation fault ------------------------------+--------------------------------------------- Reporter: vegar@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.8 Component: MacRuby | Keywords: meahanize ------------------------------+--------------------------------------------- Trying to include Mechanize in a MacRuby project leads to a segmentation fault. Steps to reproduce: 1. Install mechanize - sudo macgem install mechanize 2. Start macirb - macirb 3. Require rubygems - require 'rubygems' 4. Require mechanize - require 'mechanize' In the macruby build from 3. december, macirb goes down with the following error: Assertion failed: (InReg && "Value not in map!"), function getValue, file SelectionDAGBuilder.cpp, line 917. Abort trap In the build from 8. december, this is replaced with at 'Segmentation Fault'. -- Ticket URL: <http://www.macruby.org/trac/ticket/1034> MacRuby <http://macruby.org/>