Skip to content

Instantly share code, notes, and snippets.

@daverigby
Last active June 19, 2018 12:40
Show Gist options
  • Save daverigby/8d25a6dae0bd7944ccc31b083825cc2c to your computer and use it in GitHub Desktop.
Save daverigby/8d25a6dae0bd7944ccc31b083825cc2c to your computer and use it in GitHub Desktop.
UBSan: break on runtime errors in debugger
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