https://issues.apache.org/bugzilla/show_bug.cgi?id=50642

--- Comment #8 from Dennis Homann <dennis.hom...@coremedia.com> 2011-04-21 
14:10:05 EDT ---
The issue is still present in 6.0.32. In more than 50% of my attempts, the
KeepAliveThread is not cleared correctly. Debugging and profiling showed that
in these cases, the Thread object is still kept around, even though the thread
was no longer active. In that case, ThreadGroup#enumerate does not even list it
(WebappClassLoader#getThreads), although it's still shown in the profiler
(YourKit in my case) and holds a reference to the WebappClassLoader. Even if it
was listed by enumerate, WebappClassLoader#clearReferencesThreads would skip it
as it is not alive.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to