BUG #18610: llvm error: __aarch64_swp4_acq_rel which could not be resolved - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #18610: llvm error: __aarch64_swp4_acq_rel which could not be resolved
Date
Msg-id 18610-37bf303f904fede3@postgresql.org
Whole thread Raw
Responses Re: BUG #18610: llvm error: __aarch64_swp4_acq_rel which could not be resolved
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      18610
Logged by:          Alexander Kozhemyakin
Email address:      a.kozhemyakin@postgrespro.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.


pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #18609: Repeated installcheck failure in test_pg_dump due to existing role
Next
From: Muralikrishna Bandaru
Date:
Subject: Re: pl/perl extension fails on Windows