You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Joseph Wu (JIRA)" <ji...@apache.org> on 2016/12/02 19:01:00 UTC

[jira] [Updated] (MESOS-6672) Class DynamicLibrary's default copy constructor can lead to inconsistent state

     [ https://issues.apache.org/jira/browse/MESOS-6672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joseph Wu updated MESOS-6672:
-----------------------------
    Shepherd: Joseph Wu

> Class DynamicLibrary's default copy constructor can lead to inconsistent state
> ------------------------------------------------------------------------------
>
>                 Key: MESOS-6672
>                 URL: https://issues.apache.org/jira/browse/MESOS-6672
>             Project: Mesos
>          Issue Type: Bug
>          Components: stout
>            Reporter: Benjamin Bannier
>            Assignee: Benjamin Bannier
>              Labels: mesosphere, tech-debt
>
> The class {{DynamicLibrary}} provides a RAII wrapper around a low-level handle to a loaded library. Currently it supports copy- and move-construction which would lead to two libraries holding handles to the same library. This can e.g., lead to libraries being unloaded while other wrappers still hold handles.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)