Re: FYI: LLVM Runtime Crash

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: FYI: LLVM Runtime Crash
Дата
Msg-id 20240617203721.rl5dbk4katakbbk5@awork3.anarazel.de
обсуждение исходный текст
Ответ на Re: FYI: LLVM Runtime Crash  ("David E. Wheeler" <david@justatheory.com>)
Ответы Re: FYI: LLVM Runtime Crash
Список pgsql-hackers
Hi,

On 2024-06-17 16:07:49 -0400, David E. Wheeler wrote:
> On Jun 17, 2024, at 11:52, David E. Wheeler <david@justatheory.com> wrote:
> 
> > I don’t *think* it’s something that can be fixed in Postgres core. This is mostly in FYI in case anyone else runs
intothis issue or knows something more about it.
 
> 
> Okay, a response to the issue[1] says the bug is in Postgres:
>
> > The error message is LLVM reporting the backend can't handle the particular form of "probe-stack" attribute in the
inputLLVM IR. So this is likely a bug in the way postgres is generating LLVM IR: please file a bug against Postgres.
(Feelfree to reopen if you have some reason to believe the issue is on the LLVM side.)
 

I suspect the issue might be that the version of clang and LLVM are diverging
too far. Does it work if you pass CLANG=/opt/homebrew/opt/llvm/bin/clang to
configure?

Greetings,

Andres Freund



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Xact end leaves CurrentMemoryContext = TopMemoryContext
Следующее
От: "David E. Wheeler"
Дата:
Сообщение: Re: FYI: LLVM Runtime Crash