H
haldane
YAML seems to have a problem with stings over 8k in length.
require 'yaml'
x = "Z" * 8193
y x
/usr/local/lib/ruby/1.8/yaml/rubytypes.rb:315: [BUG] Segmentation fault
ruby 1.8.1 (2003-12-25) [i686-linux]
Aborted
Hmm... any ideas?
Stephen.
require 'yaml'
x = "Z" * 8193
y x
/usr/local/lib/ruby/1.8/yaml/rubytypes.rb:315: [BUG] Segmentation fault
ruby 1.8.1 (2003-12-25) [i686-linux]
Aborted
Hmm... any ideas?
Stephen.