Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Simplify rules, and hopefully make them match with different variants of the library.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 26 Sep 2013 09:43:32 +0000 (11:43 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 26 Sep 2013 12:08:20 +0000 (14:08 +0200)
tools/simgrid.supp

index e904a36..6af8019 100644 (file)
 # | }
 # `----
 {
-   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
-}