disable valgrind
[nethome.git] / .python.valgrind.patch
1 --- /usr/share/doc/python-devel-2.6/valgrind-python.supp-orig   2008-08-24 07:04:52.000000000 +0200
2 +++ /usr/share/doc/python-devel-2.6/valgrind-python.supp-orig   2009-05-11 22:12:53.000000000 +0200
3 @@ -131,36 +131,60 @@ 
4  ###}
5  ###
6  ###{
7  ###   ADDRESS_IN_RANGE/Invalid read of size 4
8  ###   Memcheck:Value4
9  ###   fun:PyObject_Free
10  ###}
11  ###
12  ###{
13 +###   ADDRESS_IN_RANGE/Invalid read of size 8
14 +###   Memcheck:Addr8
15 +###   fun:PyObject_Free
16 +###}
17 +###
18 +###{
19 +###   ADDRESS_IN_RANGE/Invalid read of size 8
20 +###   Memcheck:Value8
21 +###   fun:PyObject_Free
22 +###}
23 +###
24 +###{
25  ###   ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
26  ###   Memcheck:Cond
27  ###   fun:PyObject_Free
28  ###}
29  
30  ###{
31  ###   ADDRESS_IN_RANGE/Invalid read of size 4
32  ###   Memcheck:Addr4
33  ###   fun:PyObject_Realloc
34  ###}
35  ###
36  ###{
37  ###   ADDRESS_IN_RANGE/Invalid read of size 4
38  ###   Memcheck:Value4
39  ###   fun:PyObject_Realloc
40  ###}
41  ###
42  ###{
43 +###   ADDRESS_IN_RANGE/Invalid read of size 8
44 +###   Memcheck:Addr8
45 +###   fun:PyObject_Realloc
46 +###}
47 +###
48 +###{
49 +###   ADDRESS_IN_RANGE/Invalid read of size 8
50 +###   Memcheck:Value8
51 +###   fun:PyObject_Realloc
52 +###}
53 +###
54 +###{
55  ###   ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
56  ###   Memcheck:Cond
57  ###   fun:PyObject_Realloc
58  ###}
59  
60  ###
61  ### All the suppressions below are for errors that occur within libraries
62  ### that Python uses.  The problems to not appear to be related to Python's
63  ### use of the libraries.