Explorar el Código

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

Samuel Thibault hace 11 años
padre
commit
cff2d56e2f
Se han modificado 1 ficheros con 8 adiciones y 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
+   ...
+}