waitpid2 diff
-------------

                 Key: JRUBY-4566
                 URL: http://jira.codehaus.org/browse/JRUBY-4566
             Project: JRuby
          Issue Type: Bug
         Environment: linux trunk
            Reporter: Roger Pack
            Assignee: Thomas E Enebo


dunno if this was reported already or what not

MRI

>> IO.popen("false"){|pipe| Process.waitpid2 pipe.pid }

=> [9627, #<Process::Status: pid 9627 exit 1>]

jruby
>> IO.popen("false"){|pipe| Process.waitpid2 pipe.pid }
Errno::ECHILD: No child processes - No child processes
        from (irb):2

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to