JIT crash introduced by 6185c9737c with LLVM 14

From: Jeff Davis <jeff(at)j-davis(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Cc: Amit Langote <amitlan(at)postgresql(dot)org>
Subject: JIT crash introduced by 6185c9737c with LLVM 14
Date: 2024-06-14 04:25:30
Message-ID: c8303edcc9093ed102205138129d53f99b15b4c9.camel@j-davis.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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.

Regards,
Jeff Davis

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message usman khan 2024-06-14 05:45:54 Re: [EXTERNAL] Re: Previous command not accessible in postgres 17 beta
Previous Message Michael Paquier 2024-06-14 00:37:35 Re: error "can only drop stats once" brings down database