[MacRuby] #778: Segfault occurs when calls IO#syswrite
#778: Segfault occurs when calls IO#syswrite ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ----------------------------------+----------------------------------------- Test Script: {{{ $ cat test_syswrite.rb f = open("temp.txt", "a") p f.syswrite("a") }}} Result of Ruby 1.9.1: {{{ $ ruby test_syswrite.rb 1 $ cat temp.txt a }}} Result of MacRuby Trunk: {{{ $ macruby test_syswrite.rb zsh: segmentation fault macruby test_syswrite.rb }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/778> MacRuby <http://macruby.org/>
#778: Segfault occurs when calls IO#syswrite ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords: | ----------------------------------+----------------------------------------- Changes (by martinlagardette@…): * status: new => closed * resolution: => fixed * milestone: => MacRuby 0.7 Comment: Fixed with #4336 -- Ticket URL: <http://www.macruby.org/trac/ticket/778#comment:1> MacRuby <http://macruby.org/>
#778: Segfault occurs when calls IO#syswrite ----------------------------------+----------------------------------------- Reporter: watson1978@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords: | ----------------------------------+----------------------------------------- Comment(by martinlagardette@…): I meant r4336 :P -- Ticket URL: <http://www.macruby.org/trac/ticket/778#comment:2> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby