Segfault Errors
Posted: Thu 18. Jul 2019, 11:54
Hallo,
ich habe das Problem, dass mir ab und zu das Control-Panel mit einem "Service Unavailable" und einem Segfault-Error in den Logs wegfliegt.
Server: Debian 9.9
Keyhelp 9.1 (ich habe das Update noch nicht manuell angestoßen)
CPU-Kerne: 4x
RAM: 16 GB
free -m -h
Datei: /var/log/messages
Datei: /var/log/php7.0-fpm.log
7:15:06] NOTICE: systemd monitor interval set to 10000ms
[18-Jul-2019 11:39:17] WARNING: [pool keyhelp] child 9813 exited on signal 11 (SIGSEGV) after 8.059987 seconds from start
[18-Jul-2019 11:39:17] NOTICE: [pool keyhelp] child 9816 started
[/code]
Datei: /var/log/apache2/error.log
Datei: /var/log/apache2/keyhelp/error.log
Alle Dienste starten mit einem OK neu:
Ändern tut sich nichts. Ein Reboot hilft.
Hat jemand eine Idee, wie ich hier weiter vorgehen kann?
Danke uns beste Grüße, Christian
ich habe das Problem, dass mir ab und zu das Control-Panel mit einem "Service Unavailable" und einem Segfault-Error in den Logs wegfliegt.
Server: Debian 9.9
Keyhelp 9.1 (ich habe das Update noch nicht manuell angestoßen)
CPU-Kerne: 4x
RAM: 16 GB
free -m -h
Code: Select all
total used free shared buff/cache available
Mem: 15G 2.1G 465M 364M 13G 13G
Swap: 15G 3.1M 15G
Datei: /var/log/messages
Code: Select all
Jul 18 10:43:23 mail kernel: [523984.361299] keyhelp-php70-f[5553]: segfault at 18 ip 000055693e77caa8 sp 00007ffe7f2d5ca0 error 4 in keyhelp-php70-fpm[55693e295000+ba0000]
Jul 18 10:55:01 mail kernel: [524682.670524] keyhelp-php70-f[6319]: segfault at 10 ip 000055693e72d84e sp 00007ffe7f2d5cd0 error 4 in keyhelp-php70-fpm[55693e295000+ba0000]
Jul 18 11:23:01 mail kernel: [526362.063807] keyhelp-php70-f[8445]: segfault at 1000000020 ip 000055693e7c9627 sp 00007ffe7f2d5f38 error 6 in keyhelp-php70-fpm[55693e295000+ba0000]
Jul 18 11:39:17 mail kernel: [527338.280338] php-fpm7.0[9813]: segfault at 18 ip 000055ffce4bf5f0 sp 00007ffd5987fe80 error 4 in php-fpm7.0[55ffce296000+3a8000]
Code: Select all
[17-Jul-2019 1[code]
[18-Jul-2019 11:39:17] WARNING: [pool keyhelp] child 9813 exited on signal 11 (SIGSEGV) after 8.059987 seconds from start
[18-Jul-2019 11:39:17] NOTICE: [pool keyhelp] child 9816 started
[/code]
Datei: /var/log/apache2/error.log
Code: Select all
[Thu Jul 18 06:25:03.985630 2019] [ssl:warn] [pid 24409:tid 140323513438272] AH01909: webmail:443:0 server certificate does NOT include an ID which matches the server name
[Thu Jul 18 06:25:04.511485 2019] [mpm_worker:notice] [pid 24409:tid 140323513438272] AH00292: Apache/2.4.25 (Debian) mod_fcgid/2.3.9 OpenSSL/1.0.2s configured -- resuming normal operations
[Thu Jul 18 06:25:04.511513 2019] [core:notice] [pid 24409:tid 140323513438272] AH00094: Command line: '/usr/sbin/apache2'
[Thu Jul 18 06:25:04.511533 2019] [mpm_worker:warn] [pid 24409:tid 140323513438272] AH00291: long lost child came home! (pid 30274)
[Thu Jul 18 06:25:04.511547 2019] [mpm_worker:warn] [pid 24409:tid 140323513438272] AH00291: long lost child came home! (pid 30275)
Code: Select all
[Tue Jul 16 18:49:44.365997 2019] [proxy_fcgi:error] [pid 8944:tid 140322805831424] [client 199.249.230.121:24532] AH01071: Got error 'Primary script unknown\n'
[Wed Jul 17 04:30:54.313634 2019] [proxy_fcgi:error] [pid 8944:tid 140322814224128] [client 77.247.110.186:56194] AH01071: Got error 'Primary script unknown\n'
[Thu Jul 18 11:39:17.268032 2019] [proxy_fcgi:error] [pid 18221:tid 140322805831424] [client 94.130.113.90:43448] AH01067: Failed to read FastCGI header
[Thu Jul 18 11:39:17.276658 2019] [proxy_fcgi:error] [pid 18221:tid 140322805831424] (104)Connection reset by peer: [client 94.130.113.90:43448] AH01075: Error dispatching request to :
Code: Select all
root@mail:/etc/init.d# /etc/init.d/php7.0-fpm restart
[ ok ] Restarting php7.0-fpm (via systemctl): php7.0-fpm.service.
root@mail:/etc/init.d# /etc/init.d/keyhelp-php70-fpm restart
[ ok ] Restarting keyhelp-php70-fpm (via systemctl): keyhelp-php70-fpm.service.
root@mail:/etc/init.d# /etc/init.d/keyhelp-php71-fpm restart
[ ok ] Restarting keyhelp-php71-fpm (via systemctl): keyhelp-php71-fpm.service.
root@mail:/etc/init.d# /etc/init.d/keyhelp-php72-fpm restart
[ ok ] Restarting keyhelp-php72-fpm (via systemctl): keyhelp-php72-fpm.service.
root@mail:/etc/init.d# /etc/init.d/keyhelp-php73-fpm restart
[ ok ] Restarting keyhelp-php73-fpm (via systemctl): keyhelp-php73-fpm.service.
Hat jemand eine Idee, wie ich hier weiter vorgehen kann?
Danke uns beste Grüße, Christian