Re: JIT crash introduced by 6185c9737c with LLVM 14 - Mailing list pgsql-bugs

From Amit Langote
Subject Re: JIT crash introduced by 6185c9737c with LLVM 14
Date
Msg-id CA+HiwqH4cnsKv-OcF6mj+4DdCO22Yqu4pFZ8EdkRe29OQ76yBA@mail.gmail.com
Whole thread Raw
In response to Re: JIT crash introduced by 6185c9737c with LLVM 14  (Amit Langote <amitlangote09@gmail.com>)
Responses Re: JIT crash introduced by 6185c9737c with LLVM 14
List pgsql-bugs
Hi Jeff,

On Fri, Jun 14, 2024 at 2:57 PM Amit Langote <amitlangote09@gmail.com> wrote:
> On Fri, Jun 14, 2024 at 1:25 PM Jeff Davis <jeff@j-davis.com> wrot>
> > The following query causes a crash on an optimized build using LLVM 14:
> >
> >    create table t(i int);
> >    set jit_above_cost=0;
> >    select count(*) from t;
> >
> > I bisected the crash to 6185c9737c.
>
> Thanks for the report.  Will look into it.

Would you please share more details about the crash (llvm build
attributes, etc.) as I'm unable to reproduce this crash with
libLLVM-14.so that I built from sources that I got at [1].  No luck
even after building with -DLLVM_ENABLE_ASSERTIONS=ON.  I'm building PG
HEAD with --buildtype=release.

--
Thanks, Amit Langote

[1] https://github.com/llvm/llvm-project/releases/tag/llvmorg-14.0.6



pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #18513: PG17 build on windows generates postgres.exe.lib instead of postgres.lib
Next
From: PG Bug reporting form
Date:
Subject: BUG #18514: Encountering an error invalid DSA memory alloc request size 1811939328 when executing script