Richard G
Verified User
I'm encountering loads of this in the apache error log of one server:
I did install opcache on all servers, but only this servers seems to have an issue. I did not enable opcache in the php.ini.
Furthermore I would like to test by removing opcache, but things like:
./build remove_items
or
./build remove_opcache
are not working.
On this server we experienced odd outages. Blank screens on websites, for example Wordpress gives a blank screen, WP-admin is accessible. After restarting httpd and mysql everything works fine again.
Very strange problem.
Code:
[Wed Sep 30 20:56:07.128271 2020] [core:notice] [pid 26048] AH00052: child pid 27277 exit signal Segmentation fault (11)
Wed Sep 30 20:56:07 2020 (26912): Error Cannot kill process 26920: Operation not permitted!
[Wed Sep 30 20:56:08.134283 2020] [core:notice] [pid 26048] AH00052: child pid 26912 exit signal Segmentation fault (11)
Wed Sep 30 20:56:13 2020 (28123): Error Cannot kill process 26920: Operation not permitted!
Wed Sep 30 20:56:15 2020 (28124): Error Cannot kill process 26920: Operation not permitted!
Wed Sep 30 20:56:20 2020 (28125): Error Cannot kill process 26920: Operation not permitted!
Wed Sep 30 20:56:21 2020 (28127): Error Cannot kill process 26920: Operation not permitted!
Wed Sep 30 20:56:24 2020 (28074): Error Cannot kill process 26920: Operation not permitted!
Wed Sep 30 20:56:47 2020 (28080): Error Cannot kill process 26920: Operation not permitted!
Wed Sep 30 20:56:48 2020 (28105): Error Cannot kill process 26920: Operation not permitted!
Wed Sep 30 20:56:55 2020 (28111): Error Cannot kill process 26920: Operation not permitted!
Wed Sep 30 20:56:55 2020 (28123): Error Cannot kill process 26920: Operation not permitted!
zend_mm_heap corrupted
Wed Sep 30 20:56:58 2020 (28125): Error Cannot kill process 26920: Operation not permitted!
zend_mm_heap corrupted
I did install opcache on all servers, but only this servers seems to have an issue. I did not enable opcache in the php.ini.
Furthermore I would like to test by removing opcache, but things like:
./build remove_items
or
./build remove_opcache
are not working.
On this server we experienced odd outages. Blank screens on websites, for example Wordpress gives a blank screen, WP-admin is accessible. After restarting httpd and mysql everything works fine again.
Very strange problem.