Re: JIT crash introduced by 6185c9737c with LLVM 14

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: Amit Langote <amitlangote09(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org, Amit Langote <amitlan(at)postgresql(dot)org>
Subject: Re: JIT crash introduced by 6185c9737c with LLVM 14
Date: 2024-06-18 15:20:22
Message-ID: 12ffcc04d27a6677238a8ab8572a2bffc66c8fdf.camel@j-davis.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Tue, 2024-06-18 at 15:11 +0900, Amit Langote wrote:
> Also, could you please check if the crash still occurs after applying
> the attached patch which removes the changes that 6185c9737c made to
> files under src/backend/jit?
>
> (My colleague David Rowley offered to test it on a raspberrypi and on
> a x86_64 machine with libLLVM-14.so, but sees no crash using those
> steps.)

My testcase was wrong because I was installing into the same
destination directory each time when bisecting (that shortcut normally
works but can cause problems with LLVM changes). When I install into a
fresh directory, it works.

There may (or may not) have been some bug in my original larger case,
but I'll have to re-investigate, and in any case I don't think your
commit was a problem.

Regards,
Jeff Davis

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Melanie Plageman 2024-06-18 22:39:09 Re: relfrozenxid may disagree with row XIDs after 1ccc1e05ae
Previous Message Muralikrishna Bandaru 2024-06-18 11:32:37 Re: BUG #18513: PG17 build on windows generates postgres.exe.lib instead of postgres.lib