Correction, this is simplest script that reproduces bug:

#!/usr/bin/env ruby

require 'xml/libxml'

i = 0;
while true
        XML::Document.new;
        i += 1;
        puts "***************** #{i} *********" if i%100 == 0;
end




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to