#895: MacRuby crashes when trying to parse an XML document with nokogiri ---------------------------+------------------------------------------------ Reporter: haxie1@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ---------------------------+------------------------------------------------ Trying to parse an xml document with Nokogiri and MacRuby 0.7. The following crashes MacRuby. {{{ require 'rubygems' require 'nokogiri' xmlFile = File.open(File.expand_path(path), "r") xml = Nokogiri::XML(xmlFile) #crash }}} Here is the crash report attached. -- Ticket URL: <http://www.macruby.org/trac/ticket/895> MacRuby <http://macruby.org/>