Re: Instability of phycodorus in pg_upgrade tests with JIT

From: Alexander Lakhin <exclusion(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andres Freund <andres(at)anarazel(dot)de>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Instability of phycodorus in pg_upgrade tests with JIT
Date: 2025-10-25 16:00:00
Message-ID: 7fa795d2-b96c-4d99-a740-173778848d59@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello Tom and Andres,

25.10.2025 00:31, Tom Lane wrote:
> Sure, we'd need to change our docs about the oldest supported LLVM
> version if we go that way.
>
>>> I wonder if we should just write these off as "probably an LLVM bug".

As I wrote upthread, I could not reproduce the issue with the same old
LLVM versions.

>> I'm not sure that's really convincing, given that REL_16_STABLE seems to not
>> have an issue?
> The other side of that coin is that no other LLVM-using animal is
> showing similar instability. Sure, it's plausible that we changed
> something in v15 or so that stopped the problem, but is it worth the
> effort to try to find out what? And if we did find it, would we
> care to risk back-porting it?

My collection [2] contains also reports from other animals: petalura,
desmoxytes, dragonet.

> (If you want to research this, I'm not standing in the way.
> But I think there are better uses for your time.)

I wanted to research this, but failed, to my disappointment.

[1] https://www.postgresql.org/message-id/563ee5af-8ee2-484f-b50a-1c8fbdd16171%40gmail.com
[2]
https://wiki.postgresql.org/wiki/Known_Buildfarm_Test_Failures#check-pg_upgrade_fails_on_LLVM-enabled_animals_due_to_double_free_or_corruption

Best regards,
Alexander

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2025-10-25 16:20:28 Re: Instability of phycodorus in pg_upgrade tests with JIT
Previous Message Mihail Nikalayeu 2025-10-25 15:46:00 Re: Logical replication: lost updates/deletes and invalid log messages caused by SnapshotDirty + concurrent updates