Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use our own minimal signal implementation
[simgrid.git] / tools / simgrid.supp
index dbbae62..bcd0880 100644 (file)
    fun:makecontext
 }
 
+#There seems to be an issue with libc using an uninitialized value somewhere in dlopen
+{
+   Invalid read in dl_start
+   Memcheck:Cond
+   fun:index
+   fun:expand_dynamic_string_token
+   ...
+   fun:_dl_start
+}
+
+# 72704 bytes leak from GCC >5.1 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64535
+{
+   Memory leak in dl_init
+   Memcheck:Leak
+   match-leak-kinds:reachable
+   fun:malloc
+   obj:/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21
+   fun:call_init.part.0
+   fun:_dl_init
+}
+
 # Memory leaks appearing to be in libcgraph.  They can be seen with the
 # following simple program:
 # ,----