]> git.ipfire.org Git - thirdparty/bind9.git/commit
Write traceback file to the same directory as core file
authorMichal Nowak <mnowak@isc.org>
Tue, 24 Nov 2020 16:39:23 +0000 (17:39 +0100)
committerMichal Nowak <mnowak@isc.org>
Thu, 26 Nov 2020 17:01:34 +0000 (18:01 +0100)
commit6428fc26af232e0954b65347c1a232e203377321
treeb54747374af9d3de62051f903d20618a6132714b
parent0f0a006c7e30829ead5fbadb725a5be479fed1cb
Write traceback file to the same directory as core file

The traceback files could overwrite each other on systems which do not
use different core dump file names for different processes.  Prevent
that by writing the traceback file to the same directory as the core
dump file.

These changes still do not prevent the operating system from overwriting
a core dump file if the same binary crashes multiple times in the same
directory and core dump files are named identically for different
processes.
bin/tests/system/run.sh.in