Re: BUG #19609: Server crashes when executing a JIT-compiled SQL function on s390x

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Артём Зарубин <a(dot)prototype7(at)gmail(dot)com>
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #19609: Server crashes when executing a JIT-compiled SQL function on s390x
Date: 2026-08-05 14:15:17
Message-ID: 1328665.1785939317@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

=?UTF-8?B?0JDRgNGC0ZHQvCDQl9Cw0YDRg9Cx0LjQvQ==?= <a(dot)prototype7(at)gmail(dot)com> writes:
> I am attaching the TAP test mentioned in the bug report.

If the same test doesn't fail on other arches (x86, arm, etc) then
this is almost certainly an LLVM bug, and you should be reporting
it to them.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Alexander Korotkov 2026-08-05 17:02:28 Re: MERGE/SPLIT PARTITIONS issues/questions
Previous Message Nitin Motiani 2026-08-05 13:54:01 Re: BUG #19588: Semantically equivalent DISTINCT ON query returns different result when wrapped in MATERIALIZED CTE.