[Bug 62043] New: os x version 10.13.2 apache server version 2.4.28 php didn't work

2018-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62043 Bug ID: 62043 Summary: os x version 10.13.2 apache server version 2.4.28 php didn't work Product: Apache httpd-2 Version: 2.4.28 Hardware: Macintosh Status: N

[Bug 62044] New: shared memory segments are not found in global list, but appear to exist in kernel.

2018-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62044 Bug ID: 62044 Summary: shared memory segments are not found in global list, but appear to exist in kernel. Product: Apache httpd-2 Version: 2.4.29 Hardware: PC

[Bug 62044] shared memory segments are not found in global list, but appear to exist in kernel.

2018-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62044 --- Comment #1 from m...@blackmans.org --- I believe the error arises here https://github.com/apache/httpd/blob/2.4.29/modules/slotmem/mod_slotmem_shm.c#L408 I assume the 'file exists' error refers to the SHM key rather than the placeholder fi

[Bug 62044] shared memory segments are not found in global list, but appear to exist in kernel.

2018-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62044 --- Comment #2 from m...@blackmans.org --- looking at the code for apr_shm_remove at https://github.com/apache/apr/blob/1.6.1/shmem/unix/shm.c#L436 I am reminded that /* Indicate that the segment is to be destroyed as soon * as all

[Bug 62044] shared memory segments are not found in global list, but appear to exist in kernel.

2018-01-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62044 --- Comment #3 from Yann Ylavic --- Created attachment 35698 --> https://bz.apache.org/bugzilla/attachment.cgi?id=35698&action=edit Also remove SHM file if any Does this help? -- You are receiving this mail because: You are the assignee fo