]> git.ipfire.org Git - thirdparty/bind9.git/commit
Process core dump from named which failed to start
authorMichal Nowak <mnowak@isc.org>
Tue, 4 May 2021 10:58:23 +0000 (12:58 +0200)
committerMichal Nowak <mnowak@isc.org>
Fri, 16 Jul 2021 14:37:57 +0000 (16:37 +0200)
commitbc097d33588cd1e5b27b2ba832026e23559bc2af
treebc32eec8ffb9949781aaa89b7f893ccb5b5da770
parent4339831e544c68d3fcbb373049354ee1b3a295a4
Process core dump from named which failed to start

When named failed to start and produced core dump, the core file wasn't
processed by GDB because of run.sh script exiting immediately. This
remedies the limitation, simplifies the surrounding code, and makes the
script shellcheck clean.
bin/tests/system/run.sh.in