| From: | Thomas Munro <tmunro(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: ci: Improve OpenBSD core dump backtrace handling. |
| Date: | 2025-11-06 08:15:55 |
| Message-ID: | E1vGv9v-005GJf-30@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
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(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAN55FZ36R74TZ8RKsFueYwLxGKDAm3LU2FHM_ZUCSB6imd3vYA@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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Amit Kapila | 2025-11-06 09:03:05 | pgsql: Fix few issues in commit 5509055d69. |
| Previous Message | Thomas Munro | 2025-11-06 08:15:11 | pgsql: ci: Improve OpenBSD core dump backtrace handling. |