ASF Bugzilla – Attachment 29857 Details for
Bug 54415
Please tell the root cause of mutex and scoreboard generation failure!
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Articulate the root cause of mutex generation failure
util_mutex.patch (text/plain), 507 bytes, created by
Jackie Zhang
on 2013-01-16 06:29:00 UTC
(
hide
)
Description:
Articulate the root cause of mutex generation failure
Filename:
MIME Type:
Creator:
Jackie Zhang
Created:
2013-01-16 06:29:00 UTC
Size:
507 bytes
patch
obsolete
>--- ../httpd-2.4.3-org/httpd-2.4.3/server/util_mutex.c 2012-08-14 16:59:24.000000000 -0700 >+++ server/util_mutex.c 2013-01-15 22:27:19.131533886 -0800 >@@ -390,7 +390,8 @@ > "Couldn't create the %s mutex %s%s%s", type, > fname ? "(file " : "", > fname ? fname : "", >- fname ? ")" : ""); >+ fname ? ")" : "", >+ fname ? "" : ". Please check system usage of semaphore arrays."); > } > > #ifdef AP_NEED_SET_MUTEX_PERMS
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 54415
:
29856
|
29857
|
29863