Re: [Boost-bugs] [Boost C++ Libraries] #11403: exception_ptr.hpp causes crash when .NET tries to unload a DLL that uses boost

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #11403: exception_ptr.hpp causes crash when .NET tries to unload a DLL that uses boost
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-12-08 09:54:52


#11403: exception_ptr.hpp causes crash when .NET tries to unload a DLL that uses
boost
-------------------------------+----------------------------
  Reporter: onkelhotte@… | Owner: emildotchevski
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: exception
   Version: Boost 1.56.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+----------------------------

Comment (by g.gupta@…):

 I am also facing this issue when one third party library having boost
 static linkage is used on system having boost as shared library & other
 modules using shared library boost.
 What is best possible way to resolve this issue ?
 /usr/lib/libboost_thread.so.1.51.0(_ZN5boost16exception_detail27get_static_exception_objectINS0_10bad_alloc_EEENS_13exception_ptrEv+0x254)
 i.e boost::exception_ptr
 boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_alloc_>()
 /usr/lib/libboost_thread.so.1.51.0
 /lib/ld-linux.so.3
 /lib/ld-linux.so.3
 /lib/ld-linux.so.3
 /lib/ld-linux.so.3
 /lib/ld-linux.so.3
 /lib/libdl.so.2
 /lib/ld-linux.so.3
 /lib/libdl.so.2
 /lib/libdl.so.2(dlopen+0x3c)

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/11403#comment:3>
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:19 UTC