Hi Andres, On Fri, 16 May 2025 at 22:49, Andres Freund <and...@anarazel.de> wrote: > > There have been other odd things on leafhopper, see e.g.: > https://www.postgresql.org/message-id/35d87371-f3ab-42c8-9aac-bb39ab5bd987%40gmail.com > https://postgr.es/m/Z4npAKvchWzKfb_r%40paquier.xyz >
Any chances this could be linked to the openssl bug [2] highlighted in this other hacker thread [1]? The postgres issue is quite unrelated, but the openssl bug seems non-trivial and may be good to rule out. To confirm, leafhopper is on Graviton4, uses openssl v3.2 and is compiled --with-openssl. I've been unable to triage the recent leafhopper failures myself and upgrading its openssl (to v3.3+) has been a pending task (just to rule it out). [bf@ip-172-31-72-114 ~]$ openssl --version OpenSSL 3.2.2 4 Jun 2024 (Library: OpenSSL 3.2.2 4 Jun 2024) - robins Reference: 1. https://www.postgresql.org/message-id/6fxlmnyagkycru3bewa4ympknywnsswlqzvwfft3ifqqiioxlv%40ax53pv7xdrc2 2. https://github.com/openssl/openssl/pull/26469