crash when restarting server with active statschannel connection
Summary
BIND version used
- Affects v9.19 : 9128e540
- Affects v9.18 : v9_18_9 is also affected
Steps to reproduce
- Start named
- $ telnet ::1 8080
- SIGINT the server
- Enjoy fireworks
What is the current bug behavior?
Crash on assertion:
httpd.c:902: REQUIRE(httpd->readhandle == handle) failed, back trace
What is the expected correct behavior?
Does not crash.
Relevant configuration files
statistics-channels {
inet ::1 port 8080;
};
Edited by Petr Špaček