James Peach created MESOS-8159: ---------------------------------- Summary: ns::clone uses an async signal unsafe stack Key: MESOS-8159 URL: https://issues.apache.org/jira/browse/MESOS-8159 Project: Mesos Issue Type: Bug Components: containerization Reporter: James Peach
In {{ns::clone}}, the first child call {{os::clone}} without passing a parameter for the stack. This causes {{os::clone}} to implicitly {{malloc}} a stack, which is not async-signal-safe. -- This message was sent by Atlassian JIRA (v6.4.14#64029)