Re: [Boost-bugs] [Boost C++ Libraries] #6654: deadline_timer may makes dll can't be freed

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6654: deadline_timer may makes dll can't be freed
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-05-29 00:25:53


#6654: deadline_timer may makes dll can't be freed
--------------------------------+-------------------------------------------
  Reporter: weiyuemin@… | Owner: chris_kohlhoff
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: asio
   Version: Boost 1.49.0 | Severity: Problem
Resolution: invalid | Keywords: deadline_timer block
--------------------------------+-------------------------------------------
Changes (by chris_kohlhoff):

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

Comment:

 To correctly clean up global io_service objects in a DLL, call
 {{{
 boost::asio::detail::win_thread::set_terminate_threads(true)
 }}}
 at some point prior to the FreeLibrary call.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6654#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:09 UTC