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.


-- 
Salikh Zakirov

Reply via email to