qpzone.c addglue() assertion failed `node->next == NULL` failed
Summary
Bind 9.19.22 as a container restarts with Assertion `node->next == NULL' failed
BIND version affected
- 9.19.22
- 9.19.23 as a container (current internetsystemsconsortium/bind9:9.19)
Steps to reproduce
- Pull the latest image
- Start the docker compose
- ...?
What is the current bug behavior?
The container pulled from internetsystemsconsortium/bind9:9.19 restarts with
named: ../include/urcu/static/wfstack.h:145: _cds_wfs_push: Assertion `node->next == NULL' failed.
in the logs
It happens at random times and no specific queries have been identified yet at the relevant times.
The docker image is used in multiple Secondary Bind public servers.
What is the expected correct behavior?
Container should not restart
Relevant configuration files
The configuration files can be shared if needed but named starts cleanly and is publicly accessible.
A Quota limit of requests as been set for queries.
Relevant logs
Same line repeated:
named: ../include/urcu/static/wfstack.h:145: _cds_wfs_push: Assertion `node->next == NULL' failed.
Edited by Petr Špaček