Skip to main content

install

Function install 

Source
pub fn install()
Expand description

Install signal handlers for SIGILL, SIGSEGV, SIGBUS on an alternate stack.

Safe to call multiple times. Uses sigaltstack so the handler works even on stack overflow.