register_signal_handlers

Function register_signal_handlers 

Source
pub fn register_signal_handlers() -> Result<()>
Expand description

Registers all the required signal handlers.

Custom handlers are installed for: SIGBUS, SIGSEGV, SIGSYS SIGXFSZ SIGXCPU SIGPIPE SIGHUP and SIGILL.