#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/>