[Lldb-commits] [PATCH] Fix memory allocating inside signal handler (MI)
Vince Harron
vince at nethacker.com
Thu Mar 12 07:56:45 PDT 2015
If you can reproduce the error without the patch and then it goes away with Thread Sanitizer, then I approve.
Here is how I build with Thread Sanitizer
cmake -GNinja \
-DCMAKE_C_COMPILER=clang-3.5 \
-DCMAKE_CXX_COMPILER=clang++-3.5 \
-DCMAKE_BUILD_TYPE=Debug ../../llvm \
-DLLVM_USE_SANITIZER=Thread && \
ninja
(run your test)
http://reviews.llvm.org/D8256
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list