#1318: Attempting to to_yaml recursive references causes segmentation fault in 0.10 ------------------------------------+--------------------------------------- Reporter: leon.spencer@… | Owner: lsansonetti@… Type: defect | Status: new Priority: critical | Milestone: Component: MacRuby | Keywords: yaml, segfault ------------------------------------+--------------------------------------- irb(main):001:0> require 'yaml' => true irb(main):002:0> a = [] => [] irb(main):003:0> a << a => [[...]] irb(main):004:0> a.to_yaml Segmentation fault -- Ticket URL: <http://www.macruby.org/trac/ticket/1318> MacRuby <http://macruby.org/>