Browse Source

add valgrind suppression

Olivier Aumage 8 years ago
parent
commit
8b446da7c1
1 changed files with 12 additions and 0 deletions
  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
+   ...
+}
+