Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[TEMP] valgrind suppressions.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 23 Feb 2022 21:24:03 +0000 (22:24 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 27 Nov 2023 08:45:06 +0000 (09:45 +0100)
tools/simgrid.supp

index e1c3f28..c9445e6 100644 (file)
    Memcheck:Leak
    match-leak-kinds:reachable
    fun:malloc
-   obj:/usr/lib/*/libstdc++.so.*
    fun:call_init.part.0
    ...
    fun:_dl_init
 }
 
+{
+   Memory leak in dl_init
+   Memcheck:Leak
+   match-leak-kinds:reachable
+   ...
+   fun:_dl_init
+}
+{
+   Memory leak in dl_init
+   Memcheck:Leak
+   match-leak-kinds:reachable
+   ...
+   fun:dlopen_doit
+}
+
 {
    Leaks in test-help-version and test-help-logs (early call to exit())
    Memcheck:Leak