#160: Opening a TCPSocket causes GC exception ---------------------------------+------------------------------------------ Reporter: jamis@37signals.com | Owner: lsansonetti@apple.com Type: defect | Status: closed Priority: major | Milestone: MacRuby 0.4 Component: MacRuby | Resolution: fixed Keywords: ext socket | ---------------------------------+------------------------------------------ Changes (by lsansonetti@apple.com): * status: new => closed * resolution: => fixed * milestone: => MacRuby 0.4 Comment: Good catch, the problem is in socket.c:1072, which should pass a pointer to the auto zone. I fixed it in r737/trunk. But this will anyway be addressed once we rewrite the IO system. Currently there are too many problems with IO due to the way we handle byte strings. Thanks for harnessing MacRuby :-) -- Ticket URL: <http://www.macruby.org/trac/ticket/160#comment:2> MacRuby <http://macruby.org/>