[Bug 50175] Enhance memory leak detection by selectively applying methods [PATCH?]

2018-05-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=50175

Mark Thomas  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #8 from Mark Thomas  ---
Implemented in trunk for 9.0.9 onwards.

-- 
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



[Bug 50175] Enhance memory leak detection by selectively applying methods [PATCH?]

2015-01-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50175

--- Comment #7 from Rainer Jung rainer.j...@kippdata.de ---
I agree it would be nice if we could disable leak detection in case the JVM
shuts down. This is a frequent case and in that case the leaks don't matter.

The logs in this case only raise awareness for the sitution when one would
switch from recycling the JVM to hot redeployment, embedded mode or similar.
OTOH the output often lowers awareness for real problems logged during
shutdown. Since many of the leak problems are non-trivial to fix, many users
get used to the bunch of messages logged during shutdown and do no longer look
at any (other) shutdown messages.

I'm undecided whether the default during JVM shutdown should be doing leak
detection or not doing leak detection.

I had a look at how to detect the shutdown but found it hard to do without
changing the lifecycle model. But maybe there's a way to detect JVM shutdown
outside of our lifecycle model (using a global singleton or similar).

-- 
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



[Bug 50175] Enhance memory leak detection by selectively applying methods [PATCH?]

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50175

Christopher Schultz ch...@christopherschultz.net changed:

   What|Removed |Added

Summary|Enhance memory leak |Enhance memory leak
   |detection by selectively|detection by selectively
   |applying methods,   |applying methods [PATCH?]

-- 
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