[MacRuby] #418: Backticks Segmentation Fault in compiled binaries
#418: Backticks Segmentation Fault in compiled binaries ----------------------------------+----------------------------------------- Reporter: andy@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ----------------------------------+----------------------------------------- I have a long program that otherwise compiles well except for this. Testing shows this fails: result = `date` This works: system("date > scratch.txt") result = IO.read("scratch.txt") -- Ticket URL: <http://www.macruby.org/trac/ticket/418> MacRuby <http://macruby.org/>
#418: Backticks Segmentation Fault in compiled binaries ----------------------------------+----------------------------------------- Reporter: andy@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: | ----------------------------------+----------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed * milestone: => MacRuby 0.5 Comment: Should be fixed in r2936: {{{ $ macruby bin/rubyc t3.rb -o /tmp/t3 $ /tmp/t3 "Sun Nov 1 18:43:08 PST 2009\n" }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/418#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby