Use the alternative stack for this signal handler.
const SA_ALT_STACK: SigFlags = SigFlags(cty::SA_ONSTACK);
sigaction(2) and SA_ONSTACK therein