On Thu, Apr 04, 2024 at 10:39:39AM +0000, bre Breitenberger Markus wrote: > Install signal handlers after everything is initialized as there is a > race condition that can happen when the process gets terminated after > the signal handler is installed but before all fields in the global > state are set up correctly, leading to a SIGSEGV as the cleanup code > dereferences uninitialized pointers. Applied, thanks