Hello,wanted to add that the issue gets triggered when running the following script:
#!/bin/sh
if [ -x /usr/bin/certbot ]; then
certbot -q --authenticator standalone \
--installer none renew \
--pre-hook "service apache2 stop" \
--post-hook "service apache2 start"
sleep 60
/bin/systemctl restart apache2
fi
if i run this script using previous kernel ( linux-image-4.19.0-9-amd64
) no kernel crash is happening.
tobias.

