#418: Backticks Segmentation Fault in compiled binaries ----------------------------------+----------------------------------------- Reporter: a...@… | Owner: lsansone...@… 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/> _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel