Hi list,

I tried to use php-fpm (php-7.4.23p0 and php-8.0.10p0) on my LeMaker Banana Pi (armv7).

I always get following error messages (/var/log/php-fpm.log)

[06-May-2022 18:45:21] NOTICE: fpm is running, pid 10910
[06-May-2022 18:45:21] NOTICE: ready to handle connections
[06-May-2022 18:45:21] WARNING: [pool www] child 60509 exited on signal 10 (SIGBUS) after 0.061336 seconds from start
[06-May-2022 18:45:21] NOTICE: [pool www] child 33092 started
[06-May-2022 18:45:21] WARNING: [pool www] child 33092 exited on signal 10 (SIGBUS) after 0.010144 seconds from start
[06-May-2022 18:45:21] NOTICE: [pool www] child 35844 started
[06-May-2022 18:45:21] WARNING: [pool www] child 35844 exited on signal 10 (SIGBUS) after 0.000310 seconds from start
[06-May-2022 18:45:21] NOTICE: [pool www] child 26407 started
[06-May-2022 18:45:21] WARNING: [pool www] child 26407 exited on signal 10 (SIGBUS) after 0.010286 seconds from start
[06-May-2022 18:45:21] NOTICE: [pool www] child 65800 started
[06-May-2022 18:45:21] WARNING: [pool www] child 65800 exited on signal 10 (SIGBUS) after 0.010071 seconds from start
[06-May-2022 18:45:21] NOTICE: [pool www] child 51310 started
[06-May-2022 18:45:21] WARNING: [pool www] child 51310 exited on signal 10 (SIGBUS) after 0.009919 seconds from start
[06-May-2022 18:45:21] NOTICE: [pool www] child 56910 started
[06-May-2022 18:45:21] WARNING: [pool www] child 56910 exited on signal 10 (SIGBUS) after 0.009972 seconds from start
[06-May-2022 18:45:21] NOTICE: [pool www] child 76952 started
[06-May-2022 18:45:21] WARNING: [pool www] child 76952 exited on signal 10 (SIGBUS) after 0.009968 seconds from start
[06-May-2022 18:45:21] NOTICE: [pool www] child 36337 started
....

I think it's an armv7 specific problem. On my amd64 and i386 (also with only a 1 GB RAM) machines everything is fine. On i386 there are other minor versions (php-7.4.29 and php-8.0.18) available, but this shouldn't be the root cause.

/etc/php-fpm.conf exists and the machine runs the current armv7 snapshot (7.1 GENERIC#35 armv7)


Do you've any ideas, if there is a fix for php-fpm on armv7?
In 2018 there was a similar request:
https://marc.info/?l=openbsd-ports&m=154689826613814&w=2

Thanks and best regards,
Sven

Reply via email to