php-fpm55 segfault

Derevko

Verified User
Joined
Feb 18, 2012
Messages
46
Hi,

from about a week every 24 hours I need to restart php-fpm55 because owncloud installed on a domain returns 503 Service Unavailable and php crashes at every request:

Code:
[2152237.360999] php-fpm55[28624]: segfault at 377a10000 ip 00000000007d20ae sp 00007fff48e3e8b8 error 4 in php-fpm55[400000+bcb000]

/var/log/php-fpm55.log:

Code:
[13-Feb-2015 08:19:16] WARNING: [pool admin] child 27410 exited on signal 11 (SIGSEGV) after 32.175158 seconds from start
[13-Feb-2015 08:19:16] NOTICE: [pool admin] child 27524 started
[13-Feb-2015 08:19:48] WARNING: [pool admin] child 27524 exited on signal 11 (SIGSEGV) after 31.993589 seconds from start
[13-Feb-2015 08:19:48] NOTICE: [pool admin] child 27645 started
[13-Feb-2015 08:20:20] WARNING: [pool admin] child 27645 exited on signal 11 (SIGSEGV) after 32.020332 seconds from start
[13-Feb-2015 08:20:20] NOTICE: [pool admin] child 27916 started
[13-Feb-2015 08:20:52] WARNING: [pool admin] child 27995 exited on signal 11 (SIGSEGV) after 0.291742 seconds from start
[13-Feb-2015 08:20:52] NOTICE: [pool admin] child 28001 started
[13-Feb-2015 08:21:25] WARNING: [pool admin] child 28624 exited on signal 11 (SIGSEGV) after 0.749311 seconds from start
[13-Feb-2015 08:21:25] NOTICE: [pool admin] child 28631 started

and in apache vhost error.log:

Code:
[Fri Feb 13 08:19:16.792410 2015] [proxy_fcgi:error] [pid 21651:tid 139794177603328] [client xxx.xx.xxx.xxx:55754] AH01067: Failed to read FastCGI header
[Fri Feb 13 08:19:16.792430 2015] [proxy_fcgi:error] [pid 21651:tid 139794177603328] (104)Connection reset by peer: [client xxx.xx.xxx.xxx:55754] AH01075: Error dispatching request to : 
[Fri Feb 13 08:19:48.787310 2015] [proxy_fcgi:error] [pid 21651:tid 139794286708480] [client xxx.xx.xxx.xxx:55764] AH01067: Failed to read FastCGI header
[Fri Feb 13 08:19:48.787330 2015] [proxy_fcgi:error] [pid 21651:tid 139794286708480] (104)Connection reset by peer: [client xxx.xx.xxx.xxx:55764] AH01075: Error dispatching request to : 
[Fri Feb 13 08:20:20.808988 2015] [proxy_fcgi:error] [pid 21651:tid 139793942607616] [client xxx.xx.xxx.xxx:55770] AH01067: Failed to read FastCGI header
[Fri Feb 13 08:20:20.809015 2015] [proxy_fcgi:error] [pid 21651:tid 139793942607616] (104)Connection reset by peer: [client xxx.xx.xxx.xxx:55770] AH01075: Error dispatching request to : 
[Fri Feb 13 08:20:52.856268 2015] [proxy_fcgi:error] [pid 21651:tid 139793984571136] [client xxx.xx.xxx.xxx:55776] AH01067: Failed to read FastCGI header
[Fri Feb 13 08:20:52.856297 2015] [proxy_fcgi:error] [pid 21651:tid 139793984571136] (104)Connection reset by peer: [client xxx.xx.xxx.xxx:55776] AH01075: Error dispatching request to : 
[Fri Feb 13 08:21:25.259500 2015] [proxy_fcgi:error] [pid 21651:tid 139793883858688] [client xxx.xx.xxx.xxx:55783] AH01067: Failed to read FastCGI header
[Fri Feb 13 08:21:25.259520 2015] [proxy_fcgi:error] [pid 21651:tid 139793883858688] (104)Connection reset by peer: [client xxx.xx.xxx.xxx:55783] AH01075: Error dispatching request to : 
[Fri Feb 13 08:21:32.074509 2015] [proxy_fcgi:error] [pid 21651:tid 139793942607616] [client xxx.xx.xxx.xxx:55792] AH01067: Failed to read FastCGI header
[Fri Feb 13 08:21:32.074531 2015] [proxy_fcgi:error] [pid 21651:tid 139793942607616] (104)Connection reset by peer: [client xxx.xx.xxx.xxx:55792] AH01075: Error dispatching request to : 
[Fri Feb 13 08:21:56.817838 2015] [proxy_fcgi:error] [pid 21651:tid 139793959393024] [client xxx.xx.xxx.xxx:55799] AH01067: Failed to read FastCGI header
[Fri Feb 13 08:21:56.817859 2015] [proxy_fcgi:error] [pid 21651:tid 139793959393024] (104)Connection reset by peer: [client xxx.xx.xxx.xxx:55799] AH01075: Error dispatching request to :


How can I fix this?
 
Back
Top