Ticket #290: val-test-aes

File val-test-aes, 70.2 KB (added by faried, at 2008-01-31T12:24:13Z)

python pycryptopp/test/test_aes.py, with and without valgrind

Line 
1% env PYTHONPATH=. python pycryptopp/test/test_aes.py
2...
3----------------------------------------------------------------------
4Ran 3 tests in 0.001s
5
6OK
7% env PYTHONPATH=. valgrind -v --suppressions=/usr/lib/valgrind/python.supp python pycryptopp/test/test_aes.py
8==24079== Memcheck, a memory error detector.
9==24079== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al.
10==24079== Using LibVEX rev 1732, a library for dynamic binary translation.
11==24079== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
12==24079== Using valgrind-3.2.3-Debian, a dynamic binary instrumentation framework.
13==24079== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al.
14==24079==
15--24079-- Command line
16--24079--    python
17--24079--    pycryptopp/test/test_aes.py
18--24079-- Startup, with flags:
19--24079--    --suppressions=/usr/lib/valgrind/debian-libc6-dbg.supp
20--24079--    -v
21--24079--    --suppressions=/usr/lib/valgrind/python.supp
22--24079-- Contents of /proc/version:
23--24079--   Linux version 2.6.22-14-generic (buildd@king) (gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)) #1 SMP Tue Dec 18 05:28:27 UTC 2007
24--24079-- Arch and hwcaps: AMD64, amd64-sse2
25--24079-- Page sizes: currently 4096, max supported 4096
26--24079-- Valgrind library directory: /usr/lib/valgrind
27--24079-- Reading syms from /usr/bin/python2.5 (0x400000)
28--24079-- Reading debug info from /usr/bin/python2.5...
29--24079-- ... CRC mismatch (computed BA3C4C89 wanted 1F288BC6)
30--24079-- Reading debug info from /usr/lib/debug/usr/bin/python2.5...
31--24079-- Reading syms from /lib/ld-2.6.1.so (0x4000000)
32--24079-- Reading debug info from /lib/ld-2.6.1.so...
33--24079-- ... CRC mismatch (computed F18656F0 wanted 247B0180)
34--24079--    object doesn't have a symbol table
35--24079-- Reading syms from /usr/lib/valgrind/amd64-linux/memcheck (0x38000000)
36--24079--    object doesn't have a dynamic symbol table
37--24079-- Reading suppressions file: /usr/lib/valgrind/debian-libc6-dbg.supp
38--24079-- Reading suppressions file: /usr/lib/valgrind/python.supp
39--24079-- Reading suppressions file: /usr/lib/valgrind/default.supp
40--24079-- Reading syms from /usr/lib/valgrind/amd64-linux/vgpreload_core.so (0x4A1E000)
41--24079-- Reading syms from /usr/lib/valgrind/amd64-linux/vgpreload_memcheck.so (0x4C1F000)
42--24079-- Reading syms from /lib/libpthread-2.6.1.so (0x4E26000)
43--24079-- Reading debug info from /lib/libpthread-2.6.1.so...
44--24079-- ... CRC mismatch (computed 84400106 wanted 8DE3D5D7)
45--24079-- Reading syms from /lib/libdl-2.6.1.so (0x5041000)
46--24079-- Reading debug info from /lib/libdl-2.6.1.so...
47--24079-- ... CRC mismatch (computed 5575B95A wanted E6BCEC4F)
48--24079--    object doesn't have a symbol table
49--24079-- Reading syms from /lib/libutil-2.6.1.so (0x5245000)
50--24079-- Reading debug info from /lib/libutil-2.6.1.so...
51--24079-- ... CRC mismatch (computed E54A6068 wanted 77FF8D58)
52--24079--    object doesn't have a symbol table
53--24079-- Reading syms from /lib/libm-2.6.1.so (0x5448000)
54--24079-- Reading debug info from /lib/libm-2.6.1.so...
55--24079-- ... CRC mismatch (computed E61D9D34 wanted 6FCE695E)
56--24079--    object doesn't have a symbol table
57--24079-- Reading syms from /lib/libc-2.6.1.so (0x56C9000)
58--24079-- Reading debug info from /lib/libc-2.6.1.so...
59--24079-- ... CRC mismatch (computed C5B5C357 wanted 602D23C5)
60--24079--    object doesn't have a symbol table
61--24079-- REDIR: 0x5742D90 (memset) redirected to 0x4C22CA0 (memset)
62--24079-- REDIR: 0x5741F30 (rindex) redirected to 0x4C22840 (rindex)
63--24079-- REDIR: 0x5741B20 (strlen) redirected to 0x4C229F0 (strlen)
64--24079-- REDIR: 0x5741DA0 (strncmp) redirected to 0x4C22A50 (strncmp)
65--24079-- REDIR: 0x573CD90 (malloc) redirected to 0x4C21B94 (malloc)
66--24079-- REDIR: 0x573E850 (realloc) redirected to 0x4C21C45 (realloc)
67--24079-- REDIR: 0x57438A0 (memcpy) redirected to 0x4C23770 (memcpy)
68--24079-- REDIR: 0x573E670 (free) redirected to 0x4C217A4 (free)
69--24079-- REDIR: 0x5742640 (memchr) redirected to 0x4C22B80 (memchr)
70--24079-- REDIR: 0x5744540 (rawmemchr) redirected to 0x4C22D60 (rawmemchr)
71--24079-- REDIR: 0x5742EA0 (mempcpy) redirected to 0x4C23250 (mempcpy)
72--24079-- REDIR: 0x5741400 (index) redirected to 0x4C22930 (index)
73--24079-- REDIR: 0x5741E80 (strncpy) redirected to 0x4C23010 (strncpy)
74--24079-- REDIR: 0x5741C10 (strnlen) redirected to 0x4C229C0 (strnlen)
75--24079-- REDIR: 0x57415F0 (strcpy) redirected to 0x4C239D0 (strcpy)
76--24079-- REDIR: 0x5741240 (strcat) redirected to 0x4C23AB0 (strcat)
77--24079-- REDIR: 0x5741D00 (strncat) redirected to 0x4C23360 (strncat)
78--24079-- REDIR: 0x57415B0 (strcmp) redirected to 0x4C22AC0 (strcmp)
79==24079== Use of uninitialised value of size 8
80==24079==    at 0x448B70: PyObject_Free (obmalloc.c:920)
81==24079==    by 0x4CCB1A: code_dealloc (codeobject.c:260)
82==24079==    by 0x4A0942: load_source_module (import.c:960)
83==24079==    by 0x4A0FA0: import_submodule (import.c:2400)
84==24079==    by 0x4A1481: load_next (import.c:2220)
85==24079==    by 0x4A16B0: import_module_level (import.c:2001)
86==24079==    by 0x4A1B44: PyImport_ImportModuleLevel (import.c:2072)
87==24079==    by 0x480D88: builtin___import__ (bltinmodule.c:47)
88==24079==    by 0x417E52: PyObject_Call (abstract.c:1860)
89==24079==    by 0x481321: PyEval_CallObjectWithKeywords (ceval.c:3433)
90==24079==    by 0x484353: PyEval_EvalFrameEx (ceval.c:2063)
91==24079==    by 0x489D5F: PyEval_EvalCodeEx (ceval.c:2831)
92==24079==
93==24079== Use of uninitialised value of size 8
94==24079==    at 0x448B70: PyObject_Free (obmalloc.c:920)
95==24079==    by 0x456F2B: tupledealloc (tupleobject.c:182)
96==24079==    by 0x4CCBA2: code_dealloc (codeobject.c:261)
97==24079==    by 0x4A0942: load_source_module (import.c:960)
98==24079==    by 0x4A0FA0: import_submodule (import.c:2400)
99==24079==    by 0x4A1481: load_next (import.c:2220)
100==24079==    by 0x4A16B0: import_module_level (import.c:2001)
101==24079==    by 0x4A1B44: PyImport_ImportModuleLevel (import.c:2072)
102==24079==    by 0x480D88: builtin___import__ (bltinmodule.c:47)
103==24079==    by 0x417E52: PyObject_Call (abstract.c:1860)
104==24079==    by 0x481321: PyEval_CallObjectWithKeywords (ceval.c:3433)
105==24079==    by 0x484353: PyEval_EvalFrameEx (ceval.c:2063)
106==24079==
107==24079== Use of uninitialised value of size 8
108==24079==    at 0x448B70: PyObject_Free (obmalloc.c:920)
109==24079==    by 0x456F2B: tupledealloc (tupleobject.c:182)
110==24079==    by 0x4CCB92: code_dealloc (codeobject.c:262)
111==24079==    by 0x4A0942: load_source_module (import.c:960)
112==24079==    by 0x4A0FA0: import_submodule (import.c:2400)
113==24079==    by 0x4A1481: load_next (import.c:2220)
114==24079==    by 0x4A16B0: import_module_level (import.c:2001)
115==24079==    by 0x4A1B44: PyImport_ImportModuleLevel (import.c:2072)
116==24079==    by 0x480D88: builtin___import__ (bltinmodule.c:47)
117==24079==    by 0x417E52: PyObject_Call (abstract.c:1860)
118==24079==    by 0x481321: PyEval_CallObjectWithKeywords (ceval.c:3433)
119==24079==    by 0x484353: PyEval_EvalFrameEx (ceval.c:2063)
120--24079-- REDIR: 0x5742C00 (memmove) redirected to 0x4C22CD0 (memmove)
121==24079==
122==24079== Use of uninitialised value of size 8
123==24079==    at 0x448B70: PyObject_Free (obmalloc.c:920)
124==24079==    by 0x4CCB1A: code_dealloc (codeobject.c:260)
125==24079==    by 0x456F12: tupledealloc (tupleobject.c:169)
126==24079==    by 0x4CCBA2: code_dealloc (codeobject.c:261)
127==24079==    by 0x4A0942: load_source_module (import.c:960)
128==24079==    by 0x4A0FA0: import_submodule (import.c:2400)
129==24079==    by 0x4A1481: load_next (import.c:2220)
130==24079==    by 0x4A16B0: import_module_level (import.c:2001)
131==24079==    by 0x4A1B44: PyImport_ImportModuleLevel (import.c:2072)
132==24079==    by 0x480D88: builtin___import__ (bltinmodule.c:47)
133==24079==    by 0x417E52: PyObject_Call (abstract.c:1860)
134==24079==    by 0x481321: PyEval_CallObjectWithKeywords (ceval.c:3433)
135==24079==
136==24079== Use of uninitialised value of size 8
137==24079==    at 0x448B70: PyObject_Free (obmalloc.c:920)
138==24079==    by 0x456F2B: tupledealloc (tupleobject.c:182)
139==24079==    by 0x4CCB92: code_dealloc (codeobject.c:262)
140==24079==    by 0x456F12: tupledealloc (tupleobject.c:169)
141==24079==    by 0x4CCBA2: code_dealloc (codeobject.c:261)
142==24079==    by 0x4A0942: load_source_module (import.c:960)
143==24079==    by 0x4A0FA0: import_submodule (import.c:2400)
144==24079==    by 0x4A1481: load_next (import.c:2220)
145==24079==    by 0x4A16B0: import_module_level (import.c:2001)
146==24079==    by 0x4A1B44: PyImport_ImportModuleLevel (import.c:2072)
147==24079==    by 0x480D88: builtin___import__ (bltinmodule.c:47)
148==24079==    by 0x417E52: PyObject_Call (abstract.c:1860)
149==24079==
150==24079== Use of uninitialised value of size 8
151==24079==    at 0x448B70: PyObject_Free (obmalloc.c:920)
152==24079==    by 0x4C9CFA: PyGrammar_AddAccelerators (acceler.c:124)
153==24079==    by 0x4CAB27: PyParser_New (parser.c:77)
154==24079==    by 0x4149E0: parsetok (parsetok.c:117)
155==24079==    by 0x4AC111: PyRun_StringFlags (pythonrun.c:1363)
156==24079==    by 0x480687: builtin_eval (bltinmodule.c:599)
157==24079==    by 0x488AF6: PyEval_EvalFrameEx (ceval.c:3564)
158==24079==    by 0x488C3D: PyEval_EvalFrameEx (ceval.c:3650)
159==24079==    by 0x489D5F: PyEval_EvalCodeEx (ceval.c:2831)
160==24079==    by 0x489DA1: PyEval_EvalCode (ceval.c:494)
161==24079==    by 0x49FFFF: PyImport_ExecCodeModuleEx (import.c:675)
162==24079==    by 0x4A0924: load_source_module (import.c:959)
163--24079-- REDIR: 0x57435A0 (stpcpy) redirected to 0x4C22F30 (stpcpy)
164==24079==
165==24079== Use of uninitialised value of size 8
166==24079==    at 0x4490F5: PyObject_Realloc (obmalloc.c:1134)
167==24079==    by 0x4C9FE5: PyNode_AddChild (node.c:95)
168==24079==    by 0x4CA749: PyParser_AddToken (parser.c:126)
169==24079==    by 0x414B1B: parsetok (parsetok.c:194)
170==24079==    by 0x4AC111: PyRun_StringFlags (pythonrun.c:1363)
171==24079==    by 0x487D1B: PyEval_EvalFrameEx (ceval.c:4204)
172==24079==    by 0x489D5F: PyEval_EvalCodeEx (ceval.c:2831)
173==24079==    by 0x487F31: PyEval_EvalFrameEx (ceval.c:3660)
174==24079==    by 0x489D5F: PyEval_EvalCodeEx (ceval.c:2831)
175==24079==    by 0x487F31: PyEval_EvalFrameEx (ceval.c:3660)
176==24079==    by 0x488C3D: PyEval_EvalFrameEx (ceval.c:3650)
177==24079==    by 0x488C3D: PyEval_EvalFrameEx (ceval.c:3650)
178--24079-- REDIR: 0x5744610 (strchrnul) redirected to 0x4C22D30 (strchrnul)
179==24079==
180==24079== Use of uninitialised value of size 8
181==24079==    at 0x448B70: PyObject_Free (obmalloc.c:920)
182==24079==    by 0x4CCB01: code_dealloc (codeobject.c:270)
183==24079==    by 0x456F12: tupledealloc (tupleobject.c:169)
184==24079==    by 0x4CCBA2: code_dealloc (codeobject.c:261)
185==24079==    by 0x4A0942: load_source_module (import.c:960)
186==24079==    by 0x4A0FA0: import_submodule (import.c:2400)
187==24079==    by 0x4A150F: load_next (import.c:2224)
188==24079==    by 0x4A16B0: import_module_level (import.c:2001)
189==24079==    by 0x4A1B44: PyImport_ImportModuleLevel (import.c:2072)
190==24079==    by 0x480D88: builtin___import__ (bltinmodule.c:47)
191==24079==    by 0x417E52: PyObject_Call (abstract.c:1860)
192==24079==    by 0x481321: PyEval_CallObjectWithKeywords (ceval.c:3433)
193==24079==
194==24079== Use of uninitialised value of size 8
195==24079==    at 0x4490F5: PyObject_Realloc (obmalloc.c:1134)
196==24079==    by 0x4C9FE5: PyNode_AddChild (node.c:95)
197==24079==    by 0x4CA904: PyParser_AddToken (parser.c:112)
198==24079==    by 0x414B1B: parsetok (parsetok.c:194)
199==24079==    by 0x4AB49A: PyRun_FileExFlags (pythonrun.c:1383)
200==24079==    by 0x4AB78F: PyRun_SimpleFileExFlags (pythonrun.c:879)
201==24079==    by 0x414724: Py_Main (main.c:523)
202==24079==    by 0x56E6B43: (below main) (in /lib/libc-2.6.1.so)
203==24079==
204==24079== Use of uninitialised value of size 8
205==24079==    at 0x448B70: PyObject_Free (obmalloc.c:920)
206==24079==    by 0x4CA347: freechildren (node.c:132)
207==24079==    by 0x4CA502: PyNode_Free (node.c:130)
208==24079==    by 0x4AB4C2: PyRun_FileExFlags (pythonrun.c:1386)
209==24079==    by 0x4AB78F: PyRun_SimpleFileExFlags (pythonrun.c:879)
210==24079==    by 0x414724: Py_Main (main.c:523)
211==24079==    by 0x56E6B43: (below main) (in /lib/libc-2.6.1.so)
212==24079==
213==24079== Use of uninitialised value of size 8
214==24079==    at 0x448B70: PyObject_Free (obmalloc.c:920)
215==24079==    by 0x4CA310: freechildren (node.c:132)
216==24079==    by 0x4CA502: PyNode_Free (node.c:130)
217==24079==    by 0x4AB4C2: PyRun_FileExFlags (pythonrun.c:1386)
218==24079==    by 0x4AB78F: PyRun_SimpleFileExFlags (pythonrun.c:879)
219==24079==    by 0x414724: Py_Main (main.c:523)
220==24079==    by 0x56E6B43: (below main) (in /lib/libc-2.6.1.so)
221==24079==
222==24079== Use of uninitialised value of size 8
223==24079==    at 0x448B70: PyObject_Free (obmalloc.c:920)
224==24079==    by 0x4CA41A: freechildren (node.c:132)
225==24079==    by 0x4CA502: PyNode_Free (node.c:130)
226==24079==    by 0x4AB4C2: PyRun_FileExFlags (pythonrun.c:1386)
227==24079==    by 0x4AB78F: PyRun_SimpleFileExFlags (pythonrun.c:879)
228==24079==    by 0x414724: Py_Main (main.c:523)
229==24079==    by 0x56E6B43: (below main) (in /lib/libc-2.6.1.so)
230==24079==
231==24079== Use of uninitialised value of size 8
232==24079==    at 0x448B70: PyObject_Free (obmalloc.c:920)
233==24079==    by 0x4CA41A: freechildren (node.c:132)
234==24079==    by 0x4CA2D2: freechildren (node.c:130)
235==24079==    by 0x4CA2D2: freechildren (node.c:130)
236==24079==    by 0x4CA2D2: freechildren (node.c:130)
237==24079==    by 0x4CA2D2: freechildren (node.c:130)
238==24079==    by 0x4CA2D2: freechildren (node.c:130)
239==24079==    by 0x4CA2D2: freechildren (node.c:130)
240==24079==    by 0x4CA502: PyNode_Free (node.c:130)
241==24079==    by 0x4AB4C2: PyRun_FileExFlags (pythonrun.c:1386)
242==24079==    by 0x4AB78F: PyRun_SimpleFileExFlags (pythonrun.c:879)
243==24079==    by 0x414724: Py_Main (main.c:523)
244==24079==
245==24079== Use of uninitialised value of size 8
246==24079==    at 0x4490F5: PyObject_Realloc (obmalloc.c:1134)
247==24079==    by 0x48A45E: compiler_next_instr (compile.c:1289)
248==24079==    by 0x48FA2A: compiler_visit_expr (compile.c:1629)
249==24079==    by 0x48F0EF: compiler_visit_expr (compile.c:3566)
250==24079==    by 0x493620: compiler_visit_stmt (compile.c:2688)
251==24079==    by 0x496A69: compiler_if (compile.c:2197)
252==24079==    by 0x496BDE: compiler_function (compile.c:2001)
253==24079==    by 0x497232: PyAST_Compile (compile.c:1790)
254==24079==    by 0x4AB4E3: PyRun_FileExFlags (pythonrun.c:1270)
255==24079==    by 0x4AB78F: PyRun_SimpleFileExFlags (pythonrun.c:879)
256==24079==    by 0x414724: Py_Main (main.c:523)
257==24079==    by 0x56E6B43: (below main) (in /lib/libc-2.6.1.so)
258==24079==
259==24079== Use of uninitialised value of size 8
260==24079==    at 0x4490F5: PyObject_Realloc (obmalloc.c:1134)
261==24079==    by 0x48A45E: compiler_next_instr (compile.c:1289)
262==24079==    by 0x4901AD: compiler_visit_expr (compile.c:1629)
263==24079==    by 0x49027B: compiler_visit_expr (compile.c:3082)
264==24079==    by 0x48F0EF: compiler_visit_expr (compile.c:3566)
265==24079==    by 0x493620: compiler_visit_stmt (compile.c:2688)
266==24079==    by 0x496A69: compiler_if (compile.c:2197)
267==24079==    by 0x496988: compiler_if (compile.c:2202)
268==24079==    by 0x496BDE: compiler_function (compile.c:2001)
269==24079==    by 0x497232: PyAST_Compile (compile.c:1790)
270==24079==    by 0x4AB4E3: PyRun_FileExFlags (pythonrun.c:1270)
271==24079==    by 0x4AB78F: PyRun_SimpleFileExFlags (pythonrun.c:879)
272==24079==
273==24079== Use of uninitialised value of size 8
274==24079==    at 0x448B70: PyObject_Free (obmalloc.c:920)
275==24079==    by 0x489F9D: compiler_unit_free (compile.c:1080)
276==24079==    by 0x496CA6: compiler_function (compile.c:1178)
277==24079==    by 0x492D6B: compiler_class (compile.c:1790)
278==24079==    by 0x497232: PyAST_Compile (compile.c:1790)
279==24079==    by 0x4AB4E3: PyRun_FileExFlags (pythonrun.c:1270)
280==24079==    by 0x4AB78F: PyRun_SimpleFileExFlags (pythonrun.c:879)
281==24079==    by 0x414724: Py_Main (main.c:523)
282==24079==    by 0x56E6B43: (below main) (in /lib/libc-2.6.1.so)
283--24079-- REDIR: 0x573CA30 (calloc) redirected to 0x4C20EB9 (calloc)
284==24079==
285==24079== Invalid read of size 8
286==24079==    at 0x4015B0A: (within /lib/ld-2.6.1.so)
287==24079==    by 0x400A8F7: (within /lib/ld-2.6.1.so)
288==24079==    by 0x4006174: (within /lib/ld-2.6.1.so)
289==24079==    by 0x40085F7: (within /lib/ld-2.6.1.so)
290==24079==    by 0x4011C98: (within /lib/ld-2.6.1.so)
291==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
292==24079==    by 0x401155A: (within /lib/ld-2.6.1.so)
293==24079==    by 0x5041F8A: (within /lib/libdl-2.6.1.so)
294==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
295==24079==    by 0x50424EC: (within /lib/libdl-2.6.1.so)
296==24079==    by 0x5041EF0: dlopen (in /lib/libdl-2.6.1.so)
297==24079==    by 0x4B2ABB: _PyImport_GetDynLoadFunc (dynload_shlib.c:134)
298==24079==  Address 0x5CE7978 is 40 bytes inside a block of size 44 alloc'd
299==24079==    at 0x4C21C16: malloc (vg_replace_malloc.c:149)
300==24079==    by 0x40077B3: (within /lib/ld-2.6.1.so)
301==24079==    by 0x400854E: (within /lib/ld-2.6.1.so)
302==24079==    by 0x4011C98: (within /lib/ld-2.6.1.so)
303==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
304==24079==    by 0x401155A: (within /lib/ld-2.6.1.so)
305==24079==    by 0x5041F8A: (within /lib/libdl-2.6.1.so)
306==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
307==24079==    by 0x50424EC: (within /lib/libdl-2.6.1.so)
308==24079==    by 0x5041EF0: dlopen (in /lib/libdl-2.6.1.so)
309==24079==    by 0x4B2ABB: _PyImport_GetDynLoadFunc (dynload_shlib.c:134)
310==24079==    by 0x4A3117: _PyImport_LoadDynamicModule (importdl.c:42)
311--24079-- Reading syms from /usr/lib/python2.5/lib-dynload/cStringIO.so (0x5E24000)
312--24079-- Reading debug info from /usr/lib/python2.5/lib-dynload/cStringIO.so...
313--24079-- ... CRC mismatch (computed 18B53B7C wanted A13B1E82)
314--24079-- Reading debug info from /usr/lib/debug/usr/lib/python2.5/lib-dynload/cStringIO.so...
315==24079==
316==24079== Invalid read of size 8
317==24079==    at 0x4015AF0: (within /lib/ld-2.6.1.so)
318==24079==    by 0x400A8F7: (within /lib/ld-2.6.1.so)
319==24079==    by 0x4006174: (within /lib/ld-2.6.1.so)
320==24079==    by 0x40085F7: (within /lib/ld-2.6.1.so)
321==24079==    by 0x4011C98: (within /lib/ld-2.6.1.so)
322==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
323==24079==    by 0x401155A: (within /lib/ld-2.6.1.so)
324==24079==    by 0x5041F8A: (within /lib/libdl-2.6.1.so)
325==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
326==24079==    by 0x50424EC: (within /lib/libdl-2.6.1.so)
327==24079==    by 0x5041EF0: dlopen (in /lib/libdl-2.6.1.so)
328==24079==    by 0x4B2ABB: _PyImport_GetDynLoadFunc (dynload_shlib.c:134)
329==24079==  Address 0x5CF3A78 is 32 bytes inside a block of size 39 alloc'd
330==24079==    at 0x4C21C16: malloc (vg_replace_malloc.c:149)
331==24079==    by 0x40077B3: (within /lib/ld-2.6.1.so)
332==24079==    by 0x400854E: (within /lib/ld-2.6.1.so)
333==24079==    by 0x4011C98: (within /lib/ld-2.6.1.so)
334==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
335==24079==    by 0x401155A: (within /lib/ld-2.6.1.so)
336==24079==    by 0x5041F8A: (within /lib/libdl-2.6.1.so)
337==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
338==24079==    by 0x50424EC: (within /lib/libdl-2.6.1.so)
339==24079==    by 0x5041EF0: dlopen (in /lib/libdl-2.6.1.so)
340==24079==    by 0x4B2ABB: _PyImport_GetDynLoadFunc (dynload_shlib.c:134)
341==24079==    by 0x4A3117: _PyImport_LoadDynamicModule (importdl.c:42)
342--24079-- Reading syms from /usr/lib/python2.5/lib-dynload/math.so (0x6029000)
343--24079-- Reading debug info from /usr/lib/python2.5/lib-dynload/math.so...
344--24079-- ... CRC mismatch (computed 1C0C040D wanted 0D95CDB0)
345--24079-- Reading debug info from /usr/lib/debug/usr/lib/python2.5/lib-dynload/math.so...
346--24079-- Reading syms from /usr/lib/python2.5/lib-dynload/binascii.so (0x622D000)
347--24079-- Reading debug info from /usr/lib/python2.5/lib-dynload/binascii.so...
348--24079-- ... CRC mismatch (computed 6F0374D1 wanted 76951A12)
349--24079-- Reading debug info from /usr/lib/debug/usr/lib/python2.5/lib-dynload/binascii.so...
350--24079-- Reading syms from /usr/lib/python2.5/lib-dynload/_random.so (0x6432000)
351--24079-- Reading debug info from /usr/lib/python2.5/lib-dynload/_random.so...
352--24079-- ... CRC mismatch (computed 3DEFAA75 wanted B2C3435A)
353--24079-- Reading debug info from /usr/lib/debug/usr/lib/python2.5/lib-dynload/_random.so...
354--24079-- REDIR: 0xFFFFFFFFFF600400 (???) redirected to 0x38027B51 (???)
355--24079-- Reading syms from /usr/lib/python2.5/lib-dynload/time.so (0x6635000)
356--24079-- Reading debug info from /usr/lib/python2.5/lib-dynload/time.so...
357--24079-- ... CRC mismatch (computed 7E187B95 wanted 909D0572)
358--24079-- Reading debug info from /usr/lib/debug/usr/lib/python2.5/lib-dynload/time.so...
359--24079-- Reading syms from /t78/repos/pycryptopp/build/lib.linux-x86_64-2.5/pycryptopp/publickey/rsa.so (0x683A000)
360==24079==
361==24079== Invalid read of size 8
362==24079==    at 0x4015B3E: (within /lib/ld-2.6.1.so)
363==24079==    by 0x400A8F7: (within /lib/ld-2.6.1.so)
364==24079==    by 0x4006174: (within /lib/ld-2.6.1.so)
365==24079==    by 0x40085F7: (within /lib/ld-2.6.1.so)
366==24079==    by 0x400BB6C: (within /lib/ld-2.6.1.so)
367==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
368==24079==    by 0x400C239: (within /lib/ld-2.6.1.so)
369==24079==    by 0x4011CF8: (within /lib/ld-2.6.1.so)
370==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
371==24079==    by 0x401155A: (within /lib/ld-2.6.1.so)
372==24079==    by 0x5041F8A: (within /lib/libdl-2.6.1.so)
373==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
374==24079==  Address 0x5D83868 is 24 bytes inside a block of size 26 alloc'd
375==24079==    at 0x4C21C16: malloc (vg_replace_malloc.c:149)
376==24079==    by 0x4008AF5: (within /lib/ld-2.6.1.so)
377==24079==    by 0x400BB6C: (within /lib/ld-2.6.1.so)
378==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
379==24079==    by 0x400C239: (within /lib/ld-2.6.1.so)
380==24079==    by 0x4011CF8: (within /lib/ld-2.6.1.so)
381==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
382==24079==    by 0x401155A: (within /lib/ld-2.6.1.so)
383==24079==    by 0x5041F8A: (within /lib/libdl-2.6.1.so)
384==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
385==24079==    by 0x50424EC: (within /lib/libdl-2.6.1.so)
386==24079==    by 0x5041EF0: dlopen (in /lib/libdl-2.6.1.so)
387--24079-- Reading syms from /usr/lib/libcrypto++.so.6.0.0 (0x6A6E000)
388--24079-- Reading debug info from /usr/lib/libcrypto++.so.6.0.0...
389--24079-- ... CRC mismatch (computed 6FBBC0EB wanted 2D94AB35)
390--24079--    object doesn't have a symbol table
391--24079-- Reading syms from /usr/lib/libstdc++.so.6.0.9 (0x7147000)
392--24079-- Reading debug info from /usr/lib/libstdc++.so.6.0.9...
393--24079-- ... CRC mismatch (computed 9E820BD4 wanted 7A5F2F0F)
394--24079--    object doesn't have a symbol table
395==24079==
396==24079== Invalid read of size 8
397==24079==    at 0x4015B24: (within /lib/ld-2.6.1.so)
398==24079==    by 0x400A8F7: (within /lib/ld-2.6.1.so)
399==24079==    by 0x4006174: (within /lib/ld-2.6.1.so)
400==24079==    by 0x40085F7: (within /lib/ld-2.6.1.so)
401==24079==    by 0x400BB6C: (within /lib/ld-2.6.1.so)
402==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
403==24079==    by 0x400C239: (within /lib/ld-2.6.1.so)
404==24079==    by 0x4011CF8: (within /lib/ld-2.6.1.so)
405==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
406==24079==    by 0x401155A: (within /lib/ld-2.6.1.so)
407==24079==    by 0x5041F8A: (within /lib/libdl-2.6.1.so)
408==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
409==24079==  Address 0x5D842F8 is 16 bytes inside a block of size 19 alloc'd
410==24079==    at 0x4C21C16: malloc (vg_replace_malloc.c:149)
411==24079==    by 0x4008AF5: (within /lib/ld-2.6.1.so)
412==24079==    by 0x400BB6C: (within /lib/ld-2.6.1.so)
413==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
414==24079==    by 0x400C239: (within /lib/ld-2.6.1.so)
415==24079==    by 0x4011CF8: (within /lib/ld-2.6.1.so)
416==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
417==24079==    by 0x401155A: (within /lib/ld-2.6.1.so)
418==24079==    by 0x5041F8A: (within /lib/libdl-2.6.1.so)
419==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
420==24079==    by 0x50424EC: (within /lib/libdl-2.6.1.so)
421==24079==    by 0x5041EF0: dlopen (in /lib/libdl-2.6.1.so)
422--24079-- Reading syms from /lib/libgcc_s.so.1 (0x7452000)
423--24079-- Reading debug info from /lib/libgcc_s.so.1...
424--24079-- ... CRC mismatch (computed 048F1E6B wanted 84FAA63B)
425--24079--    object doesn't have a symbol table
426--24079-- Reading syms from /t78/repos/pycryptopp/build/lib.linux-x86_64-2.5/pycryptopp/hash/sha256.so (0x7660000)
427--24079-- Reading syms from /t78/repos/pycryptopp/build/lib.linux-x86_64-2.5/pycryptopp/cipher/aes.so (0x7868000)
428--24079-- Reading syms from /usr/lib/python2.5/lib-dynload/_struct.so (0x7A7E000)
429--24079-- Reading debug info from /usr/lib/python2.5/lib-dynload/_struct.so...
430--24079-- ... CRC mismatch (computed 4602DD11 wanted 94E8F450)
431--24079-- Reading debug info from /usr/lib/debug/usr/lib/python2.5/lib-dynload/_struct.so...
432==24079==
433==24079== Use of uninitialised value of size 8
434==24079==    at 0x448B70: PyObject_Free (obmalloc.c:920)
435==24079==    by 0x4CCB01: code_dealloc (codeobject.c:270)
436==24079==    by 0x4A0942: load_source_module (import.c:960)
437==24079==    by 0x4A0FA0: import_submodule (import.c:2400)
438==24079==    by 0x4A1481: load_next (import.c:2220)
439==24079==    by 0x4A16B0: import_module_level (import.c:2001)
440==24079==    by 0x4A1B44: PyImport_ImportModuleLevel (import.c:2072)
441==24079==    by 0x480D88: builtin___import__ (bltinmodule.c:47)
442==24079==    by 0x417E52: PyObject_Call (abstract.c:1860)
443==24079==    by 0x481321: PyEval_CallObjectWithKeywords (ceval.c:3433)
444==24079==    by 0x484353: PyEval_EvalFrameEx (ceval.c:2063)
445==24079==    by 0x489D5F: PyEval_EvalCodeEx (ceval.c:2831)
446--24079-- REDIR: 0xFFFFFFFFFF600000 (???) redirected to 0x38027B47 (???)
447==24079==
448==24079== Conditional jump or move depends on uninitialised value(s)
449==24079==    at 0x78766D3: AES_init(_object*, _object*, _object*) (aesmodule.cpp:111)
450==24079==    by 0x45D2B1: type_call (typeobject.c:436)
451==24079==    by 0x417E52: PyObject_Call (abstract.c:1860)
452==24079==    by 0x483F11: PyEval_EvalFrameEx (ceval.c:3775)
453==24079==    by 0x488C3D: PyEval_EvalFrameEx (ceval.c:3650)
454==24079==    by 0x489D5F: PyEval_EvalCodeEx (ceval.c:2831)
455==24079==    by 0x4D431B: function_call (funcobject.c:517)
456==24079==    by 0x417E52: PyObject_Call (abstract.c:1860)
457==24079==    by 0x486996: PyEval_EvalFrameEx (ceval.c:3844)
458==24079==    by 0x489D5F: PyEval_EvalCodeEx (ceval.c:2831)
459==24079==    by 0x4D437D: function_call (funcobject.c:517)
460==24079==    by 0x417E52: PyObject_Call (abstract.c:1860)
461--24079-- REDIR: 0x720BCA0 (operator new(unsigned long)) redirected to 0x4C223A1 (operator new(unsigned long))
462==24079==
463==24079== Conditional jump or move depends on uninitialised value(s)
464==24079==    at 0x78770C9: CryptoPP::SimpleKeyingInterfaceImpl<CryptoPP::TwoBases<CryptoPP::SimpleKeyedTransformation<CryptoPP::BlockTransformation>, CryptoPP::Rijndael_Info>, CryptoPP::TwoBases<CryptoPP::SimpleKeyedTransformation<CryptoPP::BlockTransformation>, CryptoPP::Rijndael_Info> >::GetValidKeyLength(unsigned long) const (seckey.h:100)
465==24079==    by 0x7876BA9: CryptoPP::SimpleKeyingInterface::IsValidKeyLength(unsigned long) const (cryptlib.h:367)
466==24079==    by 0x7876DE2: CryptoPP::CipherModeBase::IsValidKeyLength(unsigned long) const (modes.h:38)
467==24079==    by 0x6CFD490: CryptoPP::SimpleKeyingInterface::ThrowIfInvalidKeyLength(unsigned long) (in /usr/lib/libcrypto++.so.6.0.0)
468==24079==    by 0x6CFD6AB: CryptoPP::SimpleKeyingInterface::SetKey(unsigned char const*, unsigned long, CryptoPP::NameValuePairs const&) (in /usr/lib/libcrypto++.so.6.0.0)
469==24079==    by 0x7876A18: AES_init(_object*, _object*, _object*) (modes.h:275)
470==24079==    by 0x45D2B1: type_call (typeobject.c:436)
471==24079==    by 0x417E52: PyObject_Call (abstract.c:1860)
472==24079==    by 0x483F11: PyEval_EvalFrameEx (ceval.c:3775)
473==24079==    by 0x488C3D: PyEval_EvalFrameEx (ceval.c:3650)
474==24079==    by 0x489D5F: PyEval_EvalCodeEx (ceval.c:2831)
475==24079==    by 0x4D431B: function_call (funcobject.c:517)
476==24079==
477==24079== Conditional jump or move depends on uninitialised value(s)
478==24079==    at 0x78770D1: CryptoPP::SimpleKeyingInterfaceImpl<CryptoPP::TwoBases<CryptoPP::SimpleKeyedTransformation<CryptoPP::BlockTransformation>, CryptoPP::Rijndael_Info>, CryptoPP::TwoBases<CryptoPP::SimpleKeyedTransformation<CryptoPP::BlockTransformation>, CryptoPP::Rijndael_Info> >::GetValidKeyLength(unsigned long) const (seckey.h:102)
479==24079==    by 0x7876BA9: CryptoPP::SimpleKeyingInterface::IsValidKeyLength(unsigned long) const (cryptlib.h:367)
480==24079==    by 0x7876DE2: CryptoPP::CipherModeBase::IsValidKeyLength(unsigned long) const (modes.h:38)
481==24079==    by 0x6CFD490: CryptoPP::SimpleKeyingInterface::ThrowIfInvalidKeyLength(unsigned long) (in /usr/lib/libcrypto++.so.6.0.0)
482==24079==    by 0x6CFD6AB: CryptoPP::SimpleKeyingInterface::SetKey(unsigned char const*, unsigned long, CryptoPP::NameValuePairs const&) (in /usr/lib/libcrypto++.so.6.0.0)
483==24079==    by 0x7876A18: AES_init(_object*, _object*, _object*) (modes.h:275)
484==24079==    by 0x45D2B1: type_call (typeobject.c:436)
485==24079==    by 0x417E52: PyObject_Call (abstract.c:1860)
486==24079==    by 0x483F11: PyEval_EvalFrameEx (ceval.c:3775)
487==24079==    by 0x488C3D: PyEval_EvalFrameEx (ceval.c:3650)
488==24079==    by 0x489D5F: PyEval_EvalCodeEx (ceval.c:2831)
489==24079==    by 0x4D431B: function_call (funcobject.c:517)
490==24079==
491==24079== Conditional jump or move depends on uninitialised value(s)
492==24079==    at 0x6CFD493: CryptoPP::SimpleKeyingInterface::ThrowIfInvalidKeyLength(unsigned long) (in /usr/lib/libcrypto++.so.6.0.0)
493==24079==    by 0x6CFD6AB: CryptoPP::SimpleKeyingInterface::SetKey(unsigned char const*, unsigned long, CryptoPP::NameValuePairs const&) (in /usr/lib/libcrypto++.so.6.0.0)
494==24079==    by 0x7876A18: AES_init(_object*, _object*, _object*) (modes.h:275)
495==24079==    by 0x45D2B1: type_call (typeobject.c:436)
496==24079==    by 0x417E52: PyObject_Call (abstract.c:1860)
497==24079==    by 0x483F11: PyEval_EvalFrameEx (ceval.c:3775)
498==24079==    by 0x488C3D: PyEval_EvalFrameEx (ceval.c:3650)
499==24079==    by 0x489D5F: PyEval_EvalCodeEx (ceval.c:2831)
500==24079==    by 0x4D431B: function_call (funcobject.c:517)
501==24079==    by 0x417E52: PyObject_Call (abstract.c:1860)
502==24079==    by 0x486996: PyEval_EvalFrameEx (ceval.c:3844)
503==24079==    by 0x489D5F: PyEval_EvalCodeEx (ceval.c:2831)
504--24079-- REDIR: 0x573CF70 (memalign) redirected to 0x4C20D94 (memalign)
505--24079-- REDIR: 0x720A5F0 (operator delete(void*)) redirected to 0x4C214B6 (operator delete(void*))
506..==24079==
507==24079== Conditional jump or move depends on uninitialised value(s)
508==24079==    at 0x78766D3: AES_init(_object*, _object*, _object*) (aesmodule.cpp:111)
509==24079==    by 0x45D2B1: type_call (typeobject.c:436)
510==24079==    by 0x417E52: PyObject_Call (abstract.c:1860)
511==24079==    by 0x486996: PyEval_EvalFrameEx (ceval.c:3844)
512==24079==    by 0x489D5F: PyEval_EvalCodeEx (ceval.c:2831)
513==24079==    by 0x487F31: PyEval_EvalFrameEx (ceval.c:3660)
514==24079==    by 0x488C3D: PyEval_EvalFrameEx (ceval.c:3650)
515==24079==    by 0x489D5F: PyEval_EvalCodeEx (ceval.c:2831)
516==24079==    by 0x4D431B: function_call (funcobject.c:517)
517==24079==    by 0x417E52: PyObject_Call (abstract.c:1860)
518==24079==    by 0x486996: PyEval_EvalFrameEx (ceval.c:3844)
519==24079==    by 0x489D5F: PyEval_EvalCodeEx (ceval.c:2831)
520==24079==
521==24079== Use of uninitialised value of size 8
522==24079==    at 0x570C1CB: (within /lib/libc-2.6.1.so)
523==24079==    by 0x570EB3E: vfprintf (in /lib/libc-2.6.1.so)
524==24079==    by 0x572C768: vsprintf (in /lib/libc-2.6.1.so)
525==24079==    by 0x5716447: sprintf (in /lib/libc-2.6.1.so)
526==24079==    by 0x453D46: PyString_FromFormatV (stringobject.c:286)
527==24079==    by 0x499B2D: PyErr_Format (errors.c:522)
528==24079==    by 0x7876A90: AES_init(_object*, _object*, _object*) (aesmodule.cpp:112)
529==24079==    by 0x45D2B1: type_call (typeobject.c:436)
530==24079==    by 0x417E52: PyObject_Call (abstract.c:1860)
531==24079==    by 0x486996: PyEval_EvalFrameEx (ceval.c:3844)
532==24079==    by 0x489D5F: PyEval_EvalCodeEx (ceval.c:2831)
533==24079==    by 0x487F31: PyEval_EvalFrameEx (ceval.c:3660)
534==24079==
535==24079== Conditional jump or move depends on uninitialised value(s)
536==24079==    at 0x570C1D5: (within /lib/libc-2.6.1.so)
537==24079==    by 0x570EB3E: vfprintf (in /lib/libc-2.6.1.so)
538==24079==    by 0x572C768: vsprintf (in /lib/libc-2.6.1.so)
539==24079==    by 0x5716447: sprintf (in /lib/libc-2.6.1.so)
540==24079==    by 0x453D46: PyString_FromFormatV (stringobject.c:286)
541==24079==    by 0x499B2D: PyErr_Format (errors.c:522)
542==24079==    by 0x7876A90: AES_init(_object*, _object*, _object*) (aesmodule.cpp:112)
543==24079==    by 0x45D2B1: type_call (typeobject.c:436)
544==24079==    by 0x417E52: PyObject_Call (abstract.c:1860)
545==24079==    by 0x486996: PyEval_EvalFrameEx (ceval.c:3844)
546==24079==    by 0x489D5F: PyEval_EvalCodeEx (ceval.c:2831)
547==24079==    by 0x487F31: PyEval_EvalFrameEx (ceval.c:3660)
548==24079==
549==24079== Conditional jump or move depends on uninitialised value(s)
550==24079==    at 0x570EBBB: vfprintf (in /lib/libc-2.6.1.so)
551==24079==    by 0x572C768: vsprintf (in /lib/libc-2.6.1.so)
552==24079==    by 0x5716447: sprintf (in /lib/libc-2.6.1.so)
553==24079==    by 0x453D46: PyString_FromFormatV (stringobject.c:286)
554==24079==    by 0x499B2D: PyErr_Format (errors.c:522)
555==24079==    by 0x7876A90: AES_init(_object*, _object*, _object*) (aesmodule.cpp:112)
556==24079==    by 0x45D2B1: type_call (typeobject.c:436)
557==24079==    by 0x417E52: PyObject_Call (abstract.c:1860)
558==24079==    by 0x486996: PyEval_EvalFrameEx (ceval.c:3844)
559==24079==    by 0x489D5F: PyEval_EvalCodeEx (ceval.c:2831)
560==24079==    by 0x487F31: PyEval_EvalFrameEx (ceval.c:3660)
561==24079==    by 0x488C3D: PyEval_EvalFrameEx (ceval.c:3650)
562.
563----------------------------------------------------------------------
564Ran 3 tests in 0.271s
565
566OK
567==24079==
568==24079== Use of uninitialised value of size 8
569==24079==    at 0x448B70: PyObject_Free (obmalloc.c:920)
570==24079==    by 0x4CCB01: code_dealloc (codeobject.c:270)
571==24079==    by 0x4D4522: func_dealloc (funcobject.c:447)
572==24079==    by 0x441E7C: insertdict (dictobject.c:412)
573==24079==    by 0x44385D: PyDict_SetItem (dictobject.c:637)
574==24079==    by 0x44564D: _PyModule_Clear (moduleobject.c:136)
575==24079==    by 0x49E931: PyImport_Cleanup (import.c:474)
576==24079==    by 0x4AB1A4: Py_Finalize (pythonrun.c:399)
577==24079==    by 0x4AACEB: handle_system_exit (pythonrun.c:1618)
578==24079==    by 0x4AAEE9: PyErr_PrintEx (pythonrun.c:1064)
579==24079==    by 0x4AB6F6: PyRun_SimpleFileExFlags (pythonrun.c:978)
580==24079==    by 0x414724: Py_Main (main.c:523)
581==24079==
582==24079== Use of uninitialised value of size 8
583==24079==    at 0x448B70: PyObject_Free (obmalloc.c:920)
584==24079==    by 0x443529: dict_dealloc (dictobject.c:855)
585==24079==    by 0x4456BA: module_dealloc (moduleobject.c:177)
586==24079==    by 0x441E7C: insertdict (dictobject.c:412)
587==24079==    by 0x44385D: PyDict_SetItem (dictobject.c:637)
588==24079==    by 0x49E943: PyImport_Cleanup (import.c:475)
589==24079==    by 0x4AB1A4: Py_Finalize (pythonrun.c:399)
590==24079==    by 0x4AACEB: handle_system_exit (pythonrun.c:1618)
591==24079==    by 0x4AAEE9: PyErr_PrintEx (pythonrun.c:1064)
592==24079==    by 0x4AB6F6: PyRun_SimpleFileExFlags (pythonrun.c:978)
593==24079==    by 0x414724: Py_Main (main.c:523)
594==24079==    by 0x56E6B43: (below main) (in /lib/libc-2.6.1.so)
595==24079==
596==24079== Use of uninitialised value of size 8
597==24079==    at 0x448B70: PyObject_Free (obmalloc.c:920)
598==24079==    by 0x443529: dict_dealloc (dictobject.c:855)
599==24079==    by 0x4D450E: func_dealloc (funcobject.c:448)
600==24079==    by 0x4434EB: dict_dealloc (dictobject.c:847)
601==24079==    by 0x441E7C: insertdict (dictobject.c:412)
602==24079==    by 0x44385D: PyDict_SetItem (dictobject.c:637)
603==24079==    by 0x44564D: _PyModule_Clear (moduleobject.c:136)
604==24079==    by 0x49EB93: PyImport_Cleanup (import.c:492)
605==24079==    by 0x4AB1A4: Py_Finalize (pythonrun.c:399)
606==24079==    by 0x4AACEB: handle_system_exit (pythonrun.c:1618)
607==24079==    by 0x4AAEE9: PyErr_PrintEx (pythonrun.c:1064)
608==24079==    by 0x4AB6F6: PyRun_SimpleFileExFlags (pythonrun.c:978)
609==24079==
610==24079== Use of uninitialised value of size 8
611==24079==    at 0x448B70: PyObject_Free (obmalloc.c:920)
612==24079==    by 0x4434EB: dict_dealloc (dictobject.c:847)
613==24079==    by 0x4434EB: dict_dealloc (dictobject.c:847)
614==24079==    by 0x49ECFC: _PyImport_Fini (import.c:235)
615==24079==    by 0x4AB1A9: Py_Finalize (pythonrun.c:421)
616==24079==    by 0x4AACEB: handle_system_exit (pythonrun.c:1618)
617==24079==    by 0x4AAEE9: PyErr_PrintEx (pythonrun.c:1064)
618==24079==    by 0x4AB6F6: PyRun_SimpleFileExFlags (pythonrun.c:978)
619==24079==    by 0x414724: Py_Main (main.c:523)
620==24079==    by 0x56E6B43: (below main) (in /lib/libc-2.6.1.so)
621==24079==
622==24079== Use of uninitialised value of size 8
623==24079==    at 0x448B70: PyObject_Free (obmalloc.c:920)
624==24079==    by 0x443529: dict_dealloc (dictobject.c:855)
625==24079==    by 0x4434EB: dict_dealloc (dictobject.c:847)
626==24079==    by 0x4434EB: dict_dealloc (dictobject.c:847)
627==24079==    by 0x49ECFC: _PyImport_Fini (import.c:235)
628==24079==    by 0x4AB1A9: Py_Finalize (pythonrun.c:421)
629==24079==    by 0x4AACEB: handle_system_exit (pythonrun.c:1618)
630==24079==    by 0x4AAEE9: PyErr_PrintEx (pythonrun.c:1064)
631==24079==    by 0x4AB6F6: PyRun_SimpleFileExFlags (pythonrun.c:978)
632==24079==    by 0x414724: Py_Main (main.c:523)
633==24079==    by 0x56E6B43: (below main) (in /lib/libc-2.6.1.so)
634==24079==
635==24079== Use of uninitialised value of size 8
636==24079==    at 0x448B70: PyObject_Free (obmalloc.c:920)
637==24079==    by 0x443529: dict_dealloc (dictobject.c:855)
638==24079==    by 0x4434EB: dict_dealloc (dictobject.c:847)
639==24079==    by 0x49ECFC: _PyImport_Fini (import.c:235)
640==24079==    by 0x4AB1A9: Py_Finalize (pythonrun.c:421)
641==24079==    by 0x4AACEB: handle_system_exit (pythonrun.c:1618)
642==24079==    by 0x4AAEE9: PyErr_PrintEx (pythonrun.c:1064)
643==24079==    by 0x4AB6F6: PyRun_SimpleFileExFlags (pythonrun.c:978)
644==24079==    by 0x414724: Py_Main (main.c:523)
645==24079==    by 0x56E6B43: (below main) (in /lib/libc-2.6.1.so)
646==24079==
647==24079== ERROR SUMMARY: 61 errors from 35 contexts (suppressed: 843 from 5)
648==24079==
649==24079== 1 errors in context 1 of 35:
650==24079== Use of uninitialised value of size 8
651==24079==    at 0x448B70: PyObject_Free (obmalloc.c:920)
652==24079==    by 0x443529: dict_dealloc (dictobject.c:855)
653==24079==    by 0x4434EB: dict_dealloc (dictobject.c:847)
654==24079==    by 0x49ECFC: _PyImport_Fini (import.c:235)
655==24079==    by 0x4AB1A9: Py_Finalize (pythonrun.c:421)
656==24079==    by 0x4AACEB: handle_system_exit (pythonrun.c:1618)
657==24079==    by 0x4AAEE9: PyErr_PrintEx (pythonrun.c:1064)
658==24079==    by 0x4AB6F6: PyRun_SimpleFileExFlags (pythonrun.c:978)
659==24079==    by 0x414724: Py_Main (main.c:523)
660==24079==    by 0x56E6B43: (below main) (in /lib/libc-2.6.1.so)
661==24079==
662==24079== 1 errors in context 2 of 35:
663==24079== Use of uninitialised value of size 8
664==24079==    at 0x448B70: PyObject_Free (obmalloc.c:920)
665==24079==    by 0x4434EB: dict_dealloc (dictobject.c:847)
666==24079==    by 0x4434EB: dict_dealloc (dictobject.c:847)
667==24079==    by 0x49ECFC: _PyImport_Fini (import.c:235)
668==24079==    by 0x4AB1A9: Py_Finalize (pythonrun.c:421)
669==24079==    by 0x4AACEB: handle_system_exit (pythonrun.c:1618)
670==24079==    by 0x4AAEE9: PyErr_PrintEx (pythonrun.c:1064)
671==24079==    by 0x4AB6F6: PyRun_SimpleFileExFlags (pythonrun.c:978)
672==24079==    by 0x414724: Py_Main (main.c:523)
673==24079==    by 0x56E6B43: (below main) (in /lib/libc-2.6.1.so)
674==24079==
675==24079== 1 errors in context 3 of 35:
676==24079== Use of uninitialised value of size 8
677==24079==    at 0x448B70: PyObject_Free (obmalloc.c:920)
678==24079==    by 0x443529: dict_dealloc (dictobject.c:855)
679==24079==    by 0x4D450E: func_dealloc (funcobject.c:448)
680==24079==    by 0x4434EB: dict_dealloc (dictobject.c:847)
681==24079==    by 0x441E7C: insertdict (dictobject.c:412)
682==24079==    by 0x44385D: PyDict_SetItem (dictobject.c:637)
683==24079==    by 0x44564D: _PyModule_Clear (moduleobject.c:136)
684==24079==    by 0x49EB93: PyImport_Cleanup (import.c:492)
685==24079==    by 0x4AB1A4: Py_Finalize (pythonrun.c:399)
686==24079==    by 0x4AACEB: handle_system_exit (pythonrun.c:1618)
687==24079==    by 0x4AAEE9: PyErr_PrintEx (pythonrun.c:1064)
688==24079==    by 0x4AB6F6: PyRun_SimpleFileExFlags (pythonrun.c:978)
689==24079==
690==24079== 1 errors in context 4 of 35:
691==24079== Use of uninitialised value of size 8
692==24079==    at 0x448B70: PyObject_Free (obmalloc.c:920)
693==24079==    by 0x443529: dict_dealloc (dictobject.c:855)
694==24079==    by 0x4456BA: module_dealloc (moduleobject.c:177)
695==24079==    by 0x441E7C: insertdict (dictobject.c:412)
696==24079==    by 0x44385D: PyDict_SetItem (dictobject.c:637)
697==24079==    by 0x49E943: PyImport_Cleanup (import.c:475)
698==24079==    by 0x4AB1A4: Py_Finalize (pythonrun.c:399)
699==24079==    by 0x4AACEB: handle_system_exit (pythonrun.c:1618)
700==24079==    by 0x4AAEE9: PyErr_PrintEx (pythonrun.c:1064)
701==24079==    by 0x4AB6F6: PyRun_SimpleFileExFlags (pythonrun.c:978)
702==24079==    by 0x414724: Py_Main (main.c:523)
703==24079==    by 0x56E6B43: (below main) (in /lib/libc-2.6.1.so)
704==24079==
705==24079== 1 errors in context 5 of 35:
706==24079== Conditional jump or move depends on uninitialised value(s)
707==24079==    at 0x570EBBB: vfprintf (in /lib/libc-2.6.1.so)
708==24079==    by 0x572C768: vsprintf (in /lib/libc-2.6.1.so)
709==24079==    by 0x5716447: sprintf (in /lib/libc-2.6.1.so)
710==24079==    by 0x453D46: PyString_FromFormatV (stringobject.c:286)
711==24079==    by 0x499B2D: PyErr_Format (errors.c:522)
712==24079==    by 0x7876A90: AES_init(_object*, _object*, _object*) (aesmodule.cpp:112)
713==24079==    by 0x45D2B1: type_call (typeobject.c:436)
714==24079==    by 0x417E52: PyObject_Call (abstract.c:1860)
715==24079==    by 0x486996: PyEval_EvalFrameEx (ceval.c:3844)
716==24079==    by 0x489D5F: PyEval_EvalCodeEx (ceval.c:2831)
717==24079==    by 0x487F31: PyEval_EvalFrameEx (ceval.c:3660)
718==24079==    by 0x488C3D: PyEval_EvalFrameEx (ceval.c:3650)
719==24079==
720==24079== 1 errors in context 6 of 35:
721==24079== Conditional jump or move depends on uninitialised value(s)
722==24079==    at 0x570C1D5: (within /lib/libc-2.6.1.so)
723==24079==    by 0x570EB3E: vfprintf (in /lib/libc-2.6.1.so)
724==24079==    by 0x572C768: vsprintf (in /lib/libc-2.6.1.so)
725==24079==    by 0x5716447: sprintf (in /lib/libc-2.6.1.so)
726==24079==    by 0x453D46: PyString_FromFormatV (stringobject.c:286)
727==24079==    by 0x499B2D: PyErr_Format (errors.c:522)
728==24079==    by 0x7876A90: AES_init(_object*, _object*, _object*) (aesmodule.cpp:112)
729==24079==    by 0x45D2B1: type_call (typeobject.c:436)
730==24079==    by 0x417E52: PyObject_Call (abstract.c:1860)
731==24079==    by 0x486996: PyEval_EvalFrameEx (ceval.c:3844)
732==24079==    by 0x489D5F: PyEval_EvalCodeEx (ceval.c:2831)
733==24079==    by 0x487F31: PyEval_EvalFrameEx (ceval.c:3660)
734==24079==
735==24079== 1 errors in context 7 of 35:
736==24079== Use of uninitialised value of size 8
737==24079==    at 0x570C1CB: (within /lib/libc-2.6.1.so)
738==24079==    by 0x570EB3E: vfprintf (in /lib/libc-2.6.1.so)
739==24079==    by 0x572C768: vsprintf (in /lib/libc-2.6.1.so)
740==24079==    by 0x5716447: sprintf (in /lib/libc-2.6.1.so)
741==24079==    by 0x453D46: PyString_FromFormatV (stringobject.c:286)
742==24079==    by 0x499B2D: PyErr_Format (errors.c:522)
743==24079==    by 0x7876A90: AES_init(_object*, _object*, _object*) (aesmodule.cpp:112)
744==24079==    by 0x45D2B1: type_call (typeobject.c:436)
745==24079==    by 0x417E52: PyObject_Call (abstract.c:1860)
746==24079==    by 0x486996: PyEval_EvalFrameEx (ceval.c:3844)
747==24079==    by 0x489D5F: PyEval_EvalCodeEx (ceval.c:2831)
748==24079==    by 0x487F31: PyEval_EvalFrameEx (ceval.c:3660)
749==24079==
750==24079== 1 errors in context 8 of 35:
751==24079== Conditional jump or move depends on uninitialised value(s)
752==24079==    at 0x78766D3: AES_init(_object*, _object*, _object*) (aesmodule.cpp:111)
753==24079==    by 0x45D2B1: type_call (typeobject.c:436)
754==24079==    by 0x417E52: PyObject_Call (abstract.c:1860)
755==24079==    by 0x486996: PyEval_EvalFrameEx (ceval.c:3844)
756==24079==    by 0x489D5F: PyEval_EvalCodeEx (ceval.c:2831)
757==24079==    by 0x487F31: PyEval_EvalFrameEx (ceval.c:3660)
758==24079==    by 0x488C3D: PyEval_EvalFrameEx (ceval.c:3650)
759==24079==    by 0x489D5F: PyEval_EvalCodeEx (ceval.c:2831)
760==24079==    by 0x4D431B: function_call (funcobject.c:517)
761==24079==    by 0x417E52: PyObject_Call (abstract.c:1860)
762==24079==    by 0x486996: PyEval_EvalFrameEx (ceval.c:3844)
763==24079==    by 0x489D5F: PyEval_EvalCodeEx (ceval.c:2831)
764==24079==
765==24079== 1 errors in context 9 of 35:
766==24079== Use of uninitialised value of size 8
767==24079==    at 0x448B70: PyObject_Free (obmalloc.c:920)
768==24079==    by 0x4CCB01: code_dealloc (codeobject.c:270)
769==24079==    by 0x4A0942: load_source_module (import.c:960)
770==24079==    by 0x4A0FA0: import_submodule (import.c:2400)
771==24079==    by 0x4A1481: load_next (import.c:2220)
772==24079==    by 0x4A16B0: import_module_level (import.c:2001)
773==24079==    by 0x4A1B44: PyImport_ImportModuleLevel (import.c:2072)
774==24079==    by 0x480D88: builtin___import__ (bltinmodule.c:47)
775==24079==    by 0x417E52: PyObject_Call (abstract.c:1860)
776==24079==    by 0x481321: PyEval_CallObjectWithKeywords (ceval.c:3433)
777==24079==    by 0x484353: PyEval_EvalFrameEx (ceval.c:2063)
778==24079==    by 0x489D5F: PyEval_EvalCodeEx (ceval.c:2831)
779==24079==
780==24079== 1 errors in context 10 of 35:
781==24079== Invalid read of size 8
782==24079==    at 0x4015B24: (within /lib/ld-2.6.1.so)
783==24079==    by 0x400A8F7: (within /lib/ld-2.6.1.so)
784==24079==    by 0x4006174: (within /lib/ld-2.6.1.so)
785==24079==    by 0x40085F7: (within /lib/ld-2.6.1.so)
786==24079==    by 0x400BB6C: (within /lib/ld-2.6.1.so)
787==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
788==24079==    by 0x400C239: (within /lib/ld-2.6.1.so)
789==24079==    by 0x4011CF8: (within /lib/ld-2.6.1.so)
790==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
791==24079==    by 0x401155A: (within /lib/ld-2.6.1.so)
792==24079==    by 0x5041F8A: (within /lib/libdl-2.6.1.so)
793==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
794==24079==  Address 0x5D842F8 is 16 bytes inside a block of size 19 alloc'd
795==24079==    at 0x4C21C16: malloc (vg_replace_malloc.c:149)
796==24079==    by 0x4008AF5: (within /lib/ld-2.6.1.so)
797==24079==    by 0x400BB6C: (within /lib/ld-2.6.1.so)
798==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
799==24079==    by 0x400C239: (within /lib/ld-2.6.1.so)
800==24079==    by 0x4011CF8: (within /lib/ld-2.6.1.so)
801==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
802==24079==    by 0x401155A: (within /lib/ld-2.6.1.so)
803==24079==    by 0x5041F8A: (within /lib/libdl-2.6.1.so)
804==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
805==24079==    by 0x50424EC: (within /lib/libdl-2.6.1.so)
806==24079==    by 0x5041EF0: dlopen (in /lib/libdl-2.6.1.so)
807==24079==
808==24079== 1 errors in context 11 of 35:
809==24079== Invalid read of size 8
810==24079==    at 0x4015B3E: (within /lib/ld-2.6.1.so)
811==24079==    by 0x400A8F7: (within /lib/ld-2.6.1.so)
812==24079==    by 0x4006174: (within /lib/ld-2.6.1.so)
813==24079==    by 0x40085F7: (within /lib/ld-2.6.1.so)
814==24079==    by 0x400BB6C: (within /lib/ld-2.6.1.so)
815==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
816==24079==    by 0x400C239: (within /lib/ld-2.6.1.so)
817==24079==    by 0x4011CF8: (within /lib/ld-2.6.1.so)
818==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
819==24079==    by 0x401155A: (within /lib/ld-2.6.1.so)
820==24079==    by 0x5041F8A: (within /lib/libdl-2.6.1.so)
821==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
822==24079==  Address 0x5D83868 is 24 bytes inside a block of size 26 alloc'd
823==24079==    at 0x4C21C16: malloc (vg_replace_malloc.c:149)
824==24079==    by 0x4008AF5: (within /lib/ld-2.6.1.so)
825==24079==    by 0x400BB6C: (within /lib/ld-2.6.1.so)
826==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
827==24079==    by 0x400C239: (within /lib/ld-2.6.1.so)
828==24079==    by 0x4011CF8: (within /lib/ld-2.6.1.so)
829==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
830==24079==    by 0x401155A: (within /lib/ld-2.6.1.so)
831==24079==    by 0x5041F8A: (within /lib/libdl-2.6.1.so)
832==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
833==24079==    by 0x50424EC: (within /lib/libdl-2.6.1.so)
834==24079==    by 0x5041EF0: dlopen (in /lib/libdl-2.6.1.so)
835==24079==
836==24079== 1 errors in context 12 of 35:
837==24079== Use of uninitialised value of size 8
838==24079==    at 0x4490F5: PyObject_Realloc (obmalloc.c:1134)
839==24079==    by 0x48A45E: compiler_next_instr (compile.c:1289)
840==24079==    by 0x4901AD: compiler_visit_expr (compile.c:1629)
841==24079==    by 0x49027B: compiler_visit_expr (compile.c:3082)
842==24079==    by 0x48F0EF: compiler_visit_expr (compile.c:3566)
843==24079==    by 0x493620: compiler_visit_stmt (compile.c:2688)
844==24079==    by 0x496A69: compiler_if (compile.c:2197)
845==24079==    by 0x496988: compiler_if (compile.c:2202)
846==24079==    by 0x496BDE: compiler_function (compile.c:2001)
847==24079==    by 0x497232: PyAST_Compile (compile.c:1790)
848==24079==    by 0x4AB4E3: PyRun_FileExFlags (pythonrun.c:1270)
849==24079==    by 0x4AB78F: PyRun_SimpleFileExFlags (pythonrun.c:879)
850==24079==
851==24079== 1 errors in context 13 of 35:
852==24079== Use of uninitialised value of size 8
853==24079==    at 0x4490F5: PyObject_Realloc (obmalloc.c:1134)
854==24079==    by 0x48A45E: compiler_next_instr (compile.c:1289)
855==24079==    by 0x48FA2A: compiler_visit_expr (compile.c:1629)
856==24079==    by 0x48F0EF: compiler_visit_expr (compile.c:3566)
857==24079==    by 0x493620: compiler_visit_stmt (compile.c:2688)
858==24079==    by 0x496A69: compiler_if (compile.c:2197)
859==24079==    by 0x496BDE: compiler_function (compile.c:2001)
860==24079==    by 0x497232: PyAST_Compile (compile.c:1790)
861==24079==    by 0x4AB4E3: PyRun_FileExFlags (pythonrun.c:1270)
862==24079==    by 0x4AB78F: PyRun_SimpleFileExFlags (pythonrun.c:879)
863==24079==    by 0x414724: Py_Main (main.c:523)
864==24079==    by 0x56E6B43: (below main) (in /lib/libc-2.6.1.so)
865==24079==
866==24079== 1 errors in context 14 of 35:
867==24079== Use of uninitialised value of size 8
868==24079==    at 0x448B70: PyObject_Free (obmalloc.c:920)
869==24079==    by 0x4CA41A: freechildren (node.c:132)
870==24079==    by 0x4CA2D2: freechildren (node.c:130)
871==24079==    by 0x4CA2D2: freechildren (node.c:130)
872==24079==    by 0x4CA2D2: freechildren (node.c:130)
873==24079==    by 0x4CA2D2: freechildren (node.c:130)
874==24079==    by 0x4CA2D2: freechildren (node.c:130)
875==24079==    by 0x4CA2D2: freechildren (node.c:130)
876==24079==    by 0x4CA502: PyNode_Free (node.c:130)
877==24079==    by 0x4AB4C2: PyRun_FileExFlags (pythonrun.c:1386)
878==24079==    by 0x4AB78F: PyRun_SimpleFileExFlags (pythonrun.c:879)
879==24079==    by 0x414724: Py_Main (main.c:523)
880==24079==
881==24079== 1 errors in context 15 of 35:
882==24079== Use of uninitialised value of size 8
883==24079==    at 0x448B70: PyObject_Free (obmalloc.c:920)
884==24079==    by 0x4CA310: freechildren (node.c:132)
885==24079==    by 0x4CA502: PyNode_Free (node.c:130)
886==24079==    by 0x4AB4C2: PyRun_FileExFlags (pythonrun.c:1386)
887==24079==    by 0x4AB78F: PyRun_SimpleFileExFlags (pythonrun.c:879)
888==24079==    by 0x414724: Py_Main (main.c:523)
889==24079==    by 0x56E6B43: (below main) (in /lib/libc-2.6.1.so)
890==24079==
891==24079== 1 errors in context 16 of 35:
892==24079== Use of uninitialised value of size 8
893==24079==    at 0x448B70: PyObject_Free (obmalloc.c:920)
894==24079==    by 0x4CCB01: code_dealloc (codeobject.c:270)
895==24079==    by 0x456F12: tupledealloc (tupleobject.c:169)
896==24079==    by 0x4CCBA2: code_dealloc (codeobject.c:261)
897==24079==    by 0x4A0942: load_source_module (import.c:960)
898==24079==    by 0x4A0FA0: import_submodule (import.c:2400)
899==24079==    by 0x4A150F: load_next (import.c:2224)
900==24079==    by 0x4A16B0: import_module_level (import.c:2001)
901==24079==    by 0x4A1B44: PyImport_ImportModuleLevel (import.c:2072)
902==24079==    by 0x480D88: builtin___import__ (bltinmodule.c:47)
903==24079==    by 0x417E52: PyObject_Call (abstract.c:1860)
904==24079==    by 0x481321: PyEval_CallObjectWithKeywords (ceval.c:3433)
905==24079==
906==24079== 1 errors in context 17 of 35:
907==24079== Use of uninitialised value of size 8
908==24079==    at 0x448B70: PyObject_Free (obmalloc.c:920)
909==24079==    by 0x456F2B: tupledealloc (tupleobject.c:182)
910==24079==    by 0x4CCB92: code_dealloc (codeobject.c:262)
911==24079==    by 0x456F12: tupledealloc (tupleobject.c:169)
912==24079==    by 0x4CCBA2: code_dealloc (codeobject.c:261)
913==24079==    by 0x4A0942: load_source_module (import.c:960)
914==24079==    by 0x4A0FA0: import_submodule (import.c:2400)
915==24079==    by 0x4A1481: load_next (import.c:2220)
916==24079==    by 0x4A16B0: import_module_level (import.c:2001)
917==24079==    by 0x4A1B44: PyImport_ImportModuleLevel (import.c:2072)
918==24079==    by 0x480D88: builtin___import__ (bltinmodule.c:47)
919==24079==    by 0x417E52: PyObject_Call (abstract.c:1860)
920==24079==
921==24079== 1 errors in context 18 of 35:
922==24079== Use of uninitialised value of size 8
923==24079==    at 0x448B70: PyObject_Free (obmalloc.c:920)
924==24079==    by 0x4CCB1A: code_dealloc (codeobject.c:260)
925==24079==    by 0x456F12: tupledealloc (tupleobject.c:169)
926==24079==    by 0x4CCBA2: code_dealloc (codeobject.c:261)
927==24079==    by 0x4A0942: load_source_module (import.c:960)
928==24079==    by 0x4A0FA0: import_submodule (import.c:2400)
929==24079==    by 0x4A1481: load_next (import.c:2220)
930==24079==    by 0x4A16B0: import_module_level (import.c:2001)
931==24079==    by 0x4A1B44: PyImport_ImportModuleLevel (import.c:2072)
932==24079==    by 0x480D88: builtin___import__ (bltinmodule.c:47)
933==24079==    by 0x417E52: PyObject_Call (abstract.c:1860)
934==24079==    by 0x481321: PyEval_CallObjectWithKeywords (ceval.c:3433)
935==24079==
936==24079== 1 errors in context 19 of 35:
937==24079== Use of uninitialised value of size 8
938==24079==    at 0x448B70: PyObject_Free (obmalloc.c:920)
939==24079==    by 0x456F2B: tupledealloc (tupleobject.c:182)
940==24079==    by 0x4CCB92: code_dealloc (codeobject.c:262)
941==24079==    by 0x4A0942: load_source_module (import.c:960)
942==24079==    by 0x4A0FA0: import_submodule (import.c:2400)
943==24079==    by 0x4A1481: load_next (import.c:2220)
944==24079==    by 0x4A16B0: import_module_level (import.c:2001)
945==24079==    by 0x4A1B44: PyImport_ImportModuleLevel (import.c:2072)
946==24079==    by 0x480D88: builtin___import__ (bltinmodule.c:47)
947==24079==    by 0x417E52: PyObject_Call (abstract.c:1860)
948==24079==    by 0x481321: PyEval_CallObjectWithKeywords (ceval.c:3433)
949==24079==    by 0x484353: PyEval_EvalFrameEx (ceval.c:2063)
950==24079==
951==24079== 2 errors in context 20 of 35:
952==24079== Use of uninitialised value of size 8
953==24079==    at 0x448B70: PyObject_Free (obmalloc.c:920)
954==24079==    by 0x443529: dict_dealloc (dictobject.c:855)
955==24079==    by 0x4434EB: dict_dealloc (dictobject.c:847)
956==24079==    by 0x4434EB: dict_dealloc (dictobject.c:847)
957==24079==    by 0x49ECFC: _PyImport_Fini (import.c:235)
958==24079==    by 0x4AB1A9: Py_Finalize (pythonrun.c:421)
959==24079==    by 0x4AACEB: handle_system_exit (pythonrun.c:1618)
960==24079==    by 0x4AAEE9: PyErr_PrintEx (pythonrun.c:1064)
961==24079==    by 0x4AB6F6: PyRun_SimpleFileExFlags (pythonrun.c:978)
962==24079==    by 0x414724: Py_Main (main.c:523)
963==24079==    by 0x56E6B43: (below main) (in /lib/libc-2.6.1.so)
964==24079==
965==24079== 2 errors in context 21 of 35:
966==24079== Conditional jump or move depends on uninitialised value(s)
967==24079==    at 0x6CFD493: CryptoPP::SimpleKeyingInterface::ThrowIfInvalidKeyLength(unsigned long) (in /usr/lib/libcrypto++.so.6.0.0)
968==24079==    by 0x6CFD6AB: CryptoPP::SimpleKeyingInterface::SetKey(unsigned char const*, unsigned long, CryptoPP::NameValuePairs const&) (in /usr/lib/libcrypto++.so.6.0.0)
969==24079==    by 0x7876A18: AES_init(_object*, _object*, _object*) (modes.h:275)
970==24079==    by 0x45D2B1: type_call (typeobject.c:436)
971==24079==    by 0x417E52: PyObject_Call (abstract.c:1860)
972==24079==    by 0x483F11: PyEval_EvalFrameEx (ceval.c:3775)
973==24079==    by 0x488C3D: PyEval_EvalFrameEx (ceval.c:3650)
974==24079==    by 0x489D5F: PyEval_EvalCodeEx (ceval.c:2831)
975==24079==    by 0x4D431B: function_call (funcobject.c:517)
976==24079==    by 0x417E52: PyObject_Call (abstract.c:1860)
977==24079==    by 0x486996: PyEval_EvalFrameEx (ceval.c:3844)
978==24079==    by 0x489D5F: PyEval_EvalCodeEx (ceval.c:2831)
979==24079==
980==24079== 2 errors in context 22 of 35:
981==24079== Conditional jump or move depends on uninitialised value(s)
982==24079==    at 0x78770D1: CryptoPP::SimpleKeyingInterfaceImpl<CryptoPP::TwoBases<CryptoPP::SimpleKeyedTransformation<CryptoPP::BlockTransformation>, CryptoPP::Rijndael_Info>, CryptoPP::TwoBases<CryptoPP::SimpleKeyedTransformation<CryptoPP::BlockTransformation>, CryptoPP::Rijndael_Info> >::GetValidKeyLength(unsigned long) const (seckey.h:102)
983==24079==    by 0x7876BA9: CryptoPP::SimpleKeyingInterface::IsValidKeyLength(unsigned long) const (cryptlib.h:367)
984==24079==    by 0x7876DE2: CryptoPP::CipherModeBase::IsValidKeyLength(unsigned long) const (modes.h:38)
985==24079==    by 0x6CFD490: CryptoPP::SimpleKeyingInterface::ThrowIfInvalidKeyLength(unsigned long) (in /usr/lib/libcrypto++.so.6.0.0)
986==24079==    by 0x6CFD6AB: CryptoPP::SimpleKeyingInterface::SetKey(unsigned char const*, unsigned long, CryptoPP::NameValuePairs const&) (in /usr/lib/libcrypto++.so.6.0.0)
987==24079==    by 0x7876A18: AES_init(_object*, _object*, _object*) (modes.h:275)
988==24079==    by 0x45D2B1: type_call (typeobject.c:436)
989==24079==    by 0x417E52: PyObject_Call (abstract.c:1860)
990==24079==    by 0x483F11: PyEval_EvalFrameEx (ceval.c:3775)
991==24079==    by 0x488C3D: PyEval_EvalFrameEx (ceval.c:3650)
992==24079==    by 0x489D5F: PyEval_EvalCodeEx (ceval.c:2831)
993==24079==    by 0x4D431B: function_call (funcobject.c:517)
994==24079==
995==24079== 2 errors in context 23 of 35:
996==24079== Conditional jump or move depends on uninitialised value(s)
997==24079==    at 0x78770C9: CryptoPP::SimpleKeyingInterfaceImpl<CryptoPP::TwoBases<CryptoPP::SimpleKeyedTransformation<CryptoPP::BlockTransformation>, CryptoPP::Rijndael_Info>, CryptoPP::TwoBases<CryptoPP::SimpleKeyedTransformation<CryptoPP::BlockTransformation>, CryptoPP::Rijndael_Info> >::GetValidKeyLength(unsigned long) const (seckey.h:100)
998==24079==    by 0x7876BA9: CryptoPP::SimpleKeyingInterface::IsValidKeyLength(unsigned long) const (cryptlib.h:367)
999==24079==    by 0x7876DE2: CryptoPP::CipherModeBase::IsValidKeyLength(unsigned long) const (modes.h:38)
1000==24079==    by 0x6CFD490: CryptoPP::SimpleKeyingInterface::ThrowIfInvalidKeyLength(unsigned long) (in /usr/lib/libcrypto++.so.6.0.0)
1001==24079==    by 0x6CFD6AB: CryptoPP::SimpleKeyingInterface::SetKey(unsigned char const*, unsigned long, CryptoPP::NameValuePairs const&) (in /usr/lib/libcrypto++.so.6.0.0)
1002==24079==    by 0x7876A18: AES_init(_object*, _object*, _object*) (modes.h:275)
1003==24079==    by 0x45D2B1: type_call (typeobject.c:436)
1004==24079==    by 0x417E52: PyObject_Call (abstract.c:1860)
1005==24079==    by 0x483F11: PyEval_EvalFrameEx (ceval.c:3775)
1006==24079==    by 0x488C3D: PyEval_EvalFrameEx (ceval.c:3650)
1007==24079==    by 0x489D5F: PyEval_EvalCodeEx (ceval.c:2831)
1008==24079==    by 0x4D431B: function_call (funcobject.c:517)
1009==24079==
1010==24079== 2 errors in context 24 of 35:
1011==24079== Conditional jump or move depends on uninitialised value(s)
1012==24079==    at 0x78766D3: AES_init(_object*, _object*, _object*) (aesmodule.cpp:111)
1013==24079==    by 0x45D2B1: type_call (typeobject.c:436)
1014==24079==    by 0x417E52: PyObject_Call (abstract.c:1860)
1015==24079==    by 0x483F11: PyEval_EvalFrameEx (ceval.c:3775)
1016==24079==    by 0x488C3D: PyEval_EvalFrameEx (ceval.c:3650)
1017==24079==    by 0x489D5F: PyEval_EvalCodeEx (ceval.c:2831)
1018==24079==    by 0x4D431B: function_call (funcobject.c:517)
1019==24079==    by 0x417E52: PyObject_Call (abstract.c:1860)
1020==24079==    by 0x486996: PyEval_EvalFrameEx (ceval.c:3844)
1021==24079==    by 0x489D5F: PyEval_EvalCodeEx (ceval.c:2831)
1022==24079==    by 0x4D437D: function_call (funcobject.c:517)
1023==24079==    by 0x417E52: PyObject_Call (abstract.c:1860)
1024==24079==
1025==24079== 2 errors in context 25 of 35:
1026==24079== Invalid read of size 8
1027==24079==    at 0x4015AF0: (within /lib/ld-2.6.1.so)
1028==24079==    by 0x400A8F7: (within /lib/ld-2.6.1.so)
1029==24079==    by 0x4006174: (within /lib/ld-2.6.1.so)
1030==24079==    by 0x40085F7: (within /lib/ld-2.6.1.so)
1031==24079==    by 0x4011C98: (within /lib/ld-2.6.1.so)
1032==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
1033==24079==    by 0x401155A: (within /lib/ld-2.6.1.so)
1034==24079==    by 0x5041F8A: (within /lib/libdl-2.6.1.so)
1035==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
1036==24079==    by 0x50424EC: (within /lib/libdl-2.6.1.so)
1037==24079==    by 0x5041EF0: dlopen (in /lib/libdl-2.6.1.so)
1038==24079==    by 0x4B2ABB: _PyImport_GetDynLoadFunc (dynload_shlib.c:134)
1039==24079==  Address 0x5CF3A78 is 32 bytes inside a block of size 39 alloc'd
1040==24079==    at 0x4C21C16: malloc (vg_replace_malloc.c:149)
1041==24079==    by 0x40077B3: (within /lib/ld-2.6.1.so)
1042==24079==    by 0x400854E: (within /lib/ld-2.6.1.so)
1043==24079==    by 0x4011C98: (within /lib/ld-2.6.1.so)
1044==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
1045==24079==    by 0x401155A: (within /lib/ld-2.6.1.so)
1046==24079==    by 0x5041F8A: (within /lib/libdl-2.6.1.so)
1047==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
1048==24079==    by 0x50424EC: (within /lib/libdl-2.6.1.so)
1049==24079==    by 0x5041EF0: dlopen (in /lib/libdl-2.6.1.so)
1050==24079==    by 0x4B2ABB: _PyImport_GetDynLoadFunc (dynload_shlib.c:134)
1051==24079==    by 0x4A3117: _PyImport_LoadDynamicModule (importdl.c:42)
1052==24079==
1053==24079== 2 errors in context 26 of 35:
1054==24079== Use of uninitialised value of size 8
1055==24079==    at 0x448B70: PyObject_Free (obmalloc.c:920)
1056==24079==    by 0x4CA41A: freechildren (node.c:132)
1057==24079==    by 0x4CA502: PyNode_Free (node.c:130)
1058==24079==    by 0x4AB4C2: PyRun_FileExFlags (pythonrun.c:1386)
1059==24079==    by 0x4AB78F: PyRun_SimpleFileExFlags (pythonrun.c:879)
1060==24079==    by 0x414724: Py_Main (main.c:523)
1061==24079==    by 0x56E6B43: (below main) (in /lib/libc-2.6.1.so)
1062==24079==
1063==24079== 2 errors in context 27 of 35:
1064==24079== Use of uninitialised value of size 8
1065==24079==    at 0x448B70: PyObject_Free (obmalloc.c:920)
1066==24079==    by 0x4CA347: freechildren (node.c:132)
1067==24079==    by 0x4CA502: PyNode_Free (node.c:130)
1068==24079==    by 0x4AB4C2: PyRun_FileExFlags (pythonrun.c:1386)
1069==24079==    by 0x4AB78F: PyRun_SimpleFileExFlags (pythonrun.c:879)
1070==24079==    by 0x414724: Py_Main (main.c:523)
1071==24079==    by 0x56E6B43: (below main) (in /lib/libc-2.6.1.so)
1072==24079==
1073==24079== 2 errors in context 28 of 35:
1074==24079== Use of uninitialised value of size 8
1075==24079==    at 0x4490F5: PyObject_Realloc (obmalloc.c:1134)
1076==24079==    by 0x4C9FE5: PyNode_AddChild (node.c:95)
1077==24079==    by 0x4CA749: PyParser_AddToken (parser.c:126)
1078==24079==    by 0x414B1B: parsetok (parsetok.c:194)
1079==24079==    by 0x4AC111: PyRun_StringFlags (pythonrun.c:1363)
1080==24079==    by 0x487D1B: PyEval_EvalFrameEx (ceval.c:4204)
1081==24079==    by 0x489D5F: PyEval_EvalCodeEx (ceval.c:2831)
1082==24079==    by 0x487F31: PyEval_EvalFrameEx (ceval.c:3660)
1083==24079==    by 0x489D5F: PyEval_EvalCodeEx (ceval.c:2831)
1084==24079==    by 0x487F31: PyEval_EvalFrameEx (ceval.c:3660)
1085==24079==    by 0x488C3D: PyEval_EvalFrameEx (ceval.c:3650)
1086==24079==    by 0x488C3D: PyEval_EvalFrameEx (ceval.c:3650)
1087==24079==
1088==24079== 2 errors in context 29 of 35:
1089==24079== Use of uninitialised value of size 8
1090==24079==    at 0x448B70: PyObject_Free (obmalloc.c:920)
1091==24079==    by 0x456F2B: tupledealloc (tupleobject.c:182)
1092==24079==    by 0x4CCBA2: code_dealloc (codeobject.c:261)
1093==24079==    by 0x4A0942: load_source_module (import.c:960)
1094==24079==    by 0x4A0FA0: import_submodule (import.c:2400)
1095==24079==    by 0x4A1481: load_next (import.c:2220)
1096==24079==    by 0x4A16B0: import_module_level (import.c:2001)
1097==24079==    by 0x4A1B44: PyImport_ImportModuleLevel (import.c:2072)
1098==24079==    by 0x480D88: builtin___import__ (bltinmodule.c:47)
1099==24079==    by 0x417E52: PyObject_Call (abstract.c:1860)
1100==24079==    by 0x481321: PyEval_CallObjectWithKeywords (ceval.c:3433)
1101==24079==    by 0x484353: PyEval_EvalFrameEx (ceval.c:2063)
1102==24079==
1103==24079== 3 errors in context 30 of 35:
1104==24079== Use of uninitialised value of size 8
1105==24079==    at 0x448B70: PyObject_Free (obmalloc.c:920)
1106==24079==    by 0x4CCB01: code_dealloc (codeobject.c:270)
1107==24079==    by 0x4D4522: func_dealloc (funcobject.c:447)
1108==24079==    by 0x441E7C: insertdict (dictobject.c:412)
1109==24079==    by 0x44385D: PyDict_SetItem (dictobject.c:637)
1110==24079==    by 0x44564D: _PyModule_Clear (moduleobject.c:136)
1111==24079==    by 0x49E931: PyImport_Cleanup (import.c:474)
1112==24079==    by 0x4AB1A4: Py_Finalize (pythonrun.c:399)
1113==24079==    by 0x4AACEB: handle_system_exit (pythonrun.c:1618)
1114==24079==    by 0x4AAEE9: PyErr_PrintEx (pythonrun.c:1064)
1115==24079==    by 0x4AB6F6: PyRun_SimpleFileExFlags (pythonrun.c:978)
1116==24079==    by 0x414724: Py_Main (main.c:523)
1117==24079==
1118==24079== 3 errors in context 31 of 35:
1119==24079== Use of uninitialised value of size 8
1120==24079==    at 0x448B70: PyObject_Free (obmalloc.c:920)
1121==24079==    by 0x4CCB1A: code_dealloc (codeobject.c:260)
1122==24079==    by 0x4A0942: load_source_module (import.c:960)
1123==24079==    by 0x4A0FA0: import_submodule (import.c:2400)
1124==24079==    by 0x4A1481: load_next (import.c:2220)
1125==24079==    by 0x4A16B0: import_module_level (import.c:2001)
1126==24079==    by 0x4A1B44: PyImport_ImportModuleLevel (import.c:2072)
1127==24079==    by 0x480D88: builtin___import__ (bltinmodule.c:47)
1128==24079==    by 0x417E52: PyObject_Call (abstract.c:1860)
1129==24079==    by 0x481321: PyEval_CallObjectWithKeywords (ceval.c:3433)
1130==24079==    by 0x484353: PyEval_EvalFrameEx (ceval.c:2063)
1131==24079==    by 0x489D5F: PyEval_EvalCodeEx (ceval.c:2831)
1132==24079==
1133==24079== 3 errors in context 32 of 35:
1134==24079== Use of uninitialised value of size 8
1135==24079==    at 0x448B70: PyObject_Free (obmalloc.c:920)
1136==24079==    by 0x489F9D: compiler_unit_free (compile.c:1080)
1137==24079==    by 0x496CA6: compiler_function (compile.c:1178)
1138==24079==    by 0x492D6B: compiler_class (compile.c:1790)
1139==24079==    by 0x497232: PyAST_Compile (compile.c:1790)
1140==24079==    by 0x4AB4E3: PyRun_FileExFlags (pythonrun.c:1270)
1141==24079==    by 0x4AB78F: PyRun_SimpleFileExFlags (pythonrun.c:879)
1142==24079==    by 0x414724: Py_Main (main.c:523)
1143==24079==    by 0x56E6B43: (below main) (in /lib/libc-2.6.1.so)
1144==24079==
1145==24079== 3 errors in context 33 of 35:
1146==24079== Use of uninitialised value of size 8
1147==24079==    at 0x4490F5: PyObject_Realloc (obmalloc.c:1134)
1148==24079==    by 0x4C9FE5: PyNode_AddChild (node.c:95)
1149==24079==    by 0x4CA904: PyParser_AddToken (parser.c:112)
1150==24079==    by 0x414B1B: parsetok (parsetok.c:194)
1151==24079==    by 0x4AB49A: PyRun_FileExFlags (pythonrun.c:1383)
1152==24079==    by 0x4AB78F: PyRun_SimpleFileExFlags (pythonrun.c:879)
1153==24079==    by 0x414724: Py_Main (main.c:523)
1154==24079==    by 0x56E6B43: (below main) (in /lib/libc-2.6.1.so)
1155==24079==
1156==24079== 3 errors in context 34 of 35:
1157==24079== Use of uninitialised value of size 8
1158==24079==    at 0x448B70: PyObject_Free (obmalloc.c:920)
1159==24079==    by 0x4C9CFA: PyGrammar_AddAccelerators (acceler.c:124)
1160==24079==    by 0x4CAB27: PyParser_New (parser.c:77)
1161==24079==    by 0x4149E0: parsetok (parsetok.c:117)
1162==24079==    by 0x4AC111: PyRun_StringFlags (pythonrun.c:1363)
1163==24079==    by 0x480687: builtin_eval (bltinmodule.c:599)
1164==24079==    by 0x488AF6: PyEval_EvalFrameEx (ceval.c:3564)
1165==24079==    by 0x488C3D: PyEval_EvalFrameEx (ceval.c:3650)
1166==24079==    by 0x489D5F: PyEval_EvalCodeEx (ceval.c:2831)
1167==24079==    by 0x489DA1: PyEval_EvalCode (ceval.c:494)
1168==24079==    by 0x49FFFF: PyImport_ExecCodeModuleEx (import.c:675)
1169==24079==    by 0x4A0924: load_source_module (import.c:959)
1170==24079==
1171==24079== 7 errors in context 35 of 35:
1172==24079== Invalid read of size 8
1173==24079==    at 0x4015B0A: (within /lib/ld-2.6.1.so)
1174==24079==    by 0x400A8F7: (within /lib/ld-2.6.1.so)
1175==24079==    by 0x4006174: (within /lib/ld-2.6.1.so)
1176==24079==    by 0x40085F7: (within /lib/ld-2.6.1.so)
1177==24079==    by 0x4011C98: (within /lib/ld-2.6.1.so)
1178==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
1179==24079==    by 0x401155A: (within /lib/ld-2.6.1.so)
1180==24079==    by 0x5041F8A: (within /lib/libdl-2.6.1.so)
1181==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
1182==24079==    by 0x50424EC: (within /lib/libdl-2.6.1.so)
1183==24079==    by 0x5041EF0: dlopen (in /lib/libdl-2.6.1.so)
1184==24079==    by 0x4B2ABB: _PyImport_GetDynLoadFunc (dynload_shlib.c:134)
1185==24079==  Address 0x5CE7978 is 40 bytes inside a block of size 44 alloc'd
1186==24079==    at 0x4C21C16: malloc (vg_replace_malloc.c:149)
1187==24079==    by 0x40077B3: (within /lib/ld-2.6.1.so)
1188==24079==    by 0x400854E: (within /lib/ld-2.6.1.so)
1189==24079==    by 0x4011C98: (within /lib/ld-2.6.1.so)
1190==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
1191==24079==    by 0x401155A: (within /lib/ld-2.6.1.so)
1192==24079==    by 0x5041F8A: (within /lib/libdl-2.6.1.so)
1193==24079==    by 0x400DA05: (within /lib/ld-2.6.1.so)
1194==24079==    by 0x50424EC: (within /lib/libdl-2.6.1.so)
1195==24079==    by 0x5041EF0: dlopen (in /lib/libdl-2.6.1.so)
1196==24079==    by 0x4B2ABB: _PyImport_GetDynLoadFunc (dynload_shlib.c:134)
1197==24079==    by 0x4A3117: _PyImport_LoadDynamicModule (importdl.c:42)
1198--24079--
1199--24079-- supp:   68 dl-hack3
1200--24079-- supp:    7 ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
1201--24079-- supp:   10 ADDRESS_IN_RANGE/Invalid read of size 4
1202--24079-- supp:   31 ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
1203--24079-- supp:  727 ADDRESS_IN_RANGE/Invalid read of size 4
1204==24079==
1205==24079== IN SUMMARY: 61 errors from 35 contexts (suppressed: 843 from 5)
1206==24079==
1207==24079== malloc/free: in use at exit: 1,519,220 bytes in 523 blocks.
1208==24079== malloc/free: 3,814 allocs, 3,291 frees, 4,857,307 bytes allocated.
1209==24079==
1210==24079== searching for pointers to 523 not-freed blocks.
1211==24079== checked 2,088,208 bytes.
1212==24079==
1213==24079== LEAK SUMMARY:
1214==24079==    definitely lost: 0 bytes in 0 blocks.
1215==24079==      possibly lost: 30,360 bytes in 87 blocks.
1216==24079==    still reachable: 1,488,860 bytes in 436 blocks.
1217==24079==         suppressed: 0 bytes in 0 blocks.
1218==24079== Rerun with --leak-check=full to see details of leaked memory.
1219--24079--  memcheck: sanity checks: 86 cheap, 4 expensive
1220--24079--  memcheck: auxmaps: 0 auxmap entries (0k, 0M) in use
1221--24079--  memcheck: auxmaps: 0 searches, 0 comparisons
1222--24079--  memcheck: SMs: n_issued      = 107 (1712k, 1M)
1223--24079--  memcheck: SMs: n_deissued    = 1 (16k, 0M)
1224--24079--  memcheck: SMs: max_noaccess  = 524287 (8388592k, 8191M)
1225--24079--  memcheck: SMs: max_undefined = 3 (48k, 0M)
1226--24079--  memcheck: SMs: max_defined   = 735 (11760k, 11M)
1227--24079--  memcheck: SMs: max_non_DSM   = 106 (1696k, 1M)
1228--24079--  memcheck: max sec V bit nodes:    6 (0k, 0M)
1229--24079--  memcheck: set_sec_vbits8 calls: 17 (new: 6, updates: 11)
1230--24079--  memcheck: max shadow mem size:   5840k, 5M
1231--24079-- translate:            fast SP updates identified: 12,544 ( 81.7%)
1232--24079-- translate:   generic_known SP updates identified: 2,623 ( 17.0%)
1233--24079-- translate: generic_unknown SP updates identified: 185 (  1.2%)
1234--24079--     tt/tc: 51,388 tt lookups requiring 58,344 probes
1235--24079--     tt/tc: 51,388 fast-cache updates, 2 flushes
1236--24079--  transtab: new        16,764 (413,122 -> 6,954,021; ratio 168:10) [0 scs]
1237--24079--  transtab: dumped     0 (0 -> ??)
1238--24079--  transtab: discarded  0 (0 -> ??)
1239--24079-- scheduler: 8,645,792 jumps (bb entries).
1240--24079-- scheduler: 86/43,057 major/minor sched events.
1241--24079--    sanity: 87 cheap, 4 expensive checks.
1242--24079--    exectx: 30,011 lists, 2,293 contexts (avg 0 per list)
1243--24079--    exectx: 8,000 searches, 5,826 full compares (728 per 1000)
1244--24079--    exectx: 0 cmp2, 7,545 cmp4, 0 cmpAll
1245%