freakazoid
Verified User
- Joined
- Jan 17, 2019
- Messages
- 13
Hi all,
I have a new DA server which worked fine, but for some curious reason it now apache throws random 503 error and I see PHP-fpm segfaults
Custombuild options
Any ideas?
I have a new DA server which worked fine, but for some curious reason it now apache throws random 503 error and I see PHP-fpm segfaults
I updated all the packages, upgraded to the latest Debian. Did a ./build all to rebuild everything just to be sure. But is still keeps giving 503's for about 50% of the cases.Dec 21 14:28:39 ws17 systemd[1]: Created slice User Slice of UID 1001.
Dec 21 14:28:39 ws17 systemd[1]: Removed slice User Slice of UID 1001.
Dec 21 14:28:39 ws17 kernel: [ 693.514721] php-fpm74[7717]: segfault at 0 ip 0000000000000000 sp 00007ffc4de5ec88 error 14 in php-fpm74[55a75fe00000+134000]
Dec 21 14:28:39 ws17 kernel: [ 693.514731] Code: Unable to access opcode bytes at RIP 0xffffffffffffffd6.
Dec 21 14:28:39 ws17 systemd[1]: Created slice User Slice of UID 1001.
Dec 21 14:28:39 ws17 systemd[1]: Removed slice User Slice of UID 1001.
root@ws17:~# php -v
PHP 7.4.33 (cli) (built: Dec 21 2022 13:55:19) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
Custombuild options
# PHP Settings
php1_release=7.4
php1_mode=php-fpm
php2_release=8.1
php2_mode=php-fpm
php3_release=no
php3_mode=php-fpm
php4_release=no
php4_mode=php-fpm
secure_php=no
php_ini=no
php_timezone=Europe/Amsterdam
php_ini_type=production
x_mail_header=yes
Any ideas?