James Peach created MESOS-9164:
----------------------------------
Summary: Subprocess should unset CLOEXEC on whitelisted fils
descriptors
Key: MESOS-9164
URL: https://issues.apache.org/jira/browse/MESOS-9164
Project: Mesos
Issue Type: Bug
Components: libprocess
Reporter: James Peach
The libprocess subprocess API accepts a set of whitelisted file descriptors
that are supposed to be inherited to the child process. On windows, these are
used, but otherwise the subprocess API just ignores them. We probably should
make sure that the API clears the {{CLOEXEC}} flag on this descriptors so that
they are inherited to the child.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)