Sfoglia il codice sorgente

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

Cyril Roelandt 13 anni fa
parent
commit
1011209f59
1 ha cambiato i file con 15 aggiunte e 0 eliminazioni
  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
+   ...
+}