Bug#1059476: postgresql-15: backend crash caused by query in llvm on arm64

2024-06-12 Thread Christoph Berg
Re: Stefan Heine > how can I find, what version of the llvm library a given version of postgres > is linked to? It should be visible in the linker flags: select * from pg_config(); LDFLAGS │ -Wl,-z,relro -Wl,-z,now -L/usr/lib/llvm-16/lib -Wl,--as-needed Christoph

Bug#1059476: postgresql-15: backend crash caused by query in llvm on arm64

2024-06-10 Thread Stefan Heine
Hi, we probably have the same situation in our environment (ARM, official postgres 14.x from docker hub, segfault, only happens with jit). I would like to test this on other versions of postgres with other versions of the llvm version. how can I find, what version of the llvm library a given

Bug#1059476: postgresql-15: backend crash caused by query in llvm on arm64

2023-12-26 Thread Clemens Eisserer
Package: postgresql-15 Version: 15.5-0+deb12u1 Severity: normal X-Debbugs-Cc: linuxhi...@gmail.com Dear Maintainer, I've stumbled over a reproduceable backend crash on arm64 running the following query on my smartmeter table, please see the following post on pgsql-general for more details: https