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=7921>.
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=7921

apr_proc_mutex_[un]lock failed...

           Summary: apr_proc_mutex_[un]lock failed...
           Product: Apache httpd-2.0
           Version: 2.0.35
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Major
          Priority: Other
         Component: All
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


./configure --with-mpm=perchild
make
make install
/usr/local/apache2/bin/apachectl start
/usr/local/apache2/bin/apachectl stop

$> cat /usr/local/apache2/logs/error_log
...
...
[Wed Apr 10 14:58:40 2002] [emerg] (13)Permission denied: apr_proc_mutex_lock
failed. Attempting to shutdown process gracefully.
[Wed Apr 10 14:58:40 2002] [emerg] (13)Permission denied: apr_proc_mutex_unlock
failed. Attempting to shutdown process gracefully.
[Wed Apr 10 14:58:41 2002] [emerg] (13)Permission denied: apr_proc_mutex_lock
failed. Attempting to shutdown process gracefully.
[Wed Apr 10 14:58:41 2002] [emerg] (13)Permission denied: apr_proc_mutex_unlock
failed. Attempting to shutdown process gracefully.
[Wed Apr 10 14:58:41 2002] [emerg] (13)Permission denied: apr_proc_mutex_lock
failed. Attempting to shutdown process gracefully.
...
...

$> strace -f -o ../foo.log /usr/local/apache2/bin/httpd

foo.log is attached ...

Reply via email to