Hi Daniel, interesting failure mode ;( To me it seems the easiest fix is changing the getrandom syscall wrapper utility to use the GRND_NONBLOCK flag in order to be interruptible by signals. Thoughts? ~ Jo