]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Suppress some still-reachable warnings that come up for "Hello World" on
authorNicholas Nethercote <njn@valgrind.org>
Tue, 9 Jun 2009 00:10:20 +0000 (00:10 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Tue, 9 Jun 2009 00:10:20 +0000 (00:10 +0000)
Darwin.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10280

darwin9.supp

index 74c31e390b68e2360da4a5d430f1ea9a5337984b..8b529b3927dfa0846d32b6aabf936241d6dec0d8 100644 (file)
    obj:/usr/lib/libSystem*
 }
 
+# Still-reachable memory.
+
+# I chopped this one off at libSystem_initializer, there were more frames.
+{
+   darwin-still-reachable-1
+   Memcheck:Leak
+   fun:calloc
+   fun:dwarf2_unwind_dyld_add_image_hook
+   fun:_ZN4dyld19registerAddCallbackEPFvPK11mach_headerlE
+   fun:_dyld_register_func_for_add_image
+   fun:__keymgr_initializer
+   fun:libSystem_initializer
+}
+
+# I chopped this one off at libSystem_initializer, there were more frames.
+{
+   darwin-still-reachable-2
+   Memcheck:Leak
+   fun:malloc
+   fun:get_or_create_key_element
+   fun:_keymgr_get_and_lock_processwide_ptr_2
+   fun:dwarf2_unwind_dyld_add_image_hook
+   fun:_ZN4dyld19registerAddCallbackEPFvPK11mach_headerlE
+   fun:_dyld_register_func_for_add_image
+   fun:__keymgr_initializer
+   fun:libSystem_initializer
+}
+
+{
+   darwin-still-reachable-3
+   Memcheck:Leak
+   fun:malloc
+   fun:__smakebuf
+   fun:__swsetup
+   fun:__sfvwrite
+   fun:puts
+}
+
+
 ##----------------------------------------------------------------------##
 #
 # Suppressions for Helgrind.