Обсуждение: JIT crash introduced by 6185c9737c with LLVM 14

Поиск
Список
Период
Сортировка

JIT crash introduced by 6185c9737c with LLVM 14

От
Jeff Davis
Дата:
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