On 11/06/2010 14:13, Marcus Better wrote:
> Hi,
> 
> I run a Grails app on Tomcat 6.0.26 (OpenJDK 6, Debian). When undeploying, 
> it reports several leaked objects, including a timer thread that was left 
> running.
> 
> This thread belongs to EhCache, and by inspecting the code, it looks like 
> the timer should be cancelled properly when the application is shut down. 
> Therefore I suspect that it might be a false positive. Is this likely or 
> not?

Does the app wait for the thread to stop or does it just cary on? If it
doesn't wait then there is a good chance the thread will still be
running when Tomcat checks for leaks and hence will get reported.

Mark



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

Reply via email to