backtrace-on-stack-overflow
backtrace-on-stack-overflow copied to clipboard
add truncation and exit program
My machine hangs printing the infinite stack in infinite SIGABRT callbacks
- Changing
abort
toexit
to kill the program after printing the trace once - Set the default limit for number of frames to print to 10
-
enable_with_limit
to change the limit
Testing: cargo run --example main