Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Include path to Diff.pm file in the perl script
[simgrid.git] / tools / simgrid.supp
index e2326ef..6af8019 100644 (file)
@@ -9,6 +9,14 @@
    obj:/bin/dash
 }
 
+# We also don't want to be annoyed by leaks in /usr/bin/tail
+{
+   Memory leak in /usr/bin/tail
+   Memcheck:Leak
+   ...
+   obj:/usr/bin/tail
+}
+
 # There's a constant leak of 56 bytes in the depths of libc which
 # manifests, for example, when using backtrace()
 {
 # | }
 # `----
 {
-   Memory leak in libcgraph (1/3)
+   Memory leak in libcgraph (1/2)
    Memcheck:Leak
    fun:malloc
+   ...
    obj:/usr/lib/libcgraph.so*
    fun:aaglex
    fun:aagparse
    fun:agconcat
 }
 {
-   Memory leak in libcgraph (2/3)
+   Memory leak in libcgraph (2/2)
    Memcheck:Leak
    fun:malloc
-   obj:/usr/lib/libcgraph.so*
-   fun:agalloc
-   obj:/usr/lib/libcgraph.so*
+   ...
    fun:agnode
    obj:/usr/lib/libcgraph.so*
    fun:aagparse
    fun:agconcat
 }
-{
-   Memory leak in libcgraph (3/3)
-   Memcheck:Leak
-   fun:malloc
-   fun:dtopen
-   fun:agdtopen
-   obj:/usr/lib/libcgraph.so*
-   fun:agstrdup
-   fun:aaglex
-   fun:aagparse
-   fun:agconcat
-}