Description of problem: /usr/bin/host dumps core when the -w flag (no timeout) is used with a nameserver. Version-Release number of selected component (if applicable): bind-utils-9.4.1-6.1.fc7 How reproducible: $ host -w www.redhat.com ns1.redhat.com timer.c:710: INSIST(result == 0 || result == 2) failed. zsh: abort (core dumped) host -w www.redhat.com 1.1.1.1 Steps to Reproduce: 1.$ host -w www.redhat.com ns1.redhat.com 2. 3. Actual results: Core dump produced Expected results: To return a response or simply wait forever, similar to behavior with -W10000 flag (but forever, instead of 10000 seconds). Additional info:
Ooops. The core dump should be from a process with the commandline host -w www.redhat.com ns1.redhat.com rather than host -w www.redhat.com 1.1.1.1. I was trying different options.
Fixed in rawhide, 9.5.0a5-3 Adam