-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Debugging Dart VM with AddressSanitizer
Daniel Andersson edited this page Oct 5, 2015
·
16 revisions
AddressSanitizer support requires building with Clang:
export CXX="third_party/clang/linux/bin/clang++ -fsanitize=address -fPIC"
export ASAN_SYMBOLIZER_PATH=`pwd`/third_party/clang/linux/bin/llvm-symbolizer
gclient runhooks
./tools/build.py -m debug -a x64 runtime
Important
The wiki has moved to https://github.com/dart-lang/sdk/tree/main/docs; please don't edit the pages here.