ci: Improve OpenBSD core dump backtrace handling.

Thomas Munro <tmunro@postgresql.org>

Commit: 5114d62e74991151ea38a1a31e0806a9a78682d1
Author: Thomas Munro <tmunro@postgresql.org>
Date: 2025-11-06T04:49:22Z
Releases: 18.1
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

Files

PathChange+/−
.cirrus.tasks.yml modified +2 −1
src/tools/ci/cores_backtrace.sh modified +27 −4

Discussion