Samuel Thibault лет назад: 4
Родитель
Сommit
c2be465854
1 измененных файлов с 9 добавлено и 0 удалено
  1. 9 0
      tools/dev/valgrind/papi.suppr

+ 9 - 0
tools/dev/valgrind/papi.suppr

@@ -22,3 +22,12 @@
    fun:_pe_libpfm4_init
    ...
 }
+
+# This happens in multithreaded_init: papi does not support getting initialized in one thread and shut down in another thread.
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Leak
+   fun:malloc
+   fun:allocate_thread
+   ...
+}