My apache error logs are full of signal Segmentation faults roughly every hour. This results in:
I am running Apache 2.4.7 with PHP 5.5.8.
I have tried disabling memcached, imagick and the opcache in turn to see if the issue stops however it does not!
Extensions loaded:
Code:
child pid 22388 exit signal Segmentation fault (11)
I have tried disabling memcached, imagick and the opcache in turn to see if the issue stops however it does not!
Extensions loaded:
Code:
extension = "pdo.so"
extension = "pdo_sqlite.so"
extension = "timezonedb.so"
; extension = "memcached.so"
; extension = "imagick.so"
; zend_extension = "/usr/local/lib/php/extensions/no-debug-non-zts-20121212/opcache.so"
Last edited: