[SCM] Samba Shared Repository - branch master updated

Andrew Bartlett abartlet at samba.org
Tue Nov 24 23:54:14 MST 2009


The branch, master has been updated
       via  7de2a49... s4: update valgrind suppressions for use on build farm
      from  6eb262f... libcli: allow ntstatus.h to be used by openchange

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 7de2a49f28f6d9fa26e004cf15f4756397d0ea07
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Wed Nov 25 17:48:29 2009 +1100

    s4: update valgrind suppressions for use on build farm

-----------------------------------------------------------------------

Summary of changes:
 source4/.valgrind_suppressions |   62 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 62 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/.valgrind_suppressions b/source4/.valgrind_suppressions
index a09a4dc..bf19027 100644
--- a/source4/.valgrind_suppressions
+++ b/source4/.valgrind_suppressions
@@ -83,3 +83,65 @@
    obj:/lib/ld-2.3.6.so
    fun:__libc_dlsym
 }
+
+#
+# Tests from valgrind-python.supp (distributed with python):
+# 
+# These try and suppress these errors
+#
+
+# all tool names: Addrcheck,Memcheck,cachegrind,helgrind,massif
+{
+   ADDRESS_IN_RANGE/Invalid read of size 4
+   Memcheck:Addr4
+   fun:Py_ADDRESS_IN_RANGE
+}
+
+{
+   ADDRESS_IN_RANGE/Invalid read of size 4
+   Memcheck:Value4
+   fun:Py_ADDRESS_IN_RANGE
+}
+
+{
+   ADDRESS_IN_RANGE/Invalid read of size 8 (x86_64 aka amd64)
+   Memcheck:Value8
+   fun:Py_ADDRESS_IN_RANGE
+}
+
+{
+   ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
+   Memcheck:Cond
+   fun:Py_ADDRESS_IN_RANGE
+}
+
+#
+# Leaks (including possible leaks)
+#    Hmmm, I wonder if this masks some real leaks.  I think it does.
+#    Will need to fix that.
+#
+
+{
+   Handle PyMalloc confusing valgrind (possibly leaked)
+   Memcheck:Leak
+   fun:realloc
+   fun:_PyObject_GC_Resize
+   fun:COMMENT_THIS_LINE_TO_DISABLE_LEAK_WARNING
+}
+
+{
+   Handle PyMalloc confusing valgrind (possibly leaked)
+   Memcheck:Leak
+   fun:malloc
+   fun:_PyObject_GC_New
+   fun:COMMENT_THIS_LINE_TO_DISABLE_LEAK_WARNING
+}
+
+{
+   Handle PyMalloc confusing valgrind (possibly leaked)
+   Memcheck:Leak
+   fun:malloc
+   fun:_PyObject_GC_NewVar
+   fun:COMMENT_THIS_LINE_TO_DISABLE_LEAK_WARNING
+}
+


-- 
Samba Shared Repository


More information about the samba-cvs mailing list