#778: Segfault occurs when calls IO#syswrite
----------------------------------+-----------------------------------------
 Reporter:  watson1...@…          |       Owner:  lsansone...@…        
     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/>

_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to