From: jbshaldane@... (haldane) Date: 2004-06-10T21:03:41+09:00 Subject: YAML bug 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.