On Tue Dec 3 10:03:24 2024 +0000, Michele Dionisio wrote:
I'm not able to replicate the problem in my local build. I only know that 'test-linux-32' fails. If you check my last commit on timeout.c I disable one test on 32bit build and not all seams ok. But this is only a workaround for fome other problem that I don't undestand
there are some tests in test-linux-32 that are flaky and sometimes fail IIRC (before your today changes), I didn't see potential failures in test-linux-32 that are not known and/or introduced by your patch so I recommend going back to yesterday's version, fix the failing test (as already mentioned, you shouldn't use STATUS_CONTROL_C_EXIT - that's already handled - and just return 1 after the ctrl-c handler has been invoked - and still need to return from the main loop to control the output)