On 11/06/08 at 15:23 +0200, Blaž Lorger wrote:
> 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

Thanks for the testcase. I reproduced the problem with 1.8.7.17. Arg.
I also rebuilt libxml-ruby to make sure it wasn't caused by a subtle ABI
change, but the problem is still there with a freshly build libxml-ruby.

Akira-san, Daigo-san, could one of you raise the issue on ruby-dev? Or
should I raise it on ruby-core?
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED]             GPG: 1024D/023B3F4F |



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

Reply via email to