You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Andrei Budnik (JIRA)" <ji...@apache.org> on 2018/08/27 15:12:00 UTC

[jira] [Created] (MESOS-9185) An attempt to remove or destroy container in composing containerizer leads to segfault

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)