Warning, /education/labplot/admin/README.sanitizer is written in an unsupported language. File is not indexed.

0001 ###############################################################
0002 General information
0003 ###############################################################
0004 https://github.com/google/sanitizers/wiki
0005 http://clang.llvm.org/docs/index.html
0006 https://llvm.org/svn/llvm-project/compiler-rt/trunk/lib/asan/scripts/asan_symbolize.py
0007 http://developerblog.redhat.com/2014/10/16/gcc-undefined-behavior-sanitizer-ubsan/
0008 
0009 ###############################################################
0010 Address sanitizer
0011 ###############################################################
0012 1. add -fsanitize=address -fPIE to the compiler flags and re-compile
0013 2. ASAN_OPTIONS=symbolize=0 build_clang/src/labplot2 2> log.txt
0014 3. python admin/asan_symbolize.py / < log.txt | c++filt