]> git.ipfire.org Git - thirdparty/postgresql.git/commit
ci: Improve OpenBSD core dump backtrace handling.
authorThomas Munro <tmunro@postgresql.org>
Thu, 6 Nov 2025 04:25:04 +0000 (17:25 +1300)
committerThomas Munro <tmunro@postgresql.org>
Thu, 6 Nov 2025 08:14:05 +0000 (21:14 +1300)
commitb498af4204bd832e11ffc87fe1999f113cc29a87
tree0773e451d7c5f164222e4e3067e48160dcfaadbe
parentd6c132d83bff76acd569175af7f53b7c1bf429f4
ci: Improve OpenBSD core dump backtrace handling.

Since OpenBSD core dumps do not embed executable paths, the script now
searches for the corresponding binary manually within the specified
directory before invoking LLDB.  This is imperfect but should find the
right executable in practice, as needed for meaningful backtraces.

Author: Nazir Bilal Yavuz <byavuz81@gmail.com>
Discussion: https://postgr.es/m/CAN55FZ36R74TZ8RKsFueYwLxGKDAm3LU2FHM_ZUCSB6imd3vYA@mail.gmail.com
Backpatch-through: 18
.cirrus.tasks.yml
src/tools/ci/cores_backtrace.sh