From: Gavin Sinclair Date: 2004-02-22T10:01:39+09:00 Subject: Re: YAML Aborting with large data set? On Sunday, February 22, 2004, 3:18:31 AM, Martin wrote: > Hi all, > I have a large document in yaml which I can't load or dump using YAML in ruby > because it segfaults. I have searched the archives and I wonder if this > error is similar to that described in the ruby-talk thread "Syck 0.35 + > YAML.rb 0.60 -- the 1st stable release". However in that thread I believe > that multi-threaded scripts were the main cause for concern... The code you gave worked for me ruby 1.8.1 (2004-01-08) [i386-cygwin] It was happy with a multiplier of 20000 as well. Cheers, Gavin