Skip to content

Instantly share code, notes, and snippets.

@vighneshbirodkar
Created November 24, 2015 19:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vighneshbirodkar/6e19d5a7ef2c105ad735 to your computer and use it in GitHub Desktop.
Save vighneshbirodkar/6e19d5a7ef2c105ad735 to your computer and use it in GitHub Desktop.
==4870== Memcheck, a memory error detector
==4870== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
==4870== Using Valgrind-3.10.0.SVN and LibVEX; rerun with -h for copyright info
==4870== Command: python tsne_test.py
==4870==
==4870== Invalid read of size 4
==4870== at 0x57398A: PyObject_GC_Del (in /usr/bin/python2.7)
==4870== by 0x55A056: ??? (in /usr/bin/python2.7)
==4870== by 0x4F7BA5: ??? (in /usr/bin/python2.7)
==4870== by 0x5B1F2C: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== by 0x54111A: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== Address 0x5df3020 is 21 bytes after a block of size 2,731 free'd
==4870== at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x5AAE0A: PyMarshal_ReadLastObjectFromFile (in /usr/bin/python2.7)
==4870== by 0x5AAE3D: ??? (in /usr/bin/python2.7)
==4870== by 0x5B1EC4: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== by 0x54111A: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x5506BE: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x4F7B5E: ??? (in /usr/bin/python2.7)
==4870== by 0x5B1F2C: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== by 0x54111A: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870== Address 0x5e47020 is 1,584 bytes inside a block of size 2,494 free'd
==4870== at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x5AAE0A: PyMarshal_ReadLastObjectFromFile (in /usr/bin/python2.7)
==4870== by 0x5AAE3D: ??? (in /usr/bin/python2.7)
==4870== by 0x5B1EC4: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== by 0x54111A: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x5506BE: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x4F7B5E: ??? (in /usr/bin/python2.7)
==4870== by 0x55A072: ??? (in /usr/bin/python2.7)
==4870== by 0x4F7B81: ??? (in /usr/bin/python2.7)
==4870== by 0x5B1F2C: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== by 0x54111A: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== Address 0x5e36020 is 208 bytes inside a block of size 464 free'd
==4870== at 0x4C2CE8E: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x4F8948: PyList_Append (in /usr/bin/python2.7)
==4870== by 0x523C23: ??? (in /usr/bin/python2.7)
==4870== by 0x523D59: ??? (in /usr/bin/python2.7)
==4870== by 0x523EFF: ??? (in /usr/bin/python2.7)
==4870== by 0x523DF7: ??? (in /usr/bin/python2.7)
==4870== by 0x523ED5: ??? (in /usr/bin/python2.7)
==4870== by 0x5AAD55: PyMarshal_ReadObjectFromString (in /usr/bin/python2.7)
==4870== by 0x5AADFF: PyMarshal_ReadLastObjectFromFile (in /usr/bin/python2.7)
==4870== by 0x5AAE3D: ??? (in /usr/bin/python2.7)
==4870== by 0x5B1EC4: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x57398A: PyObject_GC_Del (in /usr/bin/python2.7)
==4870== by 0x55A056: ??? (in /usr/bin/python2.7)
==4870== by 0x4F7B81: ??? (in /usr/bin/python2.7)
==4870== by 0x5B1F2C: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== by 0x54111A: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== Address 0x5de8020 is 10,512 bytes inside a block of size 11,567 free'd
==4870== at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x5AAE0A: PyMarshal_ReadLastObjectFromFile (in /usr/bin/python2.7)
==4870== by 0x5AAE3D: ??? (in /usr/bin/python2.7)
==4870== by 0x5B1EC4: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== by 0x54111A: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x57398A: PyObject_GC_Del (in /usr/bin/python2.7)
==4870== by 0x4F7C6B: ??? (in /usr/bin/python2.7)
==4870== by 0x5B1F2C: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== by 0x54111A: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870== Address 0x5deb020 is 1,312 bytes inside a block of size 1,384 free'd
==4870== at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x55AD14: ??? (in /usr/bin/python2.7)
==4870== by 0x5AAD78: PyMarshal_ReadObjectFromString (in /usr/bin/python2.7)
==4870== by 0x5AADFF: PyMarshal_ReadLastObjectFromFile (in /usr/bin/python2.7)
==4870== by 0x5AAE3D: ??? (in /usr/bin/python2.7)
==4870== by 0x5B1EC4: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== by 0x54111A: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x5506BE: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x4F7C5D: ??? (in /usr/bin/python2.7)
==4870== by 0x5B1F2C: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== by 0x54111A: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870== Address 0x5f2c020 is 928 bytes inside a block of size 4,784 free'd
==4870== at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x55AD14: ??? (in /usr/bin/python2.7)
==4870== by 0x5AAD78: PyMarshal_ReadObjectFromString (in /usr/bin/python2.7)
==4870== by 0x5AADFF: PyMarshal_ReadLastObjectFromFile (in /usr/bin/python2.7)
==4870== by 0x5AAE3D: ??? (in /usr/bin/python2.7)
==4870== by 0x5B1EC4: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== by 0x54111A: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870==
==4870== Conditional jump or move depends on uninitialised value(s)
==4870== at 0x5506C7: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x5593A4: PyGrammar_AddAccelerators (in /usr/bin/python2.7)
==4870== by 0x559944: PyParser_New (in /usr/bin/python2.7)
==4870== by 0x540092: ??? (in /usr/bin/python2.7)
==4870== by 0x498FD8: PyParser_ASTFromString (in /usr/bin/python2.7)
==4870== by 0x588CCF: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x49AB44: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x499EF1: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870==
==4870== Use of uninitialised value of size 8
==4870== at 0x5506DF: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x5593A4: PyGrammar_AddAccelerators (in /usr/bin/python2.7)
==4870== by 0x559944: PyParser_New (in /usr/bin/python2.7)
==4870== by 0x540092: ??? (in /usr/bin/python2.7)
==4870== by 0x498FD8: PyParser_ASTFromString (in /usr/bin/python2.7)
==4870== by 0x588CCF: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x49AB44: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x499EF1: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x5506BE: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x5593A4: PyGrammar_AddAccelerators (in /usr/bin/python2.7)
==4870== by 0x559944: PyParser_New (in /usr/bin/python2.7)
==4870== by 0x540092: ??? (in /usr/bin/python2.7)
==4870== by 0x498FD8: PyParser_ASTFromString (in /usr/bin/python2.7)
==4870== by 0x588CCF: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x49AB44: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x499EF1: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== Address 0x5f66020 is 160 bytes inside a block of size 676 free'd
==4870== at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x5593A4: PyGrammar_AddAccelerators (in /usr/bin/python2.7)
==4870== by 0x559944: PyParser_New (in /usr/bin/python2.7)
==4870== by 0x540092: ??? (in /usr/bin/python2.7)
==4870== by 0x498FD8: PyParser_ASTFromString (in /usr/bin/python2.7)
==4870== by 0x588CCF: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x49AB44: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x499EF1: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x5573B3: PyObject_Realloc (in /usr/bin/python2.7)
==4870== by 0x53E15C: ??? (in /usr/bin/python2.7)
==4870== by 0x48CBB8: ??? (in /usr/bin/python2.7)
==4870== by 0x472955: ??? (in /usr/bin/python2.7)
==4870== by 0x4749B2: ??? (in /usr/bin/python2.7)
==4870== by 0x572913: PyAST_Compile (in /usr/bin/python2.7)
==4870== by 0x4A152E: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x49AB44: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== Address 0x5fd2020 is not stack'd, malloc'd or (recently) free'd
==4870==
==4870== Invalid read of size 4
==4870== at 0x5506BE: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x55EDD5: ??? (in /usr/bin/python2.7)
==4870== by 0x57261B: PyAST_Compile (in /usr/bin/python2.7)
==4870== by 0x4A152E: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x49AB44: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x499EF1: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x499EF1: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== Address 0x5fd2020 is not stack'd, malloc'd or (recently) free'd
==4870==
==4870== Invalid read of size 4
==4870== at 0x5573B3: PyObject_Realloc (in /usr/bin/python2.7)
==4870== by 0x53E15C: ??? (in /usr/bin/python2.7)
==4870== by 0x48CBB8: ??? (in /usr/bin/python2.7)
==4870== by 0x472A7A: ??? (in /usr/bin/python2.7)
==4870== by 0x472A7A: ??? (in /usr/bin/python2.7)
==4870== by 0x47497B: ??? (in /usr/bin/python2.7)
==4870== by 0x572913: PyAST_Compile (in /usr/bin/python2.7)
==4870== by 0x4A152E: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x49AB44: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== Address 0x5fe5020 is 400 bytes inside a block of size 768 free'd
==4870== at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x55A614: ??? (in /usr/bin/python2.7)
==4870== by 0x4953C7: ??? (in /usr/bin/python2.7)
==4870== by 0x48977F: PySymtable_Build (in /usr/bin/python2.7)
==4870== by 0x572A76: PyAST_Compile (in /usr/bin/python2.7)
==4870== by 0x4A152E: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x49AB44: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x5506BE: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x4F7B5E: ??? (in /usr/bin/python2.7)
==4870== by 0x5B1F2C: ??? (in /usr/bin/python2.7)
==4870== by 0x44D4D1: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== by 0x54126A: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== Address 0x6908020 is 19,552 bytes inside a block of size 20,198 free'd
==4870== at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x5AAE0A: PyMarshal_ReadLastObjectFromFile (in /usr/bin/python2.7)
==4870== by 0x5AAE3D: ??? (in /usr/bin/python2.7)
==4870== by 0x5B1EC4: ??? (in /usr/bin/python2.7)
==4870== by 0x44D4D1: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== by 0x54126A: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870==
==4870== Conditional jump or move depends on uninitialised value(s)
==4870== at 0x5573BC: PyObject_Realloc (in /usr/bin/python2.7)
==4870== by 0x5B1208: _PyObject_GC_Resize (in /usr/bin/python2.7)
==4870== by 0x4C8242: PyFrame_New (in /usr/bin/python2.7)
==4870== by 0x499E10: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x499EF1: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x499EF1: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x499EF1: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x49AB44: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870==
==4870== Use of uninitialised value of size 8
==4870== at 0x5573D1: PyObject_Realloc (in /usr/bin/python2.7)
==4870== by 0x5B1208: _PyObject_GC_Resize (in /usr/bin/python2.7)
==4870== by 0x4C8242: PyFrame_New (in /usr/bin/python2.7)
==4870== by 0x499E10: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x499EF1: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x499EF1: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x499EF1: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x49AB44: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x5573B3: PyObject_Realloc (in /usr/bin/python2.7)
==4870== by 0x5B1208: _PyObject_GC_Resize (in /usr/bin/python2.7)
==4870== by 0x4C8242: PyFrame_New (in /usr/bin/python2.7)
==4870== by 0x499E10: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x499EF1: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x499EF1: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x499EF1: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x49AB44: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== Address 0x69e1020 is 0 bytes inside a block of size 32 free'd
==4870== at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x55AD14: ??? (in /usr/bin/python2.7)
==4870== by 0x555B1B: ??? (in /usr/bin/python2.7)
==4870== by 0x55BB92: ??? (in /usr/bin/python2.7)
==4870== by 0x4A092F: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x499EF1: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870==
==4870== Conditional jump or move depends on uninitialised value(s)
==4870== at 0x573995: PyObject_GC_Del (in /usr/bin/python2.7)
==4870== by 0x4F7C6B: ??? (in /usr/bin/python2.7)
==4870== by 0x55A072: ??? (in /usr/bin/python2.7)
==4870== by 0x4F7B81: ??? (in /usr/bin/python2.7)
==4870== by 0x5B1F2C: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x487194: ??? (in /usr/bin/python2.7)
==4870== by 0x5411C0: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870==
==4870== Use of uninitialised value of size 8
==4870== at 0x5739AD: PyObject_GC_Del (in /usr/bin/python2.7)
==4870== by 0x4F7C6B: ??? (in /usr/bin/python2.7)
==4870== by 0x55A072: ??? (in /usr/bin/python2.7)
==4870== by 0x4F7B81: ??? (in /usr/bin/python2.7)
==4870== by 0x5B1F2C: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x487194: ??? (in /usr/bin/python2.7)
==4870== by 0x5411C0: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870==
==4870== Conditional jump or move depends on uninitialised value(s)
==4870== at 0x5573BC: PyObject_Realloc (in /usr/bin/python2.7)
==4870== by 0x5B1208: _PyObject_GC_Resize (in /usr/bin/python2.7)
==4870== by 0x4C8242: PyFrame_New (in /usr/bin/python2.7)
==4870== by 0x4A069A: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870== by 0x5B1F0E: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x487194: ??? (in /usr/bin/python2.7)
==4870== by 0x5411C0: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870==
==4870== Use of uninitialised value of size 8
==4870== at 0x5573D1: PyObject_Realloc (in /usr/bin/python2.7)
==4870== by 0x5B1208: _PyObject_GC_Resize (in /usr/bin/python2.7)
==4870== by 0x4C8242: PyFrame_New (in /usr/bin/python2.7)
==4870== by 0x4A069A: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870== by 0x5B1F0E: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x487194: ??? (in /usr/bin/python2.7)
==4870== by 0x5411C0: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x52DC2F: ??? (in /usr/bin/python2.7)
==4870== by 0x4CE11D: ??? (in /usr/bin/python2.7)
==4870== by 0x4CEBC8: ??? (in /usr/bin/python2.7)
==4870== by 0x49EC75: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870== by 0x5B1F0E: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x487194: ??? (in /usr/bin/python2.7)
==4870== Address 0x10975020 is not stack'd, malloc'd or (recently) free'd
==4870==
==4870== Invalid read of size 4
==4870== at 0x52CEFB: _PyString_Resize (in /usr/bin/python2.7)
==4870== by 0x4CEBEB: ??? (in /usr/bin/python2.7)
==4870== by 0x49EC75: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870== by 0x5B1F0E: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x487194: ??? (in /usr/bin/python2.7)
==4870== by 0x5411C0: ??? (in /usr/bin/python2.7)
==4870== Address 0x10975020 is not stack'd, malloc'd or (recently) free'd
==4870==
==4870== Conditional jump or move depends on uninitialised value(s)
==4870== at 0x557A39: ??? (in /usr/bin/python2.7)
==4870== by 0x558237: PyNode_AddChild (in /usr/bin/python2.7)
==4870== by 0x5588BE: PyParser_AddToken (in /usr/bin/python2.7)
==4870== by 0x540120: ??? (in /usr/bin/python2.7)
==4870== by 0x498FD8: PyParser_ASTFromString (in /usr/bin/python2.7)
==4870== by 0x588CCF: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870==
==4870== Use of uninitialised value of size 8
==4870== at 0x557A4E: ??? (in /usr/bin/python2.7)
==4870== by 0x558237: PyNode_AddChild (in /usr/bin/python2.7)
==4870== by 0x5588BE: PyParser_AddToken (in /usr/bin/python2.7)
==4870== by 0x540120: ??? (in /usr/bin/python2.7)
==4870== by 0x498FD8: PyParser_ASTFromString (in /usr/bin/python2.7)
==4870== by 0x588CCF: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x5506BE: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x5784E6: ??? (in /usr/bin/python2.7)
==4870== by 0x498EDB: PyParser_ASTFromString (in /usr/bin/python2.7)
==4870== by 0x588CCF: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870== by 0x5B1F0E: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== Address 0x10983020 is 240 bytes inside a block of size 640 free'd
==4870== at 0x4C2CE8E: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x558237: PyNode_AddChild (in /usr/bin/python2.7)
==4870== by 0x5588BE: PyParser_AddToken (in /usr/bin/python2.7)
==4870== by 0x540120: ??? (in /usr/bin/python2.7)
==4870== by 0x498FD8: PyParser_ASTFromString (in /usr/bin/python2.7)
==4870== by 0x588CCF: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x5506BE: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x55EDD5: ??? (in /usr/bin/python2.7)
==4870== by 0x473C42: ??? (in /usr/bin/python2.7)
==4870== by 0x474A24: ??? (in /usr/bin/python2.7)
==4870== by 0x579412: ??? (in /usr/bin/python2.7)
==4870== by 0x474A7E: ??? (in /usr/bin/python2.7)
==4870== by 0x572913: PyAST_Compile (in /usr/bin/python2.7)
==4870== by 0x4A152E: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== Address 0x1098a020 is 16 bytes before a block of size 24 free'd
==4870== at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x55AD14: ??? (in /usr/bin/python2.7)
==4870== by 0x470914: ??? (in /usr/bin/python2.7)
==4870== by 0x471272: ??? (in /usr/bin/python2.7)
==4870== by 0x473A25: ??? (in /usr/bin/python2.7)
==4870== by 0x474A24: ??? (in /usr/bin/python2.7)
==4870== by 0x579412: ??? (in /usr/bin/python2.7)
==4870== by 0x474A7E: ??? (in /usr/bin/python2.7)
==4870== by 0x572913: PyAST_Compile (in /usr/bin/python2.7)
==4870== by 0x4A152E: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x5573B3: PyObject_Realloc (in /usr/bin/python2.7)
==4870== by 0x527E79: ??? (in /usr/bin/python2.7)
==4870== by 0x473C7F: ??? (in /usr/bin/python2.7)
==4870== by 0x474A24: ??? (in /usr/bin/python2.7)
==4870== by 0x579412: ??? (in /usr/bin/python2.7)
==4870== by 0x474A7E: ??? (in /usr/bin/python2.7)
==4870== by 0x572913: PyAST_Compile (in /usr/bin/python2.7)
==4870== by 0x4A152E: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== Address 0x10988020 is 480 bytes inside a block of size 768 free'd
==4870== at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x55A614: ??? (in /usr/bin/python2.7)
==4870== by 0x4953E5: ??? (in /usr/bin/python2.7)
==4870== by 0x495928: ??? (in /usr/bin/python2.7)
==4870== by 0x495928: ??? (in /usr/bin/python2.7)
==4870== by 0x48977F: PySymtable_Build (in /usr/bin/python2.7)
==4870== by 0x572A76: PyAST_Compile (in /usr/bin/python2.7)
==4870== by 0x4A152E: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x5573B3: PyObject_Realloc (in /usr/bin/python2.7)
==4870== by 0x53E15C: ??? (in /usr/bin/python2.7)
==4870== by 0x48CBB8: ??? (in /usr/bin/python2.7)
==4870== by 0x4749B2: ??? (in /usr/bin/python2.7)
==4870== by 0x579412: ??? (in /usr/bin/python2.7)
==4870== by 0x474A7E: ??? (in /usr/bin/python2.7)
==4870== by 0x572913: PyAST_Compile (in /usr/bin/python2.7)
==4870== by 0x4A152E: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== Address 0x1098a020 is 16 bytes before a block of size 24 free'd
==4870== at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x55AD14: ??? (in /usr/bin/python2.7)
==4870== by 0x470914: ??? (in /usr/bin/python2.7)
==4870== by 0x471272: ??? (in /usr/bin/python2.7)
==4870== by 0x473A25: ??? (in /usr/bin/python2.7)
==4870== by 0x474A24: ??? (in /usr/bin/python2.7)
==4870== by 0x579412: ??? (in /usr/bin/python2.7)
==4870== by 0x474A7E: ??? (in /usr/bin/python2.7)
==4870== by 0x572913: PyAST_Compile (in /usr/bin/python2.7)
==4870== by 0x4A152E: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x5506BE: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x55EDD5: ??? (in /usr/bin/python2.7)
==4870== by 0x5B8242: ??? (in /usr/bin/python2.7)
==4870== by 0x57945C: ??? (in /usr/bin/python2.7)
==4870== by 0x474A7E: ??? (in /usr/bin/python2.7)
==4870== by 0x572913: PyAST_Compile (in /usr/bin/python2.7)
==4870== by 0x4A152E: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== Address 0x1098b020 is 560 bytes inside a block of size 1,536 free'd
==4870== at 0x4C2CE8E: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x53E15C: ??? (in /usr/bin/python2.7)
==4870== by 0x48CBB8: ??? (in /usr/bin/python2.7)
==4870== by 0x4749B2: ??? (in /usr/bin/python2.7)
==4870== by 0x579412: ??? (in /usr/bin/python2.7)
==4870== by 0x474A7E: ??? (in /usr/bin/python2.7)
==4870== by 0x572913: PyAST_Compile (in /usr/bin/python2.7)
==4870== by 0x4A152E: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x5506BE: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x55BB61: ??? (in /usr/bin/python2.7)
==4870== by 0x4A092F: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870== by 0x5B1F0E: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x487194: ??? (in /usr/bin/python2.7)
==4870== by 0x5411C0: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== Address 0x10976020 is 592 bytes inside a block of size 1,830 free'd
==4870== at 0x4C2CE8E: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x52D088: _PyString_Resize (in /usr/bin/python2.7)
==4870== by 0x4CEBEB: ??? (in /usr/bin/python2.7)
==4870== by 0x49EC75: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870== by 0x5B1F0E: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x487194: ??? (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x57398A: PyObject_GC_Del (in /usr/bin/python2.7)
==4870== by 0x55A056: ??? (in /usr/bin/python2.7)
==4870== by 0x4F7B81: ??? (in /usr/bin/python2.7)
==4870== by 0x55A072: ??? (in /usr/bin/python2.7)
==4870== by 0x4F7B81: ??? (in /usr/bin/python2.7)
==4870== by 0x5B1F2C: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== by 0x54126A: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== Address 0x109a2020 is 16 bytes after a block of size 128 free'd
==4870== at 0x4C2CE8E: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x4F8948: PyList_Append (in /usr/bin/python2.7)
==4870== by 0x523C23: ??? (in /usr/bin/python2.7)
==4870== by 0x523D00: ??? (in /usr/bin/python2.7)
==4870== by 0x523EFF: ??? (in /usr/bin/python2.7)
==4870== by 0x523DF7: ??? (in /usr/bin/python2.7)
==4870== by 0x523ED5: ??? (in /usr/bin/python2.7)
==4870== by 0x5AAD55: PyMarshal_ReadObjectFromString (in /usr/bin/python2.7)
==4870== by 0x5AADFF: PyMarshal_ReadLastObjectFromFile (in /usr/bin/python2.7)
==4870== by 0x5AAE3D: ??? (in /usr/bin/python2.7)
==4870== by 0x5B1EC4: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x57398A: PyObject_GC_Del (in /usr/bin/python2.7)
==4870== by 0x55A056: ??? (in /usr/bin/python2.7)
==4870== by 0x4F7BA5: ??? (in /usr/bin/python2.7)
==4870== by 0x55A072: ??? (in /usr/bin/python2.7)
==4870== by 0x4F7B81: ??? (in /usr/bin/python2.7)
==4870== by 0x5B1F2C: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== by 0x54126A: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== Address 0x10a68020 is 2,448 bytes inside a block of size 2,472 free'd
==4870== at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x55AD14: ??? (in /usr/bin/python2.7)
==4870== by 0x5AAD78: PyMarshal_ReadObjectFromString (in /usr/bin/python2.7)
==4870== by 0x5AADFF: PyMarshal_ReadLastObjectFromFile (in /usr/bin/python2.7)
==4870== by 0x5AAE3D: ??? (in /usr/bin/python2.7)
==4870== by 0x5B1EC4: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== by 0x54126A: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x57398A: PyObject_GC_Del (in /usr/bin/python2.7)
==4870== by 0x4F7C6B: ??? (in /usr/bin/python2.7)
==4870== by 0x55A072: ??? (in /usr/bin/python2.7)
==4870== by 0x4F7B81: ??? (in /usr/bin/python2.7)
==4870== by 0x5B1F2C: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== by 0x54126A: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== Address 0x69e6020 is 2,000 bytes inside a block of size 2,048 free'd
==4870== at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x55AD14: ??? (in /usr/bin/python2.7)
==4870== by 0x55BB36: ??? (in /usr/bin/python2.7)
==4870== by 0x499F0A: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x499EF1: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x499EF1: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x499EF1: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x499EF1: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870==
==4870== Conditional jump or move depends on uninitialised value(s)
==4870== at 0x5506C7: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x4F7B5E: ??? (in /usr/bin/python2.7)
==4870== by 0x5B1F2C: ??? (in /usr/bin/python2.7)
==4870== by 0x44D4D1: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== by 0x54150F: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870==
==4870== Use of uninitialised value of size 8
==4870== at 0x5506DF: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x4F7B5E: ??? (in /usr/bin/python2.7)
==4870== by 0x5B1F2C: ??? (in /usr/bin/python2.7)
==4870== by 0x44D4D1: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== by 0x54150F: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x5506BE: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x55A072: ??? (in /usr/bin/python2.7)
==4870== by 0x4F7B81: ??? (in /usr/bin/python2.7)
==4870== by 0x5B1F2C: ??? (in /usr/bin/python2.7)
==4870== by 0x44D4D1: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== by 0x54150F: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== Address 0x11500020 is 2,560 bytes inside a block of size 2,565 free'd
==4870== at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x5AAE0A: PyMarshal_ReadLastObjectFromFile (in /usr/bin/python2.7)
==4870== by 0x5AAE3D: ??? (in /usr/bin/python2.7)
==4870== by 0x5B1EC4: ??? (in /usr/bin/python2.7)
==4870== by 0x44D4D1: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== by 0x54150F: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x5506BE: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x55A072: ??? (in /usr/bin/python2.7)
==4870== by 0x4996D9: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870== by 0x5B1F0E: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x487194: ??? (in /usr/bin/python2.7)
==4870== by 0x5411C0: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== Address 0x116ef020 is 1,024 bytes inside a block of size 1,156 free'd
==4870== at 0x4C2CE8E: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x52D088: _PyString_Resize (in /usr/bin/python2.7)
==4870== by 0x4CEBEB: ??? (in /usr/bin/python2.7)
==4870== by 0x49EC75: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870== by 0x5B1F0E: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x487194: ??? (in /usr/bin/python2.7)
==4870== by 0x5411C0: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870==
==4870== Conditional jump or move depends on uninitialised value(s)
==4870== at 0x5506C7: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x4F7B5E: ??? (in /usr/bin/python2.7)
==4870== by 0x5B1F2C: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x487194: ??? (in /usr/bin/python2.7)
==4870== by 0x5411C0: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870==
==4870== Use of uninitialised value of size 8
==4870== at 0x5506DF: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x4F7B5E: ??? (in /usr/bin/python2.7)
==4870== by 0x5B1F2C: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x487194: ??? (in /usr/bin/python2.7)
==4870== by 0x5411C0: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x57398A: PyObject_GC_Del (in /usr/bin/python2.7)
==4870== by 0x5369CD: ??? (in /usr/bin/python2.7)
==4870== by 0x5373E7: _PyObject_GC_Malloc (in /usr/bin/python2.7)
==4870== by 0x52B59C: PyTuple_New (in /usr/bin/python2.7)
==4870== by 0x523CDE: ??? (in /usr/bin/python2.7)
==4870== by 0x523ED5: ??? (in /usr/bin/python2.7)
==4870== by 0x523DF7: ??? (in /usr/bin/python2.7)
==4870== by 0x523ED5: ??? (in /usr/bin/python2.7)
==4870== by 0x523DF7: ??? (in /usr/bin/python2.7)
==4870== by 0x523ED5: ??? (in /usr/bin/python2.7)
==4870== by 0x5AAD55: PyMarshal_ReadObjectFromString (in /usr/bin/python2.7)
==4870== by 0x5AADFF: PyMarshal_ReadLastObjectFromFile (in /usr/bin/python2.7)
==4870== Address 0x1c1c1020 is 3,824 bytes inside a block of size 4,097 free'd
==4870== at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x541241: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1C99: ??? (in /usr/bin/python2.7)
==4870== by 0x4DFE93: ??? (in /usr/bin/python2.7)
==4870== by 0x505F95: PyObject_Call (in /usr/bin/python2.7)
==4870== by 0x4DDDAC: ??? (in /usr/bin/python2.7)
==4870== by 0x499BE4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x49AB44: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x52CEFB: _PyString_Resize (in /usr/bin/python2.7)
==4870== by 0x52AA38: PyString_FromFormatV (in /usr/bin/python2.7)
==4870== by 0x531C38: PyString_FromFormat (in /usr/bin/python2.7)
==4870== by 0x10239871: ufunc_get_doc (ufunc_object.c:5504)
==4870== by 0x503CBB: ??? (in /usr/bin/python2.7)
==4870== by 0x4876FB: ??? (in /usr/bin/python2.7)
==4870== by 0x49968C: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1C99: ??? (in /usr/bin/python2.7)
==4870== by 0x4DFE93: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x4B99A8: PyInstance_New (in /usr/bin/python2.7)
==4870== by 0x499BE4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== Address 0x1c243020 is 736 bytes inside a block of size 1,102 free'd
==4870== at 0x4C2CE8E: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x52D088: _PyString_Resize (in /usr/bin/python2.7)
==4870== by 0x52AA38: PyString_FromFormatV (in /usr/bin/python2.7)
==4870== by 0x531C38: PyString_FromFormat (in /usr/bin/python2.7)
==4870== by 0x10239871: ufunc_get_doc (ufunc_object.c:5504)
==4870== by 0x503CBB: ??? (in /usr/bin/python2.7)
==4870== by 0x4876FB: ??? (in /usr/bin/python2.7)
==4870== by 0x49968C: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1C99: ??? (in /usr/bin/python2.7)
==4870== by 0x4DFE93: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x4B99A8: PyInstance_New (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x5506BE: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x55A656: ??? (in /usr/bin/python2.7)
==4870== by 0x4B8469: ??? (in /usr/bin/python2.7)
==4870== by 0x507EAF: PyDict_SetItem (in /usr/bin/python2.7)
==4870== by 0x49B52B: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870== by 0x5B1F0E: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x487194: ??? (in /usr/bin/python2.7)
==4870== by 0x5411C0: ??? (in /usr/bin/python2.7)
==4870== Address 0x1c243020 is 736 bytes inside a block of size 1,102 free'd
==4870== at 0x4C2CE8E: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x52D088: _PyString_Resize (in /usr/bin/python2.7)
==4870== by 0x52AA38: PyString_FromFormatV (in /usr/bin/python2.7)
==4870== by 0x531C38: PyString_FromFormat (in /usr/bin/python2.7)
==4870== by 0x10239871: ufunc_get_doc (ufunc_object.c:5504)
==4870== by 0x503CBB: ??? (in /usr/bin/python2.7)
==4870== by 0x4876FB: ??? (in /usr/bin/python2.7)
==4870== by 0x49968C: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1C99: ??? (in /usr/bin/python2.7)
==4870== by 0x4DFE93: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x4B99A8: PyInstance_New (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x52CEFB: _PyString_Resize (in /usr/bin/python2.7)
==4870== by 0x49669C: PyString_Format (in /usr/bin/python2.7)
==4870== by 0x49AE1F: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x49AB44: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1C99: ??? (in /usr/bin/python2.7)
==4870== by 0x4DFE93: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x4B99A8: PyInstance_New (in /usr/bin/python2.7)
==4870== by 0x499BE4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== Address 0x1c270020 is not stack'd, malloc'd or (recently) free'd
==4870==
==4870== Invalid read of size 4
==4870== at 0x57398A: PyObject_GC_Del (in /usr/bin/python2.7)
==4870== by 0x5369CD: ??? (in /usr/bin/python2.7)
==4870== by 0x537826: _PyObject_GC_New (in /usr/bin/python2.7)
==4870== by 0x4BA696: Py_InitModule4_64 (in /usr/bin/python2.7)
==4870== by 0x1CDF6430: init_sparsetools (sparsetools.cxx:596)
==4870== by 0x42266B: _PyImport_LoadDynamicModule (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== by 0x54126A: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== Address 0x1c3a3020 is 80 bytes inside a block of size 568 free'd
==4870== at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x50C34CC: __fopen_internal (iofopen.c:94)
==4870== by 0x4D4ECF: ??? (in /usr/bin/python2.7)
==4870== by 0x540921: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== by 0x54111A: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x57398A: PyObject_GC_Del (in /usr/bin/python2.7)
==4870== by 0x4F7C6B: ??? (in /usr/bin/python2.7)
==4870== by 0x5B1F2C: ??? (in /usr/bin/python2.7)
==4870== by 0x44D4D1: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== by 0x54126A: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== Address 0x1cab2020 is not stack'd, malloc'd or (recently) free'd
==4870==
==4870== Conditional jump or move depends on uninitialised value(s)
==4870== at 0x573995: PyObject_GC_Del (in /usr/bin/python2.7)
==4870== by 0x4F7C6B: ??? (in /usr/bin/python2.7)
==4870== by 0x5B1F2C: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== by 0x54111A: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870==
==4870== Use of uninitialised value of size 8
==4870== at 0x5739AD: PyObject_GC_Del (in /usr/bin/python2.7)
==4870== by 0x4F7C6B: ??? (in /usr/bin/python2.7)
==4870== by 0x5B1F2C: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== by 0x54111A: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870==
==4870== Conditional jump or move depends on uninitialised value(s)
==4870== at 0x557A39: ??? (in /usr/bin/python2.7)
==4870== by 0x55883C: PyParser_AddToken (in /usr/bin/python2.7)
==4870== by 0x540120: ??? (in /usr/bin/python2.7)
==4870== by 0x498FD8: PyParser_ASTFromString (in /usr/bin/python2.7)
==4870== by 0x588CCF: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870== by 0x5B1F0E: ??? (in /usr/bin/python2.7)
==4870==
==4870== Use of uninitialised value of size 8
==4870== at 0x557A4E: ??? (in /usr/bin/python2.7)
==4870== by 0x55883C: PyParser_AddToken (in /usr/bin/python2.7)
==4870== by 0x540120: ??? (in /usr/bin/python2.7)
==4870== by 0x498FD8: PyParser_ASTFromString (in /usr/bin/python2.7)
==4870== by 0x588CCF: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870== by 0x5B1F0E: ??? (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x5573B3: PyObject_Realloc (in /usr/bin/python2.7)
==4870== by 0x527EDF: ??? (in /usr/bin/python2.7)
==4870== by 0x473C7F: ??? (in /usr/bin/python2.7)
==4870== by 0x474A24: ??? (in /usr/bin/python2.7)
==4870== by 0x579412: ??? (in /usr/bin/python2.7)
==4870== by 0x474A7E: ??? (in /usr/bin/python2.7)
==4870== by 0x572913: PyAST_Compile (in /usr/bin/python2.7)
==4870== by 0x4A152E: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== Address 0x1cd19020 is 0 bytes after a block of size 48 free'd
==4870== at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x55AD14: ??? (in /usr/bin/python2.7)
==4870== by 0x470914: ??? (in /usr/bin/python2.7)
==4870== by 0x471272: ??? (in /usr/bin/python2.7)
==4870== by 0x473A25: ??? (in /usr/bin/python2.7)
==4870== by 0x474A24: ??? (in /usr/bin/python2.7)
==4870== by 0x579412: ??? (in /usr/bin/python2.7)
==4870== by 0x474A7E: ??? (in /usr/bin/python2.7)
==4870== by 0x572913: PyAST_Compile (in /usr/bin/python2.7)
==4870== by 0x4A152E: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x5573B3: PyObject_Realloc (in /usr/bin/python2.7)
==4870== by 0x53E15C: ??? (in /usr/bin/python2.7)
==4870== by 0x4732DA: ??? (in /usr/bin/python2.7)
==4870== by 0x47497B: ??? (in /usr/bin/python2.7)
==4870== by 0x579412: ??? (in /usr/bin/python2.7)
==4870== by 0x474A7E: ??? (in /usr/bin/python2.7)
==4870== by 0x572913: PyAST_Compile (in /usr/bin/python2.7)
==4870== by 0x4A152E: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== Address 0x1cd1b020 is 464 bytes inside a block of size 768 free'd
==4870== at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x55A614: ??? (in /usr/bin/python2.7)
==4870== by 0x55EEE3: ??? (in /usr/bin/python2.7)
==4870== by 0x473C42: ??? (in /usr/bin/python2.7)
==4870== by 0x474A24: ??? (in /usr/bin/python2.7)
==4870== by 0x579412: ??? (in /usr/bin/python2.7)
==4870== by 0x474A7E: ??? (in /usr/bin/python2.7)
==4870== by 0x572913: PyAST_Compile (in /usr/bin/python2.7)
==4870== by 0x4A152E: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x57398A: PyObject_GC_Del (in /usr/bin/python2.7)
==4870== by 0x4F7C6B: ??? (in /usr/bin/python2.7)
==4870== by 0x4A1665: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870== by 0x5B1F0E: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== Address 0x1cc85020 is not stack'd, malloc'd or (recently) free'd
==4870==
==4870== Invalid read of size 4
==4870== at 0x5573B3: PyObject_Realloc (in /usr/bin/python2.7)
==4870== by 0x53E15C: ??? (in /usr/bin/python2.7)
==4870== by 0x48CBB8: ??? (in /usr/bin/python2.7)
==4870== by 0x474A24: ??? (in /usr/bin/python2.7)
==4870== by 0x579412: ??? (in /usr/bin/python2.7)
==4870== by 0x474A7E: ??? (in /usr/bin/python2.7)
==4870== by 0x572913: PyAST_Compile (in /usr/bin/python2.7)
==4870== by 0x4A152E: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== Address 0x1e58a020 is 160 bytes inside a block of size 768 free'd
==4870== at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x55A614: ??? (in /usr/bin/python2.7)
==4870== by 0x55EF22: ??? (in /usr/bin/python2.7)
==4870== by 0x473C42: ??? (in /usr/bin/python2.7)
==4870== by 0x474A24: ??? (in /usr/bin/python2.7)
==4870== by 0x579412: ??? (in /usr/bin/python2.7)
==4870== by 0x474A7E: ??? (in /usr/bin/python2.7)
==4870== by 0x572913: PyAST_Compile (in /usr/bin/python2.7)
==4870== by 0x4A152E: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x5573B3: PyObject_Realloc (in /usr/bin/python2.7)
==4870== by 0x53E15C: ??? (in /usr/bin/python2.7)
==4870== by 0x47291C: ??? (in /usr/bin/python2.7)
==4870== by 0x473262: ??? (in /usr/bin/python2.7)
==4870== by 0x47497B: ??? (in /usr/bin/python2.7)
==4870== by 0x579412: ??? (in /usr/bin/python2.7)
==4870== by 0x474A7E: ??? (in /usr/bin/python2.7)
==4870== by 0x572913: PyAST_Compile (in /usr/bin/python2.7)
==4870== by 0x4A152E: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== Address 0x1e58c020 is 400 bytes inside a block of size 768 free'd
==4870== at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x55EDD5: ??? (in /usr/bin/python2.7)
==4870== by 0x473C42: ??? (in /usr/bin/python2.7)
==4870== by 0x474A24: ??? (in /usr/bin/python2.7)
==4870== by 0x579412: ??? (in /usr/bin/python2.7)
==4870== by 0x474A7E: ??? (in /usr/bin/python2.7)
==4870== by 0x572913: PyAST_Compile (in /usr/bin/python2.7)
==4870== by 0x4A152E: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x5506BE: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x55A072: ??? (in /usr/bin/python2.7)
==4870== by 0x4F7B81: ??? (in /usr/bin/python2.7)
==4870== by 0x55A072: ??? (in /usr/bin/python2.7)
==4870== by 0x4F7B81: ??? (in /usr/bin/python2.7)
==4870== by 0x5B1F2C: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== by 0x54154D: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== Address 0x1e6a8020 is 512 bytes inside a block of size 576 free'd
==4870== at 0x4C2CE8E: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x4F8948: PyList_Append (in /usr/bin/python2.7)
==4870== by 0x523C23: ??? (in /usr/bin/python2.7)
==4870== by 0x523DF7: ??? (in /usr/bin/python2.7)
==4870== by 0x523EEB: ??? (in /usr/bin/python2.7)
==4870== by 0x523DF7: ??? (in /usr/bin/python2.7)
==4870== by 0x523ED5: ??? (in /usr/bin/python2.7)
==4870== by 0x5AAD55: PyMarshal_ReadObjectFromString (in /usr/bin/python2.7)
==4870== by 0x5AADFF: PyMarshal_ReadLastObjectFromFile (in /usr/bin/python2.7)
==4870== by 0x5AAE3D: ??? (in /usr/bin/python2.7)
==4870== by 0x5B1EC4: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x5506BE: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x6D02C2F: NpyIter_Deallocate (nditer_constr.c:699)
==4870== by 0x6CE656B: arraymapiter_dealloc (mapping.c:3298)
==4870== by 0x6CEA9A1: array_subscript (mapping.c:1641)
==4870== by 0x49A973: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1C99: ??? (in /usr/bin/python2.7)
==4870== by 0x4DFE93: ??? (in /usr/bin/python2.7)
==4870== by 0x505F95: PyObject_Call (in /usr/bin/python2.7)
==4870== by 0x4DE419: ??? (in /usr/bin/python2.7)
==4870== by 0x5039EA: ??? (in /usr/bin/python2.7)
==4870== by 0x499BE4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1C99: ??? (in /usr/bin/python2.7)
==4870== Address 0x6839020 is 144 bytes inside a block of size 1,008 free'd
==4870== at 0x4C2CE8E: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x4F8948: PyList_Append (in /usr/bin/python2.7)
==4870== by 0x499CAB: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870== by 0x5B1F0E: ??? (in /usr/bin/python2.7)
==4870== by 0x44D4D1: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== by 0x54150F: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870==
==4870== Conditional jump or move depends on uninitialised value(s)
==4870== at 0x557A39: ??? (in /usr/bin/python2.7)
==4870== by 0x55883C: PyParser_AddToken (in /usr/bin/python2.7)
==4870== by 0x540120: ??? (in /usr/bin/python2.7)
==4870== by 0x499134: PyParser_ASTFromString (in /usr/bin/python2.7)
==4870== by 0x588EEB: Py_CompileStringFlags (in /usr/bin/python2.7)
==4870== by 0x58972C: ??? (in /usr/bin/python2.7)
==4870== by 0x49968C: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1C99: ??? (in /usr/bin/python2.7)
==4870== by 0x505F95: PyObject_Call (in /usr/bin/python2.7)
==4870== by 0x49B079: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870==
==4870== Use of uninitialised value of size 8
==4870== at 0x557A4E: ??? (in /usr/bin/python2.7)
==4870== by 0x55883C: PyParser_AddToken (in /usr/bin/python2.7)
==4870== by 0x540120: ??? (in /usr/bin/python2.7)
==4870== by 0x499134: PyParser_ASTFromString (in /usr/bin/python2.7)
==4870== by 0x588EEB: Py_CompileStringFlags (in /usr/bin/python2.7)
==4870== by 0x58972C: ??? (in /usr/bin/python2.7)
==4870== by 0x49968C: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1C99: ??? (in /usr/bin/python2.7)
==4870== by 0x505F95: PyObject_Call (in /usr/bin/python2.7)
==4870== by 0x49B079: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x5506BE: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x57858B: ??? (in /usr/bin/python2.7)
==4870== by 0x57863A: ??? (in /usr/bin/python2.7)
==4870== by 0x57863A: ??? (in /usr/bin/python2.7)
==4870== by 0x498EDB: PyParser_ASTFromString (in /usr/bin/python2.7)
==4870== by 0x588EEB: Py_CompileStringFlags (in /usr/bin/python2.7)
==4870== by 0x58972C: ??? (in /usr/bin/python2.7)
==4870== by 0x49968C: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1C99: ??? (in /usr/bin/python2.7)
==4870== by 0x505F95: PyObject_Call (in /usr/bin/python2.7)
==4870== by 0x49B079: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== Address 0x5f29020 is 16 bytes before a block of size 800 alloc'd
==4870== at 0x4C2CE8E: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x55883C: PyParser_AddToken (in /usr/bin/python2.7)
==4870== by 0x540120: ??? (in /usr/bin/python2.7)
==4870== by 0x499134: PyParser_ASTFromString (in /usr/bin/python2.7)
==4870== by 0x588EEB: Py_CompileStringFlags (in /usr/bin/python2.7)
==4870== by 0x58972C: ??? (in /usr/bin/python2.7)
==4870== by 0x49968C: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1C99: ??? (in /usr/bin/python2.7)
==4870== by 0x505F95: PyObject_Call (in /usr/bin/python2.7)
==4870== by 0x49B079: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870==
==4870== Conditional jump or move depends on uninitialised value(s)
==4870== at 0x5506C7: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x5784E6: ??? (in /usr/bin/python2.7)
==4870== by 0x498EDB: PyParser_ASTFromString (in /usr/bin/python2.7)
==4870== by 0x588EEB: Py_CompileStringFlags (in /usr/bin/python2.7)
==4870== by 0x58972C: ??? (in /usr/bin/python2.7)
==4870== by 0x49968C: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1C99: ??? (in /usr/bin/python2.7)
==4870== by 0x505F95: PyObject_Call (in /usr/bin/python2.7)
==4870== by 0x49B079: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870==
==4870== Use of uninitialised value of size 8
==4870== at 0x5506DF: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x5784E6: ??? (in /usr/bin/python2.7)
==4870== by 0x498EDB: PyParser_ASTFromString (in /usr/bin/python2.7)
==4870== by 0x588EEB: Py_CompileStringFlags (in /usr/bin/python2.7)
==4870== by 0x58972C: ??? (in /usr/bin/python2.7)
==4870== by 0x49968C: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1C99: ??? (in /usr/bin/python2.7)
==4870== by 0x505F95: PyObject_Call (in /usr/bin/python2.7)
==4870== by 0x49B079: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x5506BE: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x5784E6: ??? (in /usr/bin/python2.7)
==4870== by 0x498EDB: PyParser_ASTFromString (in /usr/bin/python2.7)
==4870== by 0x588EEB: Py_CompileStringFlags (in /usr/bin/python2.7)
==4870== by 0x58972C: ??? (in /usr/bin/python2.7)
==4870== by 0x49968C: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1C99: ??? (in /usr/bin/python2.7)
==4870== by 0x505F95: PyObject_Call (in /usr/bin/python2.7)
==4870== by 0x49B079: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== Address 0x693f020 is 32,368 bytes inside a block of size 36,032 free'd
==4870== at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x5402B7: ??? (in /usr/bin/python2.7)
==4870== by 0x499134: PyParser_ASTFromString (in /usr/bin/python2.7)
==4870== by 0x588EEB: Py_CompileStringFlags (in /usr/bin/python2.7)
==4870== by 0x58972C: ??? (in /usr/bin/python2.7)
==4870== by 0x49968C: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1C99: ??? (in /usr/bin/python2.7)
==4870== by 0x505F95: PyObject_Call (in /usr/bin/python2.7)
==4870== by 0x49B079: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x557A30: ??? (in /usr/bin/python2.7)
==4870== by 0x55883C: PyParser_AddToken (in /usr/bin/python2.7)
==4870== by 0x540120: ??? (in /usr/bin/python2.7)
==4870== by 0x499134: PyParser_ASTFromString (in /usr/bin/python2.7)
==4870== by 0x588EEB: Py_CompileStringFlags (in /usr/bin/python2.7)
==4870== by 0x58972C: ??? (in /usr/bin/python2.7)
==4870== by 0x49968C: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1C99: ??? (in /usr/bin/python2.7)
==4870== by 0x505F95: PyObject_Call (in /usr/bin/python2.7)
==4870== by 0x49B079: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== Address 0x601a020 is 0 bytes after a block of size 8,224 alloc'd
==4870== at 0x4C2AB80: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x55323C: ??? (in /usr/bin/python2.7)
==4870== by 0x5AE5FE: PyArena_New (in /usr/bin/python2.7)
==4870== by 0x588ECF: Py_CompileStringFlags (in /usr/bin/python2.7)
==4870== by 0x58972C: ??? (in /usr/bin/python2.7)
==4870== by 0x49968C: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1C99: ??? (in /usr/bin/python2.7)
==4870== by 0x505F95: PyObject_Call (in /usr/bin/python2.7)
==4870== by 0x49B079: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870==
==4870== Conditional jump or move depends on uninitialised value(s)
==4870== at 0x5506C7: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x55A072: ??? (in /usr/bin/python2.7)
==4870== by 0x559FB6: ??? (in /usr/bin/python2.7)
==4870== by 0x4F7B81: ??? (in /usr/bin/python2.7)
==4870== by 0x5B1F2C: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x487194: ??? (in /usr/bin/python2.7)
==4870== by 0x5411C0: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870==
==4870== Use of uninitialised value of size 8
==4870== at 0x5506DF: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x55A072: ??? (in /usr/bin/python2.7)
==4870== by 0x559FB6: ??? (in /usr/bin/python2.7)
==4870== by 0x4F7B81: ??? (in /usr/bin/python2.7)
==4870== by 0x5B1F2C: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x487194: ??? (in /usr/bin/python2.7)
==4870== by 0x5411C0: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870==
==4870== Conditional jump or move depends on uninitialised value(s)
==4870== at 0x573995: PyObject_GC_Del (in /usr/bin/python2.7)
==4870== by 0x55A056: ??? (in /usr/bin/python2.7)
==4870== by 0x4F7B81: ??? (in /usr/bin/python2.7)
==4870== by 0x5B1F2C: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x487194: ??? (in /usr/bin/python2.7)
==4870== by 0x5411C0: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870==
==4870== Use of uninitialised value of size 8
==4870== at 0x5739AD: PyObject_GC_Del (in /usr/bin/python2.7)
==4870== by 0x55A056: ??? (in /usr/bin/python2.7)
==4870== by 0x4F7B81: ??? (in /usr/bin/python2.7)
==4870== by 0x5B1F2C: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x487194: ??? (in /usr/bin/python2.7)
==4870== by 0x5411C0: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x57398A: PyObject_GC_Del (in /usr/bin/python2.7)
==4870== by 0x5369CD: ??? (in /usr/bin/python2.7)
==4870== by 0x537826: _PyObject_GC_New (in /usr/bin/python2.7)
==4870== by 0x47D59D: PyFunction_New (in /usr/bin/python2.7)
==4870== by 0x49B4B7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x49AB44: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870== by 0x5B1F0E: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== Address 0x116d0020 is 3,568 bytes inside a block of size 4,097 free'd
==4870== at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x4D4A4C: ??? (in /usr/bin/python2.7)
==4870== by 0x540921: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== by 0x54111A: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x499EF1: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x52CEFB: _PyString_Resize (in /usr/bin/python2.7)
==4870== by 0x4CEBEB: ??? (in /usr/bin/python2.7)
==4870== by 0x22D4BF6E: __Pyx_PyObject_Call (ball_tree.c:38544)
==4870== by 0x22D8F166: initball_tree (ball_tree.c:37624)
==4870== by 0x42266B: _PyImport_LoadDynamicModule (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== by 0x54126A: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== Address 0x6137020 is not stack'd, malloc'd or (recently) free'd
==4870==
==4870== Invalid read of size 4
==4870== at 0x52CEFB: _PyString_Resize (in /usr/bin/python2.7)
==4870== by 0x4CEBEB: ??? (in /usr/bin/python2.7)
==4870== by 0x23635CAE: __Pyx_PyObject_Call (kd_tree.c:39155)
==4870== by 0x23679070: initkd_tree (kd_tree.c:38235)
==4870== by 0x42266B: _PyImport_LoadDynamicModule (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== by 0x54126A: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== Address 0x6122020 is 688 bytes inside a block of size 1,259 free'd
==4870== at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x55A072: ??? (in /usr/bin/python2.7)
==4870== by 0x4F7B81: ??? (in /usr/bin/python2.7)
==4870== by 0x5B1F2C: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x487194: ??? (in /usr/bin/python2.7)
==4870== by 0x5411C0: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x52CEFB: _PyString_Resize (in /usr/bin/python2.7)
==4870== by 0x4977C3: PyString_Format (in /usr/bin/python2.7)
==4870== by 0x49AE1F: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x49AB44: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870== by 0x5B1F0E: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x487194: ??? (in /usr/bin/python2.7)
==4870== by 0x5411C0: ??? (in /usr/bin/python2.7)
==4870== Address 0x1c239020 is 1,984 bytes inside a block of size 4,097 free'd
==4870== at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x5411D0: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870== by 0x5B1F0E: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x487194: ??? (in /usr/bin/python2.7)
==4870== by 0x5411C0: ??? (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x557A30: ??? (in /usr/bin/python2.7)
==4870== by 0x55883C: PyParser_AddToken (in /usr/bin/python2.7)
==4870== by 0x540120: ??? (in /usr/bin/python2.7)
==4870== by 0x498FD8: PyParser_ASTFromString (in /usr/bin/python2.7)
==4870== by 0x588CCF: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1633: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== Address 0x1c25c020 is 32 bytes inside a block of size 768 free'd
==4870== at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x55A614: ??? (in /usr/bin/python2.7)
==4870== by 0x49E01C: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870== by 0x5B1F0E: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x487194: ??? (in /usr/bin/python2.7)
==4870== by 0x5411C0: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x557A30: ??? (in /usr/bin/python2.7)
==4870== by 0x558237: PyNode_AddChild (in /usr/bin/python2.7)
==4870== by 0x5588BE: PyParser_AddToken (in /usr/bin/python2.7)
==4870== by 0x540120: ??? (in /usr/bin/python2.7)
==4870== by 0x498FD8: PyParser_ASTFromString (in /usr/bin/python2.7)
==4870== by 0x588CCF: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1633: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== Address 0x1c276020 is not stack'd, malloc'd or (recently) free'd
==4870==
==4870== Invalid read of size 4
==4870== at 0x52CEFB: _PyString_Resize (in /usr/bin/python2.7)
==4870== by 0x49751C: PyString_Format (in /usr/bin/python2.7)
==4870== by 0x49AE1F: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x49AB44: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x49AB44: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870== by 0x5B1F0E: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== Address 0x1c2a8020 is not stack'd, malloc'd or (recently) free'd
==4870==
==4870== Invalid read of size 4
==4870== at 0x5506BE: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x55BB46: ??? (in /usr/bin/python2.7)
==4870== by 0x4A092F: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x49AB44: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870== by 0x5B1F0E: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x487194: ??? (in /usr/bin/python2.7)
==4870== by 0x5411C0: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== Address 0x1c253020 is 96 bytes inside a block of size 768 free'd
==4870== at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x55A614: ??? (in /usr/bin/python2.7)
==4870== by 0x49E01C: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870== by 0x5B1F0E: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x487194: ??? (in /usr/bin/python2.7)
==4870== by 0x5411C0: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x5506BE: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x5785D2: ??? (in /usr/bin/python2.7)
==4870== by 0x57863A: ??? (in /usr/bin/python2.7)
==4870== by 0x57863A: ??? (in /usr/bin/python2.7)
==4870== by 0x498EDB: PyParser_ASTFromString (in /usr/bin/python2.7)
==4870== by 0x588CCF: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1633: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== Address 0x60cc020 is not stack'd, malloc'd or (recently) free'd
==4870==
==4870== Invalid read of size 4
==4870== at 0x5506BE: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x57853E: ??? (in /usr/bin/python2.7)
==4870== by 0x498EDB: PyParser_ASTFromString (in /usr/bin/python2.7)
==4870== by 0x588CCF: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1633: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x49AB44: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== Address 0x60dc020 is 912 bytes inside a block of size 2,240 free'd
==4870== at 0x4C2CE8E: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x558237: PyNode_AddChild (in /usr/bin/python2.7)
==4870== by 0x5588BE: PyParser_AddToken (in /usr/bin/python2.7)
==4870== by 0x540120: ??? (in /usr/bin/python2.7)
==4870== by 0x498FD8: PyParser_ASTFromString (in /usr/bin/python2.7)
==4870== by 0x588CCF: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1633: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x52CEFB: _PyString_Resize (in /usr/bin/python2.7)
==4870== by 0x4981E0: PyString_Format (in /usr/bin/python2.7)
==4870== by 0x49AE1F: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x49AB44: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x49AB44: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870== by 0x5B1F0E: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== Address 0x1c2ae020 is 64 bytes inside a block of size 184 free'd
==4870== at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x4A885C: PyCode_Optimize (in /usr/bin/python2.7)
==4870== by 0x48DE9B: ??? (in /usr/bin/python2.7)
==4870== by 0x572609: PyAST_Compile (in /usr/bin/python2.7)
==4870== by 0x4A152E: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1633: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x5506BE: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x509D97: ??? (in /usr/bin/python2.7)
==4870== by 0x49D040: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1633: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870== by 0x5B1F0E: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== Address 0x1c9af020 is 208 bytes inside a block of size 4,097 free'd
==4870== at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x5411D0: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870== by 0x5B1F0E: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== by 0x54126A: ??? (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x5506BE: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x555B1B: ??? (in /usr/bin/python2.7)
==4870== by 0x4996D9: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1C99: ??? (in /usr/bin/python2.7)
==4870== by 0x4DFE93: ??? (in /usr/bin/python2.7)
==4870== by 0x505F95: PyObject_Call (in /usr/bin/python2.7)
==4870== by 0x4DE419: ??? (in /usr/bin/python2.7)
==4870== by 0x5039EA: ??? (in /usr/bin/python2.7)
==4870== Address 0x1ca5c020 is 1,344 bytes inside a block of size 4,097 free'd
==4870== at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x5411D0: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x505F95: PyObject_Call (in /usr/bin/python2.7)
==4870== by 0x536094: ??? (in /usr/bin/python2.7)
==4870== by 0x4CA094: PyObject_CallFunction (in /usr/bin/python2.7)
==4870== by 0x525E8C: PyImport_Import (in /usr/bin/python2.7)
==4870== by 0x24C00EF5: __Pyx_ImportType.constprop.13 (vonmises_cython.c:7034)
==4870== by 0x24C0A8EC: initvonmises_cython (vonmises_cython.c:4851)
==4870== by 0x42266B: _PyImport_LoadDynamicModule (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x487194: ??? (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x5506BE: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x55A656: ??? (in /usr/bin/python2.7)
==4870== by 0x55BB36: ??? (in /usr/bin/python2.7)
==4870== by 0x4A092F: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1C99: ??? (in /usr/bin/python2.7)
==4870== by 0x4DFE93: ??? (in /usr/bin/python2.7)
==4870== by 0x505F95: PyObject_Call (in /usr/bin/python2.7)
==4870== by 0x4DE419: ??? (in /usr/bin/python2.7)
==4870== by 0x5039EA: ??? (in /usr/bin/python2.7)
==4870== Address 0x1ca71020 is 16 bytes inside a block of size 376 free'd
==4870== at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x55AD14: ??? (in /usr/bin/python2.7)
==4870== by 0x49975A: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1C99: ??? (in /usr/bin/python2.7)
==4870== by 0x4DFE93: ??? (in /usr/bin/python2.7)
==4870== by 0x505F95: PyObject_Call (in /usr/bin/python2.7)
==4870== by 0x4DE419: ??? (in /usr/bin/python2.7)
==4870== by 0x5039EA: ??? (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x5506BE: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x4AD7EB: _PyObject_GenericSetAttrWithDict (in /usr/bin/python2.7)
==4870== by 0x4AD9DC: PyObject_SetAttr (in /usr/bin/python2.7)
==4870== by 0x49A355: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1C99: ??? (in /usr/bin/python2.7)
==4870== by 0x4DFE93: ??? (in /usr/bin/python2.7)
==4870== by 0x505F95: PyObject_Call (in /usr/bin/python2.7)
==4870== by 0x4DE419: ??? (in /usr/bin/python2.7)
==4870== by 0x5039EA: ??? (in /usr/bin/python2.7)
==4870== by 0x499BE4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== Address 0x1cc12020 is 608 bytes inside a block of size 3,718 free'd
==4870== at 0x4C2CE8E: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x52D088: _PyString_Resize (in /usr/bin/python2.7)
==4870== by 0x4977C3: PyString_Format (in /usr/bin/python2.7)
==4870== by 0x49AE1F: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1C99: ??? (in /usr/bin/python2.7)
==4870== by 0x4DFE93: ??? (in /usr/bin/python2.7)
==4870== by 0x505F95: PyObject_Call (in /usr/bin/python2.7)
==4870== by 0x4DE419: ??? (in /usr/bin/python2.7)
==4870==
==4870== Conditional jump or move depends on uninitialised value(s)
==4870== at 0x5506C7: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x57853E: ??? (in /usr/bin/python2.7)
==4870== by 0x498EDB: PyParser_ASTFromString (in /usr/bin/python2.7)
==4870== by 0x588CCF: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1633: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x49AB44: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870==
==4870== Use of uninitialised value of size 8
==4870== at 0x5506DF: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x57853E: ??? (in /usr/bin/python2.7)
==4870== by 0x498EDB: PyParser_ASTFromString (in /usr/bin/python2.7)
==4870== by 0x588CCF: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1633: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x49AB44: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870==
==4870== Conditional jump or move depends on uninitialised value(s)
==4870== at 0x5506C7: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x55EDD5: ??? (in /usr/bin/python2.7)
==4870== by 0x57261B: PyAST_Compile (in /usr/bin/python2.7)
==4870== by 0x4A152E: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1633: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870==
==4870== Use of uninitialised value of size 8
==4870== at 0x5506DF: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x55EDD5: ??? (in /usr/bin/python2.7)
==4870== by 0x57261B: PyAST_Compile (in /usr/bin/python2.7)
==4870== by 0x4A152E: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1633: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870==
==4870== Conditional jump or move depends on uninitialised value(s)
==4870== at 0x5506C7: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x555B1B: ??? (in /usr/bin/python2.7)
==4870== by 0x4996D9: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1C99: ??? (in /usr/bin/python2.7)
==4870== by 0x4DFE93: ??? (in /usr/bin/python2.7)
==4870== by 0x505F95: PyObject_Call (in /usr/bin/python2.7)
==4870== by 0x4DE419: ??? (in /usr/bin/python2.7)
==4870== by 0x5039EA: ??? (in /usr/bin/python2.7)
==4870==
==4870== Use of uninitialised value of size 8
==4870== at 0x5506DF: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x555B1B: ??? (in /usr/bin/python2.7)
==4870== by 0x4996D9: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1C99: ??? (in /usr/bin/python2.7)
==4870== by 0x4DFE93: ??? (in /usr/bin/python2.7)
==4870== by 0x505F95: PyObject_Call (in /usr/bin/python2.7)
==4870== by 0x4DE419: ??? (in /usr/bin/python2.7)
==4870== by 0x5039EA: ??? (in /usr/bin/python2.7)
==4870==
==4870== Conditional jump or move depends on uninitialised value(s)
==4870== at 0x5506C7: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x55A656: ??? (in /usr/bin/python2.7)
==4870== by 0x55BB36: ??? (in /usr/bin/python2.7)
==4870== by 0x4A092F: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1C99: ??? (in /usr/bin/python2.7)
==4870== by 0x4DFE93: ??? (in /usr/bin/python2.7)
==4870== by 0x505F95: PyObject_Call (in /usr/bin/python2.7)
==4870== by 0x4DE419: ??? (in /usr/bin/python2.7)
==4870== by 0x5039EA: ??? (in /usr/bin/python2.7)
==4870==
==4870== Use of uninitialised value of size 8
==4870== at 0x5506DF: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x55A656: ??? (in /usr/bin/python2.7)
==4870== by 0x55BB36: ??? (in /usr/bin/python2.7)
==4870== by 0x4A092F: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1C99: ??? (in /usr/bin/python2.7)
==4870== by 0x4DFE93: ??? (in /usr/bin/python2.7)
==4870== by 0x505F95: PyObject_Call (in /usr/bin/python2.7)
==4870== by 0x4DE419: ??? (in /usr/bin/python2.7)
==4870== by 0x5039EA: ??? (in /usr/bin/python2.7)
==4870==
==4870== Conditional jump or move depends on uninitialised value(s)
==4870== at 0x573995: PyObject_GC_Del (in /usr/bin/python2.7)
==4870== by 0x55A056: ??? (in /usr/bin/python2.7)
==4870== by 0x4F7BA5: ??? (in /usr/bin/python2.7)
==4870== by 0x5B1F2C: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x487194: ??? (in /usr/bin/python2.7)
==4870== by 0x5411C0: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870==
==4870== Conditional jump or move depends on uninitialised value(s)
==4870== at 0x5506C7: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x55EDD5: ??? (in /usr/bin/python2.7)
==4870== by 0x473C42: ??? (in /usr/bin/python2.7)
==4870== by 0x474A24: ??? (in /usr/bin/python2.7)
==4870== by 0x579412: ??? (in /usr/bin/python2.7)
==4870== by 0x474A7E: ??? (in /usr/bin/python2.7)
==4870== by 0x572913: PyAST_Compile (in /usr/bin/python2.7)
==4870== by 0x4A152E: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870==
==4870== Conditional jump or move depends on uninitialised value(s)
==4870== at 0x5506C7: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x55EDD5: ??? (in /usr/bin/python2.7)
==4870== by 0x5B8242: ??? (in /usr/bin/python2.7)
==4870== by 0x57945C: ??? (in /usr/bin/python2.7)
==4870== by 0x474A7E: ??? (in /usr/bin/python2.7)
==4870== by 0x572913: PyAST_Compile (in /usr/bin/python2.7)
==4870== by 0x4A152E: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x5506BE: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x55BB92: ??? (in /usr/bin/python2.7)
==4870== by 0x4A092F: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870== by 0x5B1F0E: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== by 0x54126A: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== Address 0x1e7ed020 is 1,136 bytes inside a block of size 4,097 free'd
==4870== at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x54097C: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== by 0x54126A: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870== by 0x4DC9CA: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==4870== by 0x49B87D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870== by 0x5B1F0E: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x5573B3: PyObject_Realloc (in /usr/bin/python2.7)
==4870== by 0x53E15C: ??? (in /usr/bin/python2.7)
==4870== by 0x47324E: ??? (in /usr/bin/python2.7)
==4870== by 0x47497B: ??? (in /usr/bin/python2.7)
==4870== by 0x579412: ??? (in /usr/bin/python2.7)
==4870== by 0x474A7E: ??? (in /usr/bin/python2.7)
==4870== by 0x572913: PyAST_Compile (in /usr/bin/python2.7)
==4870== by 0x4A152E: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== Address 0x1e802020 is 352 bytes inside a block of size 768 free'd
==4870== at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x55A614: ??? (in /usr/bin/python2.7)
==4870== by 0x4953E5: ??? (in /usr/bin/python2.7)
==4870== by 0x495928: ??? (in /usr/bin/python2.7)
==4870== by 0x48977F: PySymtable_Build (in /usr/bin/python2.7)
==4870== by 0x572A76: PyAST_Compile (in /usr/bin/python2.7)
==4870== by 0x4A152E: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x52CEFB: _PyString_Resize (in /usr/bin/python2.7)
==4870== by 0x48DC3F: ??? (in /usr/bin/python2.7)
==4870== by 0x579451: ??? (in /usr/bin/python2.7)
==4870== by 0x474A7E: ??? (in /usr/bin/python2.7)
==4870== by 0x572913: PyAST_Compile (in /usr/bin/python2.7)
==4870== by 0x4A152E: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== Address 0x1e803020 is 320 bytes inside a block of size 1,536 free'd
==4870== at 0x4C2CE8E: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x53E15C: ??? (in /usr/bin/python2.7)
==4870== by 0x47324E: ??? (in /usr/bin/python2.7)
==4870== by 0x47497B: ??? (in /usr/bin/python2.7)
==4870== by 0x579412: ??? (in /usr/bin/python2.7)
==4870== by 0x474A7E: ??? (in /usr/bin/python2.7)
==4870== by 0x572913: PyAST_Compile (in /usr/bin/python2.7)
==4870== by 0x4A152E: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x5506BE: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x48E328: ??? (in /usr/bin/python2.7)
==4870== by 0x579451: ??? (in /usr/bin/python2.7)
==4870== by 0x474A7E: ??? (in /usr/bin/python2.7)
==4870== by 0x572913: PyAST_Compile (in /usr/bin/python2.7)
==4870== by 0x4A152E: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== Address 0x1e806020 is 1,312 bytes inside a block of size 2,156 free'd
==4870== at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x55A656: ??? (in /usr/bin/python2.7)
==4870== by 0x55BB36: ??? (in /usr/bin/python2.7)
==4870== by 0x4A092F: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1C99: ??? (in /usr/bin/python2.7)
==4870== by 0x4DFE93: ??? (in /usr/bin/python2.7)
==4870== by 0x505F95: PyObject_Call (in /usr/bin/python2.7)
==4870== by 0x4DE419: ??? (in /usr/bin/python2.7)
==4870== by 0x5039EA: ??? (in /usr/bin/python2.7)
==4870==
==4870== Conditional jump or move depends on uninitialised value(s)
==4870== at 0x5506C7: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x5784E6: ??? (in /usr/bin/python2.7)
==4870== by 0x498EDB: PyParser_ASTFromString (in /usr/bin/python2.7)
==4870== by 0x588CCF: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870== by 0x5B1F0E: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x52DC2F: ??? (in /usr/bin/python2.7)
==4870== by 0x4CDF9A: ??? (in /usr/bin/python2.7)
==4870== by 0x4CEBC8: ??? (in /usr/bin/python2.7)
==4870== by 0x49EC75: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870== by 0x5B1F0E: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== Address 0x5e79020 is not stack'd, malloc'd or (recently) free'd
==4870==
==4870== Use of uninitialised value of size 8
==4870== at 0x5506DF: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x55EDD5: ??? (in /usr/bin/python2.7)
==4870== by 0x473C42: ??? (in /usr/bin/python2.7)
==4870== by 0x474A24: ??? (in /usr/bin/python2.7)
==4870== by 0x579412: ??? (in /usr/bin/python2.7)
==4870== by 0x474A7E: ??? (in /usr/bin/python2.7)
==4870== by 0x572913: PyAST_Compile (in /usr/bin/python2.7)
==4870== by 0x4A152E: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870==
==4870==
==4870== More than 100 errors detected. Subsequent errors
==4870== will still be recorded, but in less detail than before.
==4870== Conditional jump or move depends on uninitialised value(s)
==4870== at 0x5573BC: PyObject_Realloc (in /usr/bin/python2.7)
==4870== by 0x53E15C: ??? (in /usr/bin/python2.7)
==4870== by 0x48CBB8: ??? (in /usr/bin/python2.7)
==4870== by 0x474A24: ??? (in /usr/bin/python2.7)
==4870== by 0x579412: ??? (in /usr/bin/python2.7)
==4870== by 0x474A7E: ??? (in /usr/bin/python2.7)
==4870== by 0x572913: PyAST_Compile (in /usr/bin/python2.7)
==4870== by 0x4A152E: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870==
==4870== Use of uninitialised value of size 8
==4870== at 0x5573D1: PyObject_Realloc (in /usr/bin/python2.7)
==4870== by 0x53E15C: ??? (in /usr/bin/python2.7)
==4870== by 0x48CBB8: ??? (in /usr/bin/python2.7)
==4870== by 0x474A24: ??? (in /usr/bin/python2.7)
==4870== by 0x579412: ??? (in /usr/bin/python2.7)
==4870== by 0x474A7E: ??? (in /usr/bin/python2.7)
==4870== by 0x572913: PyAST_Compile (in /usr/bin/python2.7)
==4870== by 0x4A152E: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870==
==4870== Conditional jump or move depends on uninitialised value(s)
==4870== at 0x5573BC: PyObject_Realloc (in /usr/bin/python2.7)
==4870== by 0x527E79: ??? (in /usr/bin/python2.7)
==4870== by 0x473C7F: ??? (in /usr/bin/python2.7)
==4870== by 0x474A24: ??? (in /usr/bin/python2.7)
==4870== by 0x579412: ??? (in /usr/bin/python2.7)
==4870== by 0x474A7E: ??? (in /usr/bin/python2.7)
==4870== by 0x572913: PyAST_Compile (in /usr/bin/python2.7)
==4870== by 0x4A152E: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870==
==4870== Conditional jump or move depends on uninitialised value(s)
==4870== at 0x5506C7: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x55BB92: ??? (in /usr/bin/python2.7)
==4870== by 0x4A092F: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870== by 0x5B1F0E: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== by 0x54126A: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870==
==4870== Use of uninitialised value of size 8
==4870== at 0x5506DF: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x55BB92: ??? (in /usr/bin/python2.7)
==4870== by 0x4A092F: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870== by 0x5B1F0E: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== by 0x54126A: ??? (in /usr/bin/python2.7)
==4870== by 0x51DD1F: ??? (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x5506BE: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x578387: ??? (in /usr/bin/python2.7)
==4870== by 0x578655: ??? (in /usr/bin/python2.7)
==4870== by 0x498EDB: PyParser_ASTFromString (in /usr/bin/python2.7)
==4870== by 0x588CCF: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870== by 0x5B1F0E: ??? (in /usr/bin/python2.7)
==4870== Address 0x6b4d020 is 176 bytes inside a block of size 768 free'd
==4870== at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x55A614: ??? (in /usr/bin/python2.7)
==4870== by 0x499C2A: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870== by 0x5B1F0E: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== by 0x54126A: ??? (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x5506BE: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x56B4B4: ??? (in /usr/bin/python2.7)
==4870== by 0x4AD239: _PyObject_GenericSetAttrWithDict (in /usr/bin/python2.7)
==4870== by 0x4AD9DC: PyObject_SetAttr (in /usr/bin/python2.7)
==4870== by 0x49A355: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870== by 0x5B1F0E: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== by 0x54126A: ??? (in /usr/bin/python2.7)
==4870== Address 0x1cbbc020 is 0 bytes inside a block of size 96 free'd
==4870== at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x55AD14: ??? (in /usr/bin/python2.7)
==4870== by 0x4996D9: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870== by 0x5B1F0E: ??? (in /usr/bin/python2.7)
==4870== by 0x540947: ??? (in /usr/bin/python2.7)
==4870== by 0x540D07: ??? (in /usr/bin/python2.7)
==4870== by 0x54126A: ??? (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x57398A: PyObject_GC_Del (in /usr/bin/python2.7)
==4870== by 0x55BB36: ??? (in /usr/bin/python2.7)
==4870== by 0x4A092F: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1633: ??? (in /usr/bin/python2.7)
==4870== by 0x44E4A4: PyRun_FileExFlags (in /usr/bin/python2.7)
==4870== by 0x44EC9E: PyRun_SimpleFileExFlags (in /usr/bin/python2.7)
==4870== by 0x44F903: Py_Main (in /usr/bin/python2.7)
==4870== Address 0x1cd64020 is 48 bytes inside a block of size 104 free'd
==4870== at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x29DD3AC8: __pyx_f_7sklearn_8manifold_16_barnes_hut_tsne_free_recursive.isra.14 (_barnes_hut_tsne.c:4256)
==4870== by 0x29DD3AE6: __pyx_f_7sklearn_8manifold_16_barnes_hut_tsne_free_recursive.isra.14 (_barnes_hut_tsne.c:4135)
==4870== by 0x29DED9C3: __pyx_pf_7sklearn_8manifold_16_barnes_hut_tsne_2gradient.isra.40 (_barnes_hut_tsne.c:4012)
==4870== by 0x29DEFB99: __pyx_pw_7sklearn_8manifold_16_barnes_hut_tsne_3gradient (_barnes_hut_tsne.c:6671)
==4870== by 0x49EC75: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1C99: ??? (in /usr/bin/python2.7)
==4870== by 0x505F95: PyObject_Call (in /usr/bin/python2.7)
==4870== by 0x49B079: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A1C99: ??? (in /usr/bin/python2.7)
==4870== by 0x505F95: PyObject_Call (in /usr/bin/python2.7)
==4870== by 0x49B079: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x5506BE: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x507EAF: PyDict_SetItem (in /usr/bin/python2.7)
==4870== by 0x4F7F70: _PyModule_Clear (in /usr/bin/python2.7)
==4870== by 0x4C7CAD: PyImport_Cleanup (in /usr/bin/python2.7)
==4870== by 0x437D4B: Py_Finalize (in /usr/bin/python2.7)
==4870== by 0x44F992: Py_Main (in /usr/bin/python2.7)
==4870== by 0x5076EC4: (below main) (libc-start.c:287)
==4870== Address 0x6abb020 is 608 bytes inside a block of size 2,021 free'd
==4870== at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x55E9F3: PyTokenizer_Free (in /usr/bin/python2.7)
==4870== by 0x5402D6: ??? (in /usr/bin/python2.7)
==4870== by 0x498FD8: PyParser_ASTFromString (in /usr/bin/python2.7)
==4870== by 0x588CCF: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x499A51: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870== by 0x588D41: PyEval_EvalCode (in /usr/bin/python2.7)
==4870== by 0x588DF9: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==4870== by 0x5B1F0E: ??? (in /usr/bin/python2.7)
==4870==
==4870== Invalid read of size 4
==4870== at 0x5506BE: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x4F792B: ??? (in /usr/bin/python2.7)
==4870== by 0x507EAF: PyDict_SetItem (in /usr/bin/python2.7)
==4870== by 0x4F7FE6: _PyModule_Clear (in /usr/bin/python2.7)
==4870== by 0x4C7CAD: PyImport_Cleanup (in /usr/bin/python2.7)
==4870== by 0x437D4B: Py_Finalize (in /usr/bin/python2.7)
==4870== by 0x44F992: Py_Main (in /usr/bin/python2.7)
==4870== by 0x5076EC4: (below main) (libc-start.c:287)
==4870== Address 0x5f98020 is 8 bytes after a block of size 248 free'd
==4870== at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x4A885C: PyCode_Optimize (in /usr/bin/python2.7)
==4870== by 0x48DE9B: ??? (in /usr/bin/python2.7)
==4870== by 0x473C31: ??? (in /usr/bin/python2.7)
==4870== by 0x474A24: ??? (in /usr/bin/python2.7)
==4870== by 0x579412: ??? (in /usr/bin/python2.7)
==4870== by 0x474A7E: ??? (in /usr/bin/python2.7)
==4870== by 0x572913: PyAST_Compile (in /usr/bin/python2.7)
==4870== by 0x4A152E: ??? (in /usr/bin/python2.7)
==4870== by 0x588CED: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870==
==4870== Conditional jump or move depends on uninitialised value(s)
==4870== at 0x5506C7: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x507EAF: PyDict_SetItem (in /usr/bin/python2.7)
==4870== by 0x4F7F70: _PyModule_Clear (in /usr/bin/python2.7)
==4870== by 0x4C7CAD: PyImport_Cleanup (in /usr/bin/python2.7)
==4870== by 0x437D4B: Py_Finalize (in /usr/bin/python2.7)
==4870== by 0x44F992: Py_Main (in /usr/bin/python2.7)
==4870== by 0x5076EC4: (below main) (libc-start.c:287)
==4870==
==4870== Conditional jump or move depends on uninitialised value(s)
==4870== at 0x5506C7: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x4F792B: ??? (in /usr/bin/python2.7)
==4870== by 0x507EAF: PyDict_SetItem (in /usr/bin/python2.7)
==4870== by 0x4F7F70: _PyModule_Clear (in /usr/bin/python2.7)
==4870== by 0x4C7CAD: PyImport_Cleanup (in /usr/bin/python2.7)
==4870== by 0x437D4B: Py_Finalize (in /usr/bin/python2.7)
==4870== by 0x44F992: Py_Main (in /usr/bin/python2.7)
==4870== by 0x5076EC4: (below main) (libc-start.c:287)
==4870==
==4870== Use of uninitialised value of size 8
==4870== at 0x5506DF: PyObject_Free (in /usr/bin/python2.7)
==4870== by 0x4F792B: ??? (in /usr/bin/python2.7)
==4870== by 0x507EAF: PyDict_SetItem (in /usr/bin/python2.7)
==4870== by 0x4F7F70: _PyModule_Clear (in /usr/bin/python2.7)
==4870== by 0x4C7CAD: PyImport_Cleanup (in /usr/bin/python2.7)
==4870== by 0x437D4B: Py_Finalize (in /usr/bin/python2.7)
==4870== by 0x44F992: Py_Main (in /usr/bin/python2.7)
==4870== by 0x5076EC4: (below main) (libc-start.c:287)
==4870==
==4870== Invalid read of size 4
==4870== at 0x55EAA2: PyGrammar_RemoveAccelerators (in /usr/bin/python2.7)
==4870== by 0x437DB6: Py_Finalize (in /usr/bin/python2.7)
==4870== by 0x44F992: Py_Main (in /usr/bin/python2.7)
==4870== by 0x5076EC4: (below main) (libc-start.c:287)
==4870== Address 0x5f66020 is 64 bytes inside a block of size 200 free'd
==4870== at 0x4C2CE8E: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==4870== by 0x569B72: PyArena_AddPyObject (in /usr/bin/python2.7)
==4870== by 0x4BFDB7: ??? (in /usr/bin/python2.7)
==4870== by 0x4C23A8: ??? (in /usr/bin/python2.7)
==4870== by 0x4C3A07: ??? (in /usr/bin/python2.7)
==4870== by 0x4C380E: ??? (in /usr/bin/python2.7)
==4870== by 0x4C3D7D: ??? (in /usr/bin/python2.7)
==4870== by 0x59067D: ??? (in /usr/bin/python2.7)
==4870== by 0x498E3C: PyParser_ASTFromString (in /usr/bin/python2.7)
==4870== by 0x588CCF: PyRun_StringFlags (in /usr/bin/python2.7)
==4870== by 0x49E5C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==4870== by 0x4A090B: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==4870==
==4870==
==4870== HEAP SUMMARY:
==4870== in use at exit: 10,318,852 bytes in 6,405 blocks
==4870== total heap usage: 119,225 allocs, 112,820 frees, 94,232,643 bytes allocated
==4870==
==4870== LEAK SUMMARY:
==4870== definitely lost: 6,680 bytes in 462 blocks
==4870== indirectly lost: 0 bytes in 0 blocks
==4870== possibly lost: 174,121 bytes in 109 blocks
==4870== still reachable: 10,138,051 bytes in 5,834 blocks
==4870== suppressed: 0 bytes in 0 blocks
==4870== Rerun with --leak-check=full to see details of leaked memory
==4870==
==4870== For counts of detected and suppressed errors, rerun with: -v
==4870== Use --track-origins=yes to see where uninitialised values come from
==4870== ERROR SUMMARY: 4427 errors from 114 contexts (suppressed: 0 from 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment