#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 -------------------------+-------------------------------------------------- Hello World example works, but the GC doesn't seem happy when you click the hello world button: $ curl https://raw.github.com/mattetti/MacRuby--The-Definitive- Guide/master/chapter_1/hello_world.rb > hello_world.rb % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 1074 100 1074 0 0 2152 0 --:--:-- --:--:-- --:--:-- 2658 $ macruby hello_world.rb Hello World! macruby(52532,0x10de04000) malloc: *** auto malloc[52532]: error: GC operation on unregistered thread. Thread registered implicitly. Break on auto_zone_thread_registration_error() to debug. Running os x 10.7 with MacRuby 0.10 installed from binary. -- Ticket URL: <http://www.macruby.org/trac/ticket/1375> MacRuby <http://macruby.org/>