Update memcheck.supp to match the thread bug patterns we get by using clang++-3.3
This commit is contained in:
parent
a993424165
commit
9e3583a04a
2 changed files with 2 additions and 4 deletions
|
@ -12,9 +12,7 @@ set(CTEST_NIGHTLY_START_TIME "00:00:00 EST")
|
|||
# Specify MEMCHECK Option: http://valgrind.org/docs/manual/mc-manual.html
|
||||
# Note: We use "--trace-children=yes" to valgrind-ise child processes (follow execve)
|
||||
# Note: We turn off "--show-reachable=yes" option.
|
||||
SET (VALGRIND_COMMAND_OPTIONS "-q --tool=memcheck --leak-check=yes
|
||||
--workaround-gcc296-bugs=yes --num-callers=50 --trace-children=yes
|
||||
--leak-check=full --track-origins=yes --gen-suppressions=all")
|
||||
SET (VALGRIND_COMMAND_OPTIONS "-q --tool=memcheck --leak-check=yes --workaround-gcc296-bugs=yes --num-callers=50 --trace-children=yes --leak-check=full --track-origins=yes")
|
||||
SET (MEMORYCHECK_SUPPRESSIONS_FILE "${CMAKE_SOURCE_DIR}/memcheck.supp")
|
||||
|
||||
set(CTEST_DROP_METHOD "http")
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
fun:*_thread_atexit
|
||||
fun:*
|
||||
fun:*
|
||||
fun:*_Bind_simple*_invokeIIEEE*_Index_tuple*
|
||||
fun:*_Bind_simple*_invoke*_Index_tuple*
|
||||
fun:*_Bind_simple*
|
||||
fun:*_Bind_simple*
|
||||
obj:*/libstdc++.so*
|
||||
|
|
Loading…
Reference in a new issue