what causes exit signal Segmentation faults?

chips12

Active Member
Nov 6, 2010
25
0
51
UK
Linux dual core 4GB
CENTOS 5.9 x86_64 standard – server
WHM 11.36.1 (build 5)
php 5.3.24 dso
apache 2.2.24

I have recently used Easy Apache Update and checking the apache error log see the following exit segmentation faults. I have tried to find what is causing this by switching off the websites being served, in case it is some php script, but these faults still show up, even when all sites are offline and just simple html paintenance pages are only being accessed. I am not sure what else to check, what could be causing these faults. The websites seem to be functioning correctly, so it is odd...

Code:
[Mon May 06 00:38:57 2013] [notice] child pid 4945 exit signal Segmentation fault (11)
[Mon May 06 00:39:00 2013] [notice] child pid 4944 exit signal Segmentation fault (11)
[Mon May 06 00:39:07 2013] [notice] child pid 4896 exit signal Segmentation fault (11)
[Mon May 06 00:39:33 2013] [notice] child pid 4941 exit signal Segmentation fault (11)
[Mon May 06 00:39:43 2013] [notice] child pid 4940 exit signal Segmentation fault (11)
[Mon May 06 00:41:25 2013] [notice] child pid 5089 exit signal Segmentation fault (11)
[Mon May 06 00:42:14 2013] [notice] child pid 4943 exit signal Segmentation fault (11)
[Mon May 06 00:42:48 2013] [notice] child pid 5124 exit signal Segmentation fault (11)
[Mon May 06 00:44:31 2013] [notice] child pid 5194 exit signal Segmentation fault (11)
[Mon May 06 00:49:28 2013] [notice] child pid 5375 exit signal Segmentation fault (11)
 

pmc

Member
May 13, 2012
16
1
51
cPanel Access Level
Root Administrator
apparently you need to fill out a ticket because they don't know or care to respond.
fill out the ticket or try and rebuild apache paying attention to your selections used to build it.

I am working on this issue as well.
 

chips12

Active Member
Nov 6, 2010
25
0
51
UK
try and rebuild apache paying attention to your selections used to build it.

I am working on this issue as well.
Thanks for the reply. I have also tried rebuilding using easy apache a few times. I am not sure which option maybe causing the problem, from what I have read it may be some module conflicting or something.

I also read it can be caused by a php script, so to make sure that was not it, I stopped all traffic to any php for a while, redirecting all sites to a maintenance html page...still got the exit segmentation faults though, so I dont think it is a php thing...

I am also finding some processes getting stuck and pushing up server load, so I have to manually kill them. That is intermittent and I am not sure if it is related or not.