Function print_stack_trace

Source
pub fn print_stack_trace()
Expand description

Prints the stack trace of the current thread to the console.

The printing procedure is protected by a spin lock to prevent interleaving.