delv aborts with SIGABRT instead of exiting cleanly when given a query
name that fails wire-format conversion (e.g. a label longer than 63
octets). After this change delv prints the parse error and exits with
a normal failure code.
Closes #5916
Merge branch '5916-delv-run-resolve-null-detach-abort' into 'main'
See merge request isc-projects/bind9!11921