DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=30147>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=30147 SSL segfault won't restart -- shared memory exists Summary: SSL segfault won't restart -- shared memory exists Product: Apache httpd-2.0 Version: 2.0.50 Platform: Other OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: Core AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] If ssl apache segfaults it leaves shared memory and files that must be removed to upon restart: [Fri Jul 16 07:43:41 2004] [error] (17)File exists: Cannot allocate shared memory The error messages doesn't bother to say "what file" open("/usr/local/apache2/logs/ssl_scache", O_WRONLY|O_CREAT|O_EXCL, 0666) = -1 EEXIST (File exists). Removing the ssl_scache then gets the same error message but because shared memory already exists which must also be manually deleted. Seems like shared memory startup should be more robust than this... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
