Explorar o código

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

Samuel Thibault %!s(int64=11) %!d(string=hai) anos
pai
achega
cff2d56e2f
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  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
+   ...
+}