Selaa lähdekoodia

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

Cyril Roelandt 13 vuotta sitten
vanhempi
commit
1011209f59
1 muutettua tiedostoa jossa 15 lisäystä ja 0 poistoa
  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
+   ...
+}