History log of /PHP-8.0/sapi/fpm/tests/bug77023-pm-dynamic-blocking-sigquit.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# 0df28869 27-Apr-2022 Jakub Zelenka

Add skip for FPM resource heavy tests


# d8612fb6 16-Apr-2022 Jakub Zelenka

Fix bug #77023: FPM cannot shutdown processes

This change introduces subsequent kill of the process when idle process quit
(SIGQUIT) does not succeed. It can happen in some situations an

Fix bug #77023: FPM cannot shutdown processes

This change introduces subsequent kill of the process when idle process quit
(SIGQUIT) does not succeed. It can happen in some situations and means that FPM
is not able to scale down in dynamic pm. Using SIGKILL fixes the issue.

show more ...