]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use SIGABRT instead of SIGKILL to produce cores on failed start
authorOndřej Surý <ondrej@isc.org>
Wed, 21 Apr 2021 13:39:14 +0000 (15:39 +0200)
committerMichal Nowak <mnowak@isc.org>
Tue, 4 May 2021 15:22:41 +0000 (17:22 +0200)
commit401b3519eb998d3b5dd9f4313bdd021457b971dd
treeadc0ab46f1fe1c67ee138b7f63fb65235f9985e4
parentdfadbc9d7b485b1af62d77ad6c309792bbaabfdf
Use SIGABRT instead of SIGKILL to produce cores on failed start

When the `named` would hang on startup it would be killed with SIGKILL
leaving us with no information about the state the process was in.
This commit changes the start.pl script to send SIGABRT instead, so we
can properly collect and process the coredump from the hung named
process.

(cherry picked from commit 861a236937268466f634392e6b300d349932fd96)
bin/tests/system/start.pl