Re: occasional valgrind reports for handle_sig_alarm on 32-bit ARM

2023-02-18 Thread Andres Freund
Hi, On 2023-02-18 13:56:38 +0100, Tomas Vondra wrote: > or (somewhat weird) > > ==23734== Use of uninitialised value of size 4 > ==23734==at 0x88DDC8: handle_sig_alarm (timeout.c:457) > ==23734==by 0x: ??? > ==23734== Uninitialised value was created by a stack all

occasional valgrind reports for handle_sig_alarm on 32-bit ARM

2023-02-18 Thread Tomas Vondra
Hi, I've been running a lot of valgrind tests on 32-bit arm recently, and from time to time I get a failure in handle_sig_alarm like this: ==13605== Use of uninitialised value of size 4 ==13605==at 0x88DA98: handle_sig_alarm (timeout.c:457) ==13605==by 0x: ??? ==13