Andrei Budnik created MESOS-9185:
------------------------------------

             Summary: An attempt to remove or destroy container in composing 
containerizer leads to segfault
                 Key: MESOS-9185
                 URL: https://issues.apache.org/jira/browse/MESOS-9185
             Project: Mesos
          Issue Type: Bug
          Components: agent, containerization
            Reporter: Andrei Budnik
            Assignee: Andrei Budnik


`LAUNCH_NESTED_CONTAINER` and `LAUNCH_NESTED_CONTAINER_SESSION` leads to 
segfault in the agent when the parent container is unknown to the composing 
containerizer. If the parent container cannot be found during an attempt to 
launch a nested container via `ComposingContainerizerProcess::launch()`, the 
composing container returns an error without cleaning up the container. On 
`launch()` failures, the agent calls `destroy()` which accesses uninitialized 
`containerizer` field.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to