[cig-commits] r21118 - short/3D/PyLith/branches/v1.8-stable/share

brad at geodynamics.org brad at geodynamics.org
Mon Dec 10 14:42:50 PST 2012


Author: brad
Date: 2012-12-10 14:42:49 -0800 (Mon, 10 Dec 2012)
New Revision: 21118

Modified:
   short/3D/PyLith/branches/v1.8-stable/share/valgrind-python.supp
Log:
Improved valgrind suppression file.

Modified: short/3D/PyLith/branches/v1.8-stable/share/valgrind-python.supp
===================================================================
--- short/3D/PyLith/branches/v1.8-stable/share/valgrind-python.supp	2012-12-10 22:28:48 UTC (rev 21117)
+++ short/3D/PyLith/branches/v1.8-stable/share/valgrind-python.supp	2012-12-10 22:42:49 UTC (rev 21118)
@@ -20,41 +20,70 @@
    ADDRESS_IN_RANGE/Invalid read of size 4
    Memcheck:Addr4
    fun:PyObject_Free
+   ...
 }
 
 {
    ADDRESS_IN_RANGE/Invalid read of size 4
-   Memcheck:Addr4
-   fun:PyObject_Realloc
+   Memcheck:Value4
+   fun:PyObject_Free
+   ...
 }
 
 {
    ADDRESS_IN_RANGE/Use of uninitialised value of size 8
    Memcheck:Value8
    fun:PyObject_Free
+   ...
 }
 
 {
-   ADDRESS_IN_RANGE/Use of uninitialised value of size 8
-   Memcheck:Value8
+   ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value(s)
+   Memcheck:Cond
+   fun:PyObject_Free
+   ...
+}
+
+{
+   ADDRESS_IN_RANGE/Invalid read of size 4
+   Memcheck:Addr4
    fun:PyObject_Realloc
+   ...
 }
 
 {
-   ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value(s)
-   Memcheck:Cond
-   fun:PyObject_Free
+   ADDRESS_IN_RANGE/Invalid read of size 4
+   Memcheck:Value4
+   fun:PyObject_Realloc
+   ...
 }
 
 {
+   ADDRESS_IN_RANGE/Use of uninitialised value of size 8
+   Memcheck:Value8
+   fun:PyObject_Realloc
+   ...
+}
+
+{
    ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value(s)
    Memcheck:Cond
    fun:PyObject_Realloc
+   ...
 }
 
 {
    ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value(s)
    Memcheck:Cond
    fun:__strcpy_chk
+   ...
 }
 
+{
+   ADDRESS_IN_RANGE/blocks are still reachable in loss
+   Memcheck:Leak
+   ...
+   fun:Py_InitializeEx
+   fun:_ZN11spatialdata5units6ParserC1Ev
+   ...
+}
\ No newline at end of file



More information about the CIG-COMMITS mailing list