Skip to content

Fix crash at shutdown during an RPZ reload. [RT #46210]

Tony Finch requested to merge fanf/bind9:fanf-rpz-shutdown-crash into master

The crash manifests as an assertion failure in ht.c and is due to the RPZ reload trying to continue after its state has been torn down.

I reproduced the crash using a very large RPZ (so its reload takes longer than a shutdown does) and a script that watches the logs for an RPZ reload and restarts the server when it sees one.

Merge request reports