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

2022-10-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66329

Remy Maucherat  changed:

   What|Removed |Added

 Resolution|INVALID |FIXED

--- Comment #2 from Remy Maucherat  ---
I was looking to see if we could do better, but it is likely to go into an
infinite loop. Ideally it would be good to keep the poller thread alive (only
this one) though ... Maybe hack in a Thread.sleep if
ExceptionUtils.handleThrowable throws an error ?

-- 
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 66329] The Tomcat connection processing thread may exit abnormally

2022-10-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66329

Mark Thomas  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID

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