Last active
June 19, 2018 12:40
-
-
Save daverigby/8d25a6dae0bd7944ccc31b083825cc2c to your computer and use it in GitHub Desktop.
UBSan: break on runtime errors in debugger
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| b __asan_backtrace_alloc | |
| # GCC 7 on Ubuntu 16.06 requires a different symbol: | |
| break __sanitizer::Die() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment