ASF Bugzilla – Attachment 29863 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 (updated!)
util_mutex.patch (text/plain), 662 bytes, created by
Jackie Zhang
on 2013-01-17 18:47:06 UTC
(
hide
)
Description:
Articulate the root cause of mutex generation failure (updated!)
Filename:
MIME Type:
Creator:
Jackie Zhang
Created:
2013-01-17 18:47:06 UTC
Size:
662 bytes
patch
obsolete
>--- server/util_mutex.c 2012-08-14 16:59:24.000000000 -0700 >+++ server/util_mutex.c 2013-01-17 10:42:41.484719215 -0800 >@@ -387,10 +387,11 @@ > const char *fname) > { > ap_log_error(APLOG_MARK, APLOG_EMERG, rv, s, APLOGNO(00023) >- "Couldn't create the %s mutex %s%s%s", type, >+ "Couldn't create the %s mutex %s%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