#895: MacRuby crashes when trying to parse an XML document with nokogiri ---------------------------+------------------------------------------------ Reporter: haxie1@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: Component: MacRuby | Resolution: invalid Keywords: | ---------------------------+------------------------------------------------ Changes (by lsansonetti@…): * status: new => closed * resolution: => invalid Comment: tenderlove confirmed that no memory leak should be introduced. Nokogiri gives pointers to the MRI GC functions to libxml so that Ruby can measure how much memory is used by libxml2 and trigger more collections. The patch has been merged in nokogiri as http://github.com/tenderlove/nokogiri/blob/master/ext/nokogiri/nokogiri.c#L2... and should ship in the next release :) -- Ticket URL: <http://www.macruby.org/trac/ticket/895#comment:4> MacRuby <http://macruby.org/>