[
https://issues.apache.org/jira/browse/MESOS-6672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benjamin Bannier updated MESOS-6672:
------------------------------------
Sprint: Mesosphere Sprint 47
> 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
> Fix For: 1.2.0
>
>
> 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)