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…
Can somebody else confirm that this is reproducable?
As I mentioned above - the document that I want to convert to/from YAML is
large. Is there a size limitation that I am unaware of with the current yaml
implementation?
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...
Best to use the CVS version of ruby, and see if you can reproduce the
problem.
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…