#1375: GC doesn't like Hello World -------------------------+-------------------------------------------------- Reporter: emil@… | Owner: lsansonetti@… Type: defect | Status: new Priority: major | Milestone: MacRuby 0.11 Component: MacRuby | Keywords: gc -------------------------+-------------------------------------------------- Comment(by watson1978@…): I rewrote a hello_world app by Objective-C. (enabled Objective-C's Garbage Collector) Similarly MacRuby app, this application prints a GC error message as following. {{{ hello_world(15357,0x108b39000) malloc: *** auto malloc[15357]: error: GC operation on unregistered thread. Thread registered implicitly. Break on auto_zone_thread_registration_error() to debug. }}} Is this Apple's framework issues? -- Ticket URL: <http://www.macruby.org/trac/ticket/1375#comment:1> MacRuby <http://macruby.org/>