On 3/12/07, Salikh Zakirov <[EMAIL PROTECTED]> wrote:

Weldon Washburn wrote:
> They both deal with Thread Manager memory leak.  How about tagging 2742
> as a
> "duplicate" of 3289?

Weldon,

2742 describes general problem of memory leaks in threading subsystem.
It boils down to 2 issues
1) thread pool is never recycled
2) native monitors are never freed

3289 has a prototype patch that tries to address problem (1) by using
explicit
malloc-based allocation and freeing instead of pools.

So, I think that both issues has the right to exist.


Thanks for the clarification.  I linked the two issues.

--
Salikh Zakirov




--
Weldon Washburn
Intel Enterprise Solutions Software Division

Reply via email to