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

From Jeff Davis
Subject JIT crash introduced by 6185c9737c with LLVM 14
Date
Msg-id c8303edcc9093ed102205138129d53f99b15b4c9.camel@j-davis.com
Whole thread Raw
List 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




pgsql-bugs by date:

Previous
From: Michael Paquier
Date:
Subject: Re: error "can only drop stats once" brings down database
Next
From: usman khan
Date:
Subject: Re: [EXTERNAL] Re: Previous command not accessible in postgres 17 beta