[MacRuby-devel] [MacRuby] #418: Backticks Segmentation Fault in compiled binaries

MacRuby ruby-noreply at macosforge.org
Sun Nov 1 17:54:22 PST 2009


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



More information about the MacRuby-devel mailing list