https://bz.apache.org/bugzilla/show_bug.cgi?id=69560
--- Comment #4 from Joe Orton <[email protected]> --- 1) Is this a self-built OpenSSL rather than a distribution-provided one? If so, you could can try building it with the no-atexit configure option. It shouldn't be necessary but atexit is a bit of a hazy mess sometimes. At the same time, it is unlikely to be harmful. https://github.com/openssl/openssl/blob/master/INSTALL.md#no-atexit 2) Has anything changed on your system (httpd version or OpenSSL version), do you think these crashes have been there for a while, or it's a new deployment? 3) Since you're using prefork, is there anything else using OpenSSL within child processes? e.g. libcurl or LDAP or some other library which is brought in. This kind of problem can be very difficult to debug. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
