Re: [Boost-bugs] [Boost C++ Libraries] #10651: boost::thread leaks memory when using the MinGW compiler

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #10651: boost::thread leaks memory when using the MinGW compiler
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-10-12 10:00:17


#10651: boost::thread leaks memory when using the MinGW compiler
-------------------------------+---------------------
  Reporter: michael.burr@… | Owner: ned14
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: thread
   Version: Boost 1.56.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+---------------------
Changes (by viboes):

 * owner: viboes => ned14
 * status: assigned => new

Comment:

 There is a line in boost/thread/win32/thread_data.hpp that is suspect


 {{{
         typedef boost::intrusive_ptr<detail::thread_data_base>
 thread_data_ptr;

 }}}

 I have no access to a windows platform. Could you try replacing
 intrusive_ptr by shared_ptr?

 Niall, please could you try to reproduce and try this patch?

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