]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
valgrind --leak-check=full memleak errors from system libraries on OS X 10.8
authorRhys Kidd <rhyskidd@gmail.com>
Thu, 7 May 2015 13:17:50 +0000 (13:17 +0000)
committerRhys Kidd <rhyskidd@gmail.com>
Thu, 7 May 2015 13:17:50 +0000 (13:17 +0000)
bz#347379
== bz#217236

Before:

== 591 tests, 237 stderr failures, 23 stdout failures, 0 stderrB failures, 0 stdoutB failures, 30 post failures ==

After:

== 591 tests, 232 stderr failures, 22 stdout failures, 0 stderrB failures, 0 stdoutB failures, 30 post failures ==

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

NEWS
darwin12.supp

diff --git a/NEWS b/NEWS
index cab832207ad7a4e7643f7177a534df40c2af279a..b1e63eda8fa9a2d66e711ed6964e930fb0e003af 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -170,6 +170,8 @@ where XXXXXX is the bug number as listed below.
 346487  Compiler generates "note" about a future ABI change for PPC64
 346801  Fix link error on OS X: _vgModuleLocal_sf_maybe_extend_stack
 347151  Fix suppression for pthread_rwlock_init on OS X 10.8
+347379  valgrind --leak-check=full memleak errors from system libraries on OS X 10.8
+        == 217236
 n-i-bz  Provide implementations of certain compiler builtins to support
         compilers who may not provide those
 n-i-bz  Old STABS code is still being compiled, but never used. Remove it.
index cbf112c91629d9a6f865bc7263b02480ceab59a8..d83982498cc81ba1df401a2abb048eb4c8a4d303 100644 (file)
    fun:_objc_init
 }
 
+{
+   OSX108:leak-14
+   Memcheck:Leak
+   match-leak-kinds: reachable
+   fun:malloc_zone_?alloc
+   ...
+   fun:dyld_register_image_state_change_handler
+   ...
+}
+
+{
+   OSX108:leak-15
+   Memcheck:Leak
+   match-leak-kinds: reachable
+   fun:?alloc
+   ...
+   fun:dyld_register_image_state_change_handler
+   ...
+}
+
+{
+   OSX108:leak-16
+   Memcheck:Leak
+   match-leak-kinds: reachable
+   fun:malloc_zone_?alloc
+   ...
+   fun:map_images_nolock
+   fun:map_images
+   ...
+}
+
+{
+   OSX108:leak-17
+   Memcheck:Leak
+   match-leak-kinds: possible
+   fun:malloc_zone_?alloc
+   ...
+   fun:map_images_nolock
+   fun:map_images
+   ...
+}
+
+{
+   OSX108:leak-18
+   Memcheck:Leak
+   match-leak-kinds: indirect
+   fun:malloc_zone_?alloc
+   ...
+   fun:libSystem_initializer
+   ...
+}
+
+{
+   OSX108:leak-19
+   Memcheck:Leak
+   match-leak-kinds: indirect
+   fun:?alloc
+   ...
+   fun:libSystem_initializer
+   ...
+}
+
+{
+   OSX108:leak-20
+   Memcheck:Leak
+   match-leak-kinds: reachable
+   fun:malloc_zone_?alloc
+   ...
+   fun:libSystem_initializer
+   ...
+}
+
+{
+   OSX108:leak-21
+   Memcheck:Leak
+   match-leak-kinds: reachable
+   fun:?alloc
+   ...
+   fun:libSystem_initializer
+   ...
+}
+
+{
+   OSX108:leak-22
+   Memcheck:Leak
+   match-leak-kinds: reachable
+   fun:?alloc
+   ...
+   fun:_libxpc_initializer
+   ...
+}
+
+{
+   OSX108:leak-23
+   Memcheck:Leak
+   match-leak-kinds: definite
+   fun:malloc
+   fun:realloc
+   fun:new_sem_from_pool
+   ...
+}
+
 ##----------------------------------------------------------------------##
 # Memcheck
 ##----------------------------------------------------------------------##