Re: [Boost-bugs] [Boost C++ Libraries] #3926: thread_specific_ptr + dlopen library causes a SIGSEGV.

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #3926: thread_specific_ptr + dlopen library causes a SIGSEGV.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-03-15 16:03:57


#3926: thread_specific_ptr + dlopen library causes a SIGSEGV.
-----------------------------+----------------------------------------------
  Reporter: pluto@… | Owner: anthonyw
      Type: Bugs | Status: closed
 Milestone: Boost 1.43.0 | Component: thread
   Version: Boost 1.42.0 | Severity: Problem
Resolution: wontfix | Keywords:
-----------------------------+----------------------------------------------
Changes (by anthonyw):

  * status: new => closed
  * resolution: => wontfix

Comment:

 When you dlclose a library, you must ensure that no code references that
 library afterwards. If you have a live thread_specific_ptr with a
 destructor that belongs to that library then the library must be loaded
 when the destructor is called. You must therefore ensure that the
 thread_specific_ptr does not have a value on any thread when the library
 is unloaded.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/3926#comment:1>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:02 UTC