Hi,
some_obj.to_yaml() raises a SystemStack exception, after a few
long seconds:
Exception SystemStackError: stack level too deep at:
rubytypes.rb:24 to_yaml()
yaml.rb:188 quick_emit()
rubytypes.rb:24 call()
rubytypes.rb:25 to_yaml()
baseemitter.rb:164 map()
baseemitter.rb:164 each()
baseemitter.rb:175 map()
rubytypes.rb:24 to_yaml()
yaml.rb:188 quick_emit()
rubytypes.rb:24 call()
rubytypes.rb:25 to_yaml()
baseemitter.rb:164 map()
baseemitter.rb:164 each()
baseemitter.rb:175 map()
rubytypes.rb:55 to_yaml()
yaml.rb:188 quick_emit()
rubytypes.rb:55 call()
rubytypes.rb:60 to_yaml()
baseemitter.rb:164 map()
baseemitter.rb:164 each()
baseemitter.rb:175 map()
rubytypes.rb:24 to_yaml()
yaml.rb:188 quick_emit()
rubytypes.rb:24 call()
rubytypes.rb:25 to_yaml()
baseemitter.rb:164 map()
baseemitter.rb:164 each()
baseemitter.rb:175 map()
rubytypes.rb:24 to_yaml()
and so on…
Is this supposed to happen ? I am running on Windows, v 1.8.x
Thanks in advance,
Jean-Hugues