ASF Bugzilla – Attachment 35698 Details for
Bug 62044
shared memory segments are not found in global list, but appear to exist in kernel.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Also remove SHM file if any
PR-62044.patch (text/plain), 541 bytes, created by
Yann Ylavic
on 2018-01-25 23:46:10 UTC
(
hide
)
Description:
Also remove SHM file if any
Filename:
MIME Type:
Creator:
Yann Ylavic
Created:
2018-01-25 23:46:10 UTC
Size:
541 bytes
patch
obsolete
>Index: modules/slotmem/mod_slotmem_shm.c >=================================================================== >--- modules/slotmem/mod_slotmem_shm.c (revision 1822092) >+++ modules/slotmem/mod_slotmem_shm.c (working copy) >@@ -405,6 +405,7 @@ static apr_status_t slotmem_create(ap_slotmem_inst > apr_size_t dsize = size - AP_SLOTMEM_OFFSET; > if (fbased) { > apr_shm_remove(fname, gpool); >+ apr_file_remove(fname, gpool); > rv = apr_shm_create(&shm, size, fname, gpool); > } > else {
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 62044
:
35698
|
35702
|
35710
|
35723