Boost logo

Boost Users :

From: Sohail Somani (s.somani_at_[hidden])
Date: 2007-01-21 14:01:16


-----Original Message-----
From: boost-users-bounces_at_[hidden] on behalf of Roland Schwarz
 
Peter Dimov wrote:
> As you can see, the block has been allocated by pthread_create, not by
> Boost.Threads.

Pete,
as already pointed out by Peter, the leak seems to be caused by the
pthread library, not boost. Most likely it isn't harmful. It looks
independent of the number of threads created. I guess it is related to
thread local storage management.

-----

I ran the OPs tests and I agree with your statement, except that it *does* depend on the number of threads. If I created two threads -> I got two leaks.



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net