monkey64

Well-Known Member
Nov 6, 2011
124
5
68
cPanel Access Level
Root Administrator
My apache error logs are full of signal Segmentation faults roughly every hour. This results in:

Code:
child pid 22388 exit signal Segmentation fault (11)
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:
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:

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Hello :)

Please paste the output of the following commands:

Code:
grep homeloader /usr/local/lib/php.ini
/usr/local/cpanel/bin/rebuild_phpconf --current
Thank you.
 

monkey64

Well-Known Member
Nov 6, 2011
124
5
68
cPanel Access Level
Root Administrator
Hi Michael

There is no output for this command:
Code:
grep homeloader /usr/local/lib/php.ini

Code:
/usr/local/cpanel/bin/rebuild_phpconf --current

Available handlers: suphp dso cgi none
DEFAULT PHP: 5
PHP4 SAPI: none
PHP5 SAPI: dso
SUEXEC: enabled
RUID2: not installed
 

talk2prakash

Member
Sep 29, 2013
14
0
1
cPanel Access Level
Root Administrator
Can you paste the command output here ?

/usr/local/apache/bin/apachectl configtest

Suspect that there should be some httpd misconfiguration in the config file.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
Could you open a support ticket using the link in my signature so we can take a closer look? You can post the ticket number here so we can update this thread with the outcome.

Thank you.