You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2022/10/31 07:45:16 UTC

[Bug 66329] The Tomcat connection processing thread may exit abnormally

https://bz.apache.org/bugzilla/show_bug.cgi?id=66329

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org