|
From: <cq...@ar...> - 2010-09-02 15:13:51
|
Hi! I am using valgrind together with boost::thread_pool and memcheck reports a memory leak. In the boost mailing list it seems that it is not a problem with boost: http://lists.boost.org/Archives/boost/2010/08/170274.php Is that something that can be fixed in valgrind so that this is not reported as a memory leak? Regards pd. code smaples can be found in the boost mailing list. |
|
From: Bart V. A. <bva...@ac...> - 2010-09-02 17:07:12
|
On Thu, Sep 2, 2010 at 5:13 PM, <cq...@ar...> wrote: > > Hi! > I am using valgrind together with boost::thread_pool and memcheck reports > a memory leak. In the boost mailing list it seems that it is not a problem > with boost: > http://lists.boost.org/Archives/boost/2010/08/170274.php > > Is that something that can be fixed in valgrind so that this is not > reported as a memory leak? > My opinion is that Valgrind correctly reports a memory leak. See also https://bugzilla.redhat.com/show_bug.cgi?id=629673 if you want to know what the cause of this issue is (the Boost people got it wrong). Bart. |