DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19144>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19144

Segmentation fault after apachectl startssl

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE



------- Additional Comments From [EMAIL PROTECTED]  2003-04-20 15:03 -------
For the problem we now have doc for:

Here's the crucial line from your strace -f output:

[pid  4443] open("/usr/logs/ssl_mutex.4443", O_WRONLY|O_CREAT|O_EXCL, 0644) = -1
ENOENT (No such file or directory)

(And the gdb output points at the same problem.)

/usr/logs doesn't exist, and there was an APR bug I fixed in the last couple of
days that led to a segfault when an attempt was made to create a file-based
mutex in a directory that did not exist.

The solution for your config is to change SSLMutex directive to specify a
directory which does not exist.

The related APR code is now fixed so that an appropriate message is displayed.

Thanks for your report, and thanks for using Apache!

For [EMAIL PROTECTED] (Oliver Edelmann):

It is possible that you are experiencing a different problem.  If fixing your
SSLMutex directive doesn't work around the segfault, then please submit the same
type of doc and re-open the PR.

Thanks!


*** This bug has been marked as a duplicate of 19036 ***

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to