소스 검색

Helgrind 3.9 wrongly compares to-be-destroyed mutex with init value

Samuel Thibault 11 년 전
부모
커밋
cff2d56e2f
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      tools/valgrind/pthread.suppr

+ 8 - 0
tools/valgrind/pthread.suppr

@@ -13,3 +13,11 @@
    fun:pthread_cancel_init
    ...
 }
+
+{
+   Helgrind 3.9 wrongly compares to-be-destroyed mutex with init value
+   Helgrind:Race
+   fun:my_memcmp
+   fun:pthread_mutex_destroy
+   ...
+}