mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 10:59:35 -05:00
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. |
||
|---|---|---|
| .. | ||
| startperf | ||
| system | ||
| testdata/wire | ||
| .gitignore | ||
| Makefile.am | ||
| named.conf | ||
| prepare-softhsm2.sh | ||
| test_client.c | ||
| test_server.c | ||
| wire_test.c | ||