Bug#331050: ..

2005-10-04 Thread Michael Ablassmeier
hi again, please note that the patch does still not prevent raggle from crashing: [EMAIL PROTECTED]:/# raggle Raggle: Loading config... Raggle: Loading feed list... /usr/lib/ruby/1.8/yaml.rb:133:in `transfer': allocator undefined for Bignum (TypeError) from /usr/lib/ruby/1.8/yaml.rb:

Bug#331050: ..

2005-10-11 Thread akira yamada
Michael Ablassmeier wrote: > please note that the patch does still not prevent raggle from crashing: > > [EMAIL PROTECTED]:/# raggle > Raggle: Loading config... > Raggle: Loading feed list... > /usr/lib/ruby/1.8/yaml.rb:133:in `transfer': allocator undefined for > Bignum (TypeError) >

Bug#331050: ..

2005-10-11 Thread Michael Ablassmeier
hi akira, On Tue, Oct 11, 2005 at 04:30:46PM +0900, akira yamada wrote: > Michael Ablassmeier wrote: > > please note that the patch does still not prevent raggle from crashing: > > > > [EMAIL PROTECTED]:/# raggle > > Raggle: Loading config... > > Raggle: Loading feed list... > > /usr/lib/ruby

Bug#331050: patch

2005-10-04 Thread Michael Ablassmeier
tags 331050 + patch thanks hi, attached patch fixes this issue, i dont know if its a clean solution, it seems to work: [EMAIL PROTECTED]:/# ruby -ryaml -e 'puts YAML.load(YAML.dump(1234567890))' 1234567890 bye, - michael --- ruby1.8-1.8.3/ruby-1.8.3/lib/yaml/rubytypes.rb 2005-09-20

Bug#331050: libruby 1.8.3 yaml bignum issues

2005-10-01 Thread Michael Ablassmeier
Package: libruby1.8 Severity: important Tags: sid, upstream hi, the latest yaml.rb in ruby 1.8.3 has problems dealing with Bignum Values. Somewhen in september Time.tv_sec values turned Bignum instead of Fixnum. This, for example, breaks raggle: [EMAIL PROTECTED]:~$ raggle Raggle: Loading conf