Skip to content

Use SIGABRT instead of SIGKILL to produce cores on failed start

Ondřej Surý requested to merge ondrej/use-sigabrt-from-start.pl into main

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.

Merge request reports