Explorar o código

add valgrind suppression

Olivier Aumage %!s(int64=8) %!d(string=hai) anos
pai
achega
8b446da7c1
Modificáronse 1 ficheiros con 12 adicións e 0 borrados
  1. 12 0
      tools/valgrind/valgrind.suppr

+ 12 - 0
tools/valgrind/valgrind.suppr

@@ -1,6 +1,7 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
 # Copyright (C) 2016       CNRS
+# Copyright (C) 2017       Inria
 #
 # StarPU is free software; you can redistribute it and/or modify
 # it under the terms of the GNU Lesser General Public License as published by
@@ -23,3 +24,14 @@
    fun:add_shadow_Request
    fun:PMPI_Irecv
 }
+
+{
+   _dl_init_suppr_01
+   Memcheck:Leak
+   fun:malloc
+   ...
+   fun:call_init.part.0
+   fun:_dl_init
+   ...
+}
+