Mailing List Archive

[Bug 7921] New: - apr_proc_mutex_[un]lock failed...
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: bugs@httpd.apache.org
ReportedBy: foobar@web.de


./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 ...

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org