#1065: Abort occurs when calls Marshal.dump with object of cloned class. ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ----------------------------------+----------------------------------------- Comment(by lsansonetti@…): Mmh… {{{ $ ./miniruby -e "X=String.clone; p X.new('foo')" unknown: [BUG] destination 0x4004a0308 isn't in the auto zone MacRuby 0.9 (ruby 1.9.2) [universal-darwin11.0, x86_64] Abort trap: 6 }}} Looks like #clone doesn't work well. -- Ticket URL: <http://www.macruby.org/trac/ticket/1065#comment:2> MacRuby <http://macruby.org/>