BUG #18610: llvm error: __aarch64_swp4_acq_rel which could not be resolved

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: a(dot)kozhemyakin(at)postgrespro(dot)ru
Subject: BUG #18610: llvm error: __aarch64_swp4_acq_rel which could not be resolved
Date: 2024-09-11 07:00:25
Message-ID: 18610-37bf303f904fede3@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 18610
Logged by: Alexander Kozhemyakin
Email address: a(dot)kozhemyakin(at)postgrespro(dot)ru
PostgreSQL version: 17rc1
Operating system: ubuntu-24.04
Description:

Hi, On the master branch (3beb945d) built with llvm, the following request
fails with an error

CREATE SCHEMA addr_nsp;
CREATE FOREIGN DATA WRAPPER addr_fdw;
CREATE SERVER addr_fserv FOREIGN DATA WRAPPER addr_fdw;
CREATE TEXT SEARCH DICTIONARY addr_ts_dict (template=simple);
CREATE FOREIGN TABLE addr_nsp.genftable (a int) SERVER addr_fserv;
CREATE PUBLICATION addr_pub FOR TABLE addr_nsp.gentable;

select
pg_last_wal_receive_lsn()
from
pg_publication as ref_1
inner join pg_foreign_table as ref_2
inner join pg_aggregate as ref_4
on ( (select partclass from pg_partitioned_table limit 1) < (select
indcollation from pg_index limit 1))
on ( (select 1 from pg_stat_bgwriter limit 1) <> (select total_time from
pg_stat_xact_user_functions limit 1) )
right join pg_aggregate as ref_5 on ( ref_5.aggtransspace <= (9764) );

ERROR: relation "addr_nsp.gentable" does not exist
WARNING: failed to resolve name __aarch64_swp4_acq_rel
FATAL: fatal llvm error: Program used external function
'__aarch64_swp4_acq_rel' which could not be resolved!
server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
The connection to the server was lost. Attempting reset: Succeeded.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Muralikrishna Bandaru 2024-09-11 07:37:26 Re: pl/perl extension fails on Windows
Previous Message PG Bug reporting form 2024-09-11 06:42:48 BUG #18609: Repeated installcheck failure in test_pg_dump due to existing role