On 22/07/2010 14:33, Mladen Turk wrote: > On 07/22/2010 02:22 PM, Mark Thomas wrote: >> On 22/07/2010 13:18, ma...@apache.org wrote: >>> Author: markt >>> Date: Thu Jul 22 12:18:59 2010 >>> New Revision: 966613 >>> >>> URL: http://svn.apache.org/viewvc?rev=966613&view=rev >>> Log: >>> Run all unit tests will all connectors >> >> When I enable this for the APR connector it always crashes the JVM on >> shutdown. Is this a local issue or does this happen for anyone else? >> > > It happens cause the Library.shutdown is called while > resources are still in use. > > What happens if you disable the terminateAPR call?
Thanks. That was it. I changed the point where that was called and that fixed it although it did then highlight a huge delay (~30s) to shutdown the connector. I've got to the bottom of that too and am currently testing a patch. Thanks again for the pointer. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org