Function print_stack_trace

Source
unsafe extern "C" fn print_stack_trace(signum: c_int)
Expand description

Signal handler installed for SIGSEGV

ยงSafety

Caller must ensure that this function is not re-entered.