Parcourir la source

Valgrind: a:dd a simple suppression file for pthread functions.

Cyril Roelandt il y a 13 ans
Parent
commit
1011209f59
1 fichiers modifiés avec 15 ajouts et 0 suppressions
  1. 15 0
      tools/valgrind/pthread.suppr

+ 15 - 0
tools/valgrind/pthread.suppr

@@ -0,0 +1,15 @@
+{
+   pthread_create
+   Memcheck:Leak
+   ...
+   fun:pthread_create@@GLIBC_2.2.5
+   ...
+}
+
+{
+   name
+   Memcheck:Leak
+   ...
+   fun:pthread_cancel_init
+   ...
+}