Re: [Boost-bugs] [Boost C++ Libraries] #9145: BOOST_LOG_FUNCTION + asynchronous_sink + UnloadLibrary = crash

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #9145: BOOST_LOG_FUNCTION + asynchronous_sink + UnloadLibrary = crash
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-09-21 15:32:27


#9145: BOOST_LOG_FUNCTION + asynchronous_sink + UnloadLibrary = crash
-------------------------------+---------------------
  Reporter: cnewbold | Owner: andysem
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: log
   Version: Boost 1.54.0 | Severity: Problem
Resolution: wontfix | Keywords:
-------------------------------+---------------------
Changes (by andysem):

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

Comment:

 This is a known and
 [http://www.boost.org/doc/libs/release/libs/log/doc/html/log/detailed/sink_frontends.html#log.detailed.sink_frontends.async
 documented] limitation of the library. String literals are not the only
 thing that can be referred to by the library by references. For example,
 references to type info data can pose a similar problem. Therefore the
 library does not protect from unloading modules, you either have to avoid
 unloading them or to make sure no references are left to the unloaded
 module.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/9145#comment:2>
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:14 UTC