Assuming PHP is compiled with debug enabled.
$ gdb /usr/sbin/php-fpmThen:
r --nodaemonize --fpm-config /etc/php7/fpm/php-fpm.confMake the request... then collect the stacktrace:
btAssuming PHP is compiled with debug enabled.
$ gdb /usr/sbin/php-fpmThen:
r --nodaemonize --fpm-config /etc/php7/fpm/php-fpm.confMake the request... then collect the stacktrace:
bt