Re: JIT crash introduced by 6185c9737c with LLVM 14

From: Amit Langote <amitlangote09(at)gmail(dot)com>
To: Jeff Davis <jeff(at)j-davis(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-14 05:57:36
Message-ID: CA+HiwqHZRYt38Q7iWpMpEqh3-6ND+8AiHnysfhdgJr55KRKBpQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi Jeff,

On Fri, Jun 14, 2024 at 1:25 PM Jeff Davis <jeff(at)j-davis(dot)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.

--
Thanks, Amit Langote

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2024-06-14 13:14:11 BUG #18508: Not all packages are present in the repo on rhel 8
Previous Message usman khan 2024-06-14 05:45:54 Re: [EXTERNAL] Re: Previous command not accessible in postgres 17 beta