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 <[email protected]> Discussion: https://postgr.es/m/can55fz36r74tz8rksfueywlxgkdam3lu2fhm_zucsb6imd3...@mail.gmail.com Backpatch-through: 18 Branch ------ REL_18_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/5114d62e74991151ea38a1a31e0806a9a78682d1 Modified Files -------------- .cirrus.tasks.yml | 3 ++- src/tools/ci/cores_backtrace.sh | 31 +++++++++++++++++++++++++++---- 2 files changed, 29 insertions(+), 5 deletions(-)
