https://bz.apache.org/bugzilla/show_bug.cgi?id=66329
Mark Thomas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from Mark Thomas <[email protected]> --- ThreadDeath should never happen since Thread.stop() is never called. StackOverflowError should never happen as the code used by the Poller should have significantly smaller stacks than web application code. If VirtualMachineError happens then the Tomcat process needs to be stopped and restarted anyway. That the Tomcat process has been configured to operate with lower limits than it requires to operate correctly is a configuration issue, not a Tomcat bug. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
