Looking for help on an issue in mod_watchdog use and child exits. Occasionally a httpd child crashes due to races between child pool being destroyed while watchdog threads are still running. The crash manifests most likely when OPENSSL_cleanup runs while another thread is generated a private key (singe that takes relatively long).
Beside the crash report, nothing else really fails since the child is terminating anyway and no requests are onoing. But still, it's not a nice thing. Do you see an easy way to avoid this? - Stefan