On 19/09/2019 20:39, Mark Thomas wrote: > On 19/09/2019 19:57, ma...@apache.org wrote: >> This is an automated email from the ASF dual-hosted git repository. >> >> markt pushed a commit to branch master >> in repository https://gitbox.apache.org/repos/asf/tomcat.git >> >> >> The following commit(s) were added to refs/heads/master by this push: >> new 9825246 Fix test failures caused by APR crash during shutdown >> 9825246 is described below >> >> commit 9825246d0ce833552a3745ac3b02a44551789caa >> Author: Mark Thomas <ma...@apache.org> >> AuthorDate: Thu Sep 19 19:56:23 2019 +0100 >> >> Fix test failures caused by APR crash during shutdown >> >> When a request thread was still trying to read/write from/to the socket, >> the socket wrapper was not marked as closed so the thread tried to use >> an APR socket that the POller then closed. Trying to read/write from a >> closed APR socket will nearly always trigger a crash. > > Hmm. Maybe not as successful as I had hoped. The chances of a crash > appear to have reduced but crashes do still occur. It looks like one > root cause has been fixed but that there is still at least one more root > cause to track down. I'll take another look.
Looking at this more closely, this isn't fixing a root cause it is just altering the timing slightly - enough to reduce the chance of the issue occurring. I intend to revert the above fix and work on an alternative. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org