Re: JIT crash introduced by 6185c9737c with LLVM 14

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: JIT crash introduced by 6185c9737c with LLVM 14
Дата
Msg-id 12ffcc04d27a6677238a8ab8572a2bffc66c8fdf.camel@j-davis.com
обсуждение исходный текст
Ответ на Re: JIT crash introduced by 6185c9737c with LLVM 14  (Amit Langote <amitlangote09@gmail.com>)
Ответы Re: JIT crash introduced by 6185c9737c with LLVM 14  (Thomas Munro <thomas.munro@gmail.com>)
Список pgsql-bugs
On Tue, 2024-06-18 at 15:11 +0900, Amit Langote wrote:
> Also, could you please check if the crash still occurs after applying
> the attached patch which removes the changes that 6185c9737c made to
> files under src/backend/jit?
>
> (My colleague David Rowley offered to test it on a raspberrypi and on
> a x86_64 machine with libLLVM-14.so, but sees no crash using those
> steps.)

My testcase was wrong because I was installing into the same
destination directory each time when bisecting (that shortcut normally
works but can cause problems with LLVM changes). When I install into a
fresh directory, it works.

There may (or may not) have been some bug in my original larger case,
but I'll have to re-investigate, and in any case I don't think your
commit was a problem.

Regards,
    Jeff Davis




В списке pgsql-bugs по дате отправления:

Предыдущее
От: Muralikrishna Bandaru
Дата:
Сообщение: Re: BUG #18513: PG17 build on windows generates postgres.exe.lib instead of postgres.lib
Следующее
От: Melanie Plageman
Дата:
Сообщение: Re: relfrozenxid may disagree with row XIDs after 1ccc1e05ae