[MacRuby] #895: MacRuby crashes when trying to parse an XML document with nokogiri

MacRuby ruby-noreply at macosforge.org
Sat Sep 11 14:02:09 PDT 2010


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



More information about the macruby-tickets mailing list