Andrei Budnik created MESOS-7775:
------------------------------------
Summary: Eliminate extra process abort in a subprocess watchdog
Key: MESOS-7775
URL: https://issues.apache.org/jira/browse/MESOS-7775
Project: Mesos
Issue Type: Bug
Reporter: Andrei Budnik
`abort()` is called in `SUPERVISOR` hook when child process exits with an error
code, or `waitpid()` fails, or parent process exits. All these cases shouldn't
lead to abnormal program termination with coredumps.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)