valgrind: disable suppression for libnl
authorThomas Haller <thaller@redhat.com>
Wed, 13 May 2015 12:06:03 +0000 (14:06 +0200)
committerThomas Haller <thaller@redhat.com>
Wed, 13 May 2015 12:24:07 +0000 (14:24 +0200)
Not sure why (and whether!) this is really needed. Disable
it for now, resurrect it later if need be.

valgrind.suppressions

index b0d5301..1368a60 100644 (file)
    fun:nl_msg_parse
    ...
 }
-{
-   libnl_rtnl_link_alloc_cache
-   Memcheck:Leak
-   match-leak-kinds: definite
-   fun:calloc
-   fun:nl_object_alloc
-   fun:link_msg_parser
-   fun:nl_cache_parse
-   fun:update_msg_parser
-   fun:nl_cb_call
-   fun:recvmsgs
-   fun:nl_recvmsgs_report
-   fun:nl_recvmsgs
-   fun:__cache_pickup
-   fun:nl_cache_pickup
-   fun:nl_cache_refill
-   fun:rtnl_link_alloc_cache
-   ...
-}
+
+# disable the following suppression. I cannot remember why it was needed,
+# maybe it's wrong.
+#
+# {
+#    libnl_02
+#    libnl_rtnl_link_alloc_cache
+#    Memcheck:Leak
+#    match-leak-kinds: definite
+#    fun:calloc
+#    fun:nl_object_alloc
+#    fun:link_msg_parser
+#    fun:nl_cache_parse
+#    fun:update_msg_parser
+#    fun:nl_cb_call
+#    fun:recvmsgs
+#    fun:nl_recvmsgs_report
+#    fun:nl_recvmsgs
+#    fun:__cache_pickup
+#    fun:nl_cache_pickup
+#    fun:nl_cache_refill
+#    fun:rtnl_link_alloc_cache
+#    ...
+# }