ci: Skip minfree file in the cores_backtrace.sh

From: Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: Melanie Plageman <melanieplageman(at)gmail(dot)com>, myon(at)debian(dot)org
Subject: ci: Skip minfree file in the cores_backtrace.sh
Date: 2025-10-17 08:26:04
Message-ID: CAN55FZ12R-LG=wZZ8yLY7+tmVbR=9Y_O5uveDHU0nmYT+AiTjQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Melanie mentioned on the Postgres Discord channel that the OpenBSD CI
task’s 'Run cores' script fails [1] because it tries to process a file
named minfree, which is not a valid core file.

This patch updates the cores_backtrace.sh script to skip the minfree
file across all CI operating systems, since it is not expected to be a
valid core file on any of them.

The fix was proposed by Christoph Berg, I created the patch and
verified that it works.

[1] https://cirrus-ci.com/task/6309105838587904

--
Regards,
Nazir Bilal Yavuz
Microsoft

Attachment Content-Type Size
v1-0001-ci-skip-minfree-file-in-the-cores_backtrace.sh.patch text/x-patch 1.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2025-10-17 08:31:00 Re: Optimizing ResouceOwner to speed up COPY
Previous Message Chao Li 2025-10-17 08:11:20 Re: Fix lag columns in pg_stat_replication not advancing when replay LSN stalls