Browse Source

tools/valgrind/libc.suppr: ignore aio_read error

Nathalie Furmento 10 years ago
parent
commit
61191be508
1 changed files with 11 additions and 0 deletions
  1. 11 0
      tools/valgrind/libc.suppr

+ 11 - 0
tools/valgrind/libc.suppr

@@ -13,3 +13,14 @@
    fun:__aio_notify
    ...
 }
+
+{
+   Ignore libc aio errors
+   Memcheck:Leak
+   match-leak-kinds: reachable
+   fun:malloc
+   fun:realloc
+   fun:get_elem
+   fun:__aio_enqueue_request
+   fun:aio_read
+}