Open
Description
Just found that issue, I don't have the time to investigate yet:
(master)⚡ % irb
ruby-1.8.7-p334 :001 > require 'open4'
=> true
ruby-1.8.7-p334 :002 > Open4.spawn 'fsdsdsdfdf' rescue $!
=> #<Errno::ENOENT: No such file or directory - fsdsdsdfdf>
ruby-1.8.7-p334 :003 > Process.waitall
=> [[46141, #<Process::Status: pid=46141,exited(1)>]]
ruby-1.8.7-p334 :004 >
If you don't wait for the pid, a zombie process is going to hang around
Metadata
Metadata
Assignees
Labels
No labels