[PATCH 2/8] doc: Update valgrind.suppressions with some libdbus suppressions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Suppress some useless libdbus warnings.
---
 doc/valgrind.suppressions |   81 ++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 80 insertions(+), 1 deletion(-)

diff --git a/doc/valgrind.suppressions b/doc/valgrind.suppressions
index 5967a15..81d2227 100644
--- a/doc/valgrind.suppressions
+++ b/doc/valgrind.suppressions
@@ -233,4 +233,83 @@
    fun:dbus_connection_send_with_reply_and_block
    fun:dbus_bus_register
 }
-
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Leak
+   fun:malloc
+   ...
+   obj:/lib/*/libdbus-*
+   ...
+   fun:g_dbus_setup_bus
+}
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Leak
+   fun:calloc
+   ... 
+   obj:/lib/*/libdbus-*
+   ... 
+   fun:g_dbus_setup_bus
+   fun:connect_dbus
+   ... 
+}
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Leak
+   fun:realloc
+   ...
+   obj:/lib/*/libdbus-*
+   ...
+   fun:dbus_connection_send_with_reply_and_block
+   fun:dbus_bus_register
+   ...
+}
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Leak
+   fun:calloc
+   ...
+   obj:/lib/*/libdbus-*
+   ...
+   fun:dbus_connection_send_with_reply_and_block
+   fun:dbus_bus_register
+   ...
+}
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Leak
+   fun:malloc
+   ...
+   obj:/lib/*/libdbus-*
+   ...
+   fun:dbus_connection_send_with_reply_and_block
+   fun:dbus_bus_register
+   ...
+}
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Leak
+   fun:calloc
+   ...
+   obj:/lib/*/libdbus-*
+   ...
+   fun:dbus_connection_send_with_reply_and_block
+   fun:dbus_bus_request_name
+}
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Leak
+   fun:realloc
+   ...
+   obj:/lib/*/libdbus-*        
+   ...
+   fun:dbus_connection_send_with_reply_and_block
+   fun:dbus_bus_request_name
+}
+{
+   <insert_a_suppression_name_here>
+   Memcheck:Leak
+   fun:realloc
+   ...
+   obj:/lib/*/libdbus-*
+}
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux