#814: SegFault running CGI script from command line
-------------------------------+--------------------------------------------
 Reporter:  pwil...@…          |        Owner:  lsansone...@…        
     Type:  defect             |       Status:  closed               
 Priority:  blocker            |    Milestone:  MacRuby 0.7          
Component:  MacRuby            |   Resolution:  fixed                
 Keywords:                     |  
-------------------------------+--------------------------------------------
Changes (by lsansone...@…):

  * status:  new => closed
  * resolution:  => fixed
  * milestone:  => MacRuby 0.7


Comment:

 Fixed in r4398.

 {{{
 (gdb) r
 Starting program: /usr/local/bin/macruby -r cgi -e p\ CGI.new
 Reading symbols for shared libraries
 +++++...................................................... done
 (offline mode: enter name=value pairs on standard input)
 foo=bar
 #<CGI:0x40074b700 @options={:accept_charset=>"UTF-8"}
 @accept_charset="UTF-8" @multipart=false @params={"foo"=>["bar"]}
 @cookies={} @output_cookies=nil @output_hidden=nil>

 Program exited normally.
 (gdb)
 |||

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/814#comment:5>
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