https://bz.apache.org/bugzilla/show_bug.cgi?id=63832
Remy Maucherat <r...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from Remy Maucherat <r...@apache.org> --- The exception is properly caught, *but* because of the severity of it it is allowed to fall through (java.lang.InternalError is a VirtualMachineError). Then the stop process does not complete due to that. The code causing the error is reconstructing the class name from a Class object, so it's rather worrying/weird that it fails. IMO, the fix is in the InlineExecutorService: it should emulate an executor with a one thread pool, so it should not propagate an exception/error out of its execute method and log the trace as severe instead. I will attepmt a fix and see how testing goes. -- 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