pty.rb should be converted to use posix_spawn()
-----------------------------------------------

                 Key: JRUBY-5078
                 URL: http://jira.codehaus.org/browse/JRUBY-5078
             Project: JRuby
          Issue Type: Bug
            Reporter: Wayne Meissner
            Assignee: Thomas E Enebo



pty.rb currently uses fork()+exec() via FFI.  This could be converted to use 
posix_spawn() to exec the child process, due to the flakiness of forking the 
jvm and continuing to run bytecode code in the child.



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