Skip to content

Instantly share code, notes, and snippets.

@njsmith
Created February 9, 2016 03:53
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 njsmith/577d028e79f0a80d2797 to your computer and use it in GitHub Desktop.
Save njsmith/577d028e79f0a80d2797 to your computer and use it in GitHub Desktop.
==3695== Memcheck, a memory error detector
==3695== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al.
==3695== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info
==3695== Command: python -c import\ scipy.linalg;\ scipy.linalg.test()
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x474846: ??? (in /usr/bin/python2.7)
==3695== by 0x5403EF: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== by 0x4FBAE0: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== Address 0x6693020 is 2,400 bytes inside a block of size 2,731 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x53976E: PyMarshal_ReadLastObjectFromFile (in /usr/bin/python2.7)
==3695== by 0x540360: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== by 0x4FBAE0: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x5537D5: ??? (in /usr/bin/python2.7)
==3695== by 0x474869: ??? (in /usr/bin/python2.7)
==3695== by 0x5403EF: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== by 0x4FBAE0: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== Address 0x6693020 is 2,400 bytes inside a block of size 2,731 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x53976E: PyMarshal_ReadLastObjectFromFile (in /usr/bin/python2.7)
==3695== by 0x540360: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== by 0x4FBAE0: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x5537D5: ??? (in /usr/bin/python2.7)
==3695== by 0x47488C: ??? (in /usr/bin/python2.7)
==3695== by 0x5403EF: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== by 0x4FBAE0: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== Address 0x6693020 is 2,400 bytes inside a block of size 2,731 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x53976E: PyMarshal_ReadLastObjectFromFile (in /usr/bin/python2.7)
==3695== by 0x540360: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== by 0x4FBAE0: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x474971: ??? (in /usr/bin/python2.7)
==3695== by 0x5403EF: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== by 0x4FBAE0: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== Address 0x66c7020 is 0 bytes inside a block of size 32 free'd
==3695== at 0x4C2B7B2: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x42C3D9: PyList_Append (in /usr/bin/python2.7)
==3695== by 0x538511: ??? (in /usr/bin/python2.7)
==3695== by 0x5385B5: ??? (in /usr/bin/python2.7)
==3695== by 0x5386D3: ??? (in /usr/bin/python2.7)
==3695== by 0x539743: PyMarshal_ReadLastObjectFromFile (in /usr/bin/python2.7)
==3695== by 0x540360: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x474971: ??? (in /usr/bin/python2.7)
==3695== by 0x5537E6: ??? (in /usr/bin/python2.7)
==3695== by 0x474869: ??? (in /usr/bin/python2.7)
==3695== by 0x5403EF: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== by 0x4FBAE0: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Address 0x66d5020 is 656 bytes inside a block of size 768 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x5023A2: ??? (in /usr/bin/python2.7)
==3695== by 0x4FB73D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x474846: ??? (in /usr/bin/python2.7)
==3695== by 0x5537E6: ??? (in /usr/bin/python2.7)
==3695== by 0x474869: ??? (in /usr/bin/python2.7)
==3695== by 0x5403EF: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== by 0x4FBAE0: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Address 0x6732020 is 6,992 bytes inside a block of size 10,190 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x53976E: PyMarshal_ReadLastObjectFromFile (in /usr/bin/python2.7)
==3695== by 0x540360: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== by 0x4FBAE0: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x5537D5: ??? (in /usr/bin/python2.7)
==3695== by 0x474869: ??? (in /usr/bin/python2.7)
==3695== by 0x5537E6: ??? (in /usr/bin/python2.7)
==3695== by 0x474869: ??? (in /usr/bin/python2.7)
==3695== by 0x5403EF: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== Address 0x6733020 is 144 bytes inside a block of size 369 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x474846: ??? (in /usr/bin/python2.7)
==3695== by 0x5537E6: ??? (in /usr/bin/python2.7)
==3695== by 0x474869: ??? (in /usr/bin/python2.7)
==3695== by 0x5403EF: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== by 0x4FBAE0: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x5537D5: ??? (in /usr/bin/python2.7)
==3695== by 0x47488C: ??? (in /usr/bin/python2.7)
==3695== by 0x5537E6: ??? (in /usr/bin/python2.7)
==3695== by 0x474869: ??? (in /usr/bin/python2.7)
==3695== by 0x5403EF: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== Address 0x6733020 is 144 bytes inside a block of size 369 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x474846: ??? (in /usr/bin/python2.7)
==3695== by 0x5537E6: ??? (in /usr/bin/python2.7)
==3695== by 0x474869: ??? (in /usr/bin/python2.7)
==3695== by 0x5403EF: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== by 0x4FBAE0: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Conditional jump or move depends on uninitialised value(s)
==3695== at 0x573788: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x474971: ??? (in /usr/bin/python2.7)
==3695== by 0x5537E6: ??? (in /usr/bin/python2.7)
==3695== by 0x474869: ??? (in /usr/bin/python2.7)
==3695== by 0x5403EF: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== by 0x4FBAE0: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x51C5EC: _PyObject_GC_Malloc (in /usr/bin/python2.7)
==3695== by 0x51F3BD: _PyObject_GC_NewVar (in /usr/bin/python2.7)
==3695== by 0x424150: PyFrame_New (in /usr/bin/python2.7)
==3695== by 0x500791: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695==
==3695== Use of uninitialised value of size 8
==3695== at 0x5737A0: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x474971: ??? (in /usr/bin/python2.7)
==3695== by 0x5537E6: ??? (in /usr/bin/python2.7)
==3695== by 0x474869: ??? (in /usr/bin/python2.7)
==3695== by 0x5403EF: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== by 0x4FBAE0: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x51C5EC: _PyObject_GC_Malloc (in /usr/bin/python2.7)
==3695== by 0x51F3BD: _PyObject_GC_NewVar (in /usr/bin/python2.7)
==3695== by 0x424150: PyFrame_New (in /usr/bin/python2.7)
==3695== by 0x500791: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x474945: ??? (in /usr/bin/python2.7)
==3695== by 0x5403EF: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== by 0x4FBAE0: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== Address 0x666a020 is 976 bytes inside a block of size 1,608 free'd
==3695== at 0x4C2B7B2: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x42C3D9: PyList_Append (in /usr/bin/python2.7)
==3695== by 0x538511: ??? (in /usr/bin/python2.7)
==3695== by 0x538753: ??? (in /usr/bin/python2.7)
==3695== by 0x539743: PyMarshal_ReadLastObjectFromFile (in /usr/bin/python2.7)
==3695== by 0x540360: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x5537E6: ??? (in /usr/bin/python2.7)
==3695== by 0x474869: ??? (in /usr/bin/python2.7)
==3695== by 0x5403EF: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== by 0x4FBAE0: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== Address 0x6798020 is 192 bytes inside a block of size 704 free'd
==3695== at 0x4C2B7B2: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x42C3D9: PyList_Append (in /usr/bin/python2.7)
==3695== by 0x538511: ??? (in /usr/bin/python2.7)
==3695== by 0x5385B5: ??? (in /usr/bin/python2.7)
==3695== by 0x5386D3: ??? (in /usr/bin/python2.7)
==3695== by 0x539743: PyMarshal_ReadLastObjectFromFile (in /usr/bin/python2.7)
==3695== by 0x540360: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x550879: ??? (in /usr/bin/python2.7)
==3695== by 0x51E564: _PyObject_GC_Resize (in /usr/bin/python2.7)
==3695== by 0x4241CF: PyFrame_New (in /usr/bin/python2.7)
==3695== by 0x4F9CAB: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== Address 0x67ef020 is 0 bytes after a block of size 496 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x51C5EC: _PyObject_GC_Malloc (in /usr/bin/python2.7)
==3695== by 0x51F3BD: _PyObject_GC_NewVar (in /usr/bin/python2.7)
==3695== by 0x424150: PyFrame_New (in /usr/bin/python2.7)
==3695== by 0x500791: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695==
==3695== Conditional jump or move depends on uninitialised value(s)
==3695== at 0x550882: ??? (in /usr/bin/python2.7)
==3695== by 0x51E564: _PyObject_GC_Resize (in /usr/bin/python2.7)
==3695== by 0x4241CF: PyFrame_New (in /usr/bin/python2.7)
==3695== by 0x4F9CAB: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x51C5EC: _PyObject_GC_Malloc (in /usr/bin/python2.7)
==3695== by 0x51F3BD: _PyObject_GC_NewVar (in /usr/bin/python2.7)
==3695== by 0x424150: PyFrame_New (in /usr/bin/python2.7)
==3695== by 0x4F9CAB: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Use of uninitialised value of size 8
==3695== at 0x55089A: ??? (in /usr/bin/python2.7)
==3695== by 0x51E564: _PyObject_GC_Resize (in /usr/bin/python2.7)
==3695== by 0x4241CF: PyFrame_New (in /usr/bin/python2.7)
==3695== by 0x4F9CAB: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x51C5EC: _PyObject_GC_Malloc (in /usr/bin/python2.7)
==3695== by 0x51F3BD: _PyObject_GC_NewVar (in /usr/bin/python2.7)
==3695== by 0x424150: PyFrame_New (in /usr/bin/python2.7)
==3695== by 0x4F9CAB: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Conditional jump or move depends on uninitialised value(s)
==3695== at 0x573788: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x4FAB1C: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B7B2: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x42C3D9: PyList_Append (in /usr/bin/python2.7)
==3695== by 0x4D9FB2: ??? (in /usr/bin/python2.7)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Use of uninitialised value of size 8
==3695== at 0x5737A0: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x4FAB1C: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B7B2: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x42C3D9: PyList_Append (in /usr/bin/python2.7)
==3695== by 0x4D9FB2: ??? (in /usr/bin/python2.7)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Conditional jump or move depends on uninitialised value(s)
==3695== at 0x550882: ??? (in /usr/bin/python2.7)
==3695== by 0x4D2E3C: _PyString_Resize (in /usr/bin/python2.7)
==3695== by 0x4D322F: PyString_Repr (in /usr/bin/python2.7)
==3695== by 0x45BAF4: PyObject_Repr (in /usr/bin/python2.7)
==3695== by 0x45496E: PyInt_FromString (in /usr/bin/python2.7)
==3695== by 0x579C20: PyNumber_Int (in /usr/bin/python2.7)
==3695== by 0x57A302: ??? (in /usr/bin/python2.7)
==3695== by 0x4C8F87: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B7B2: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x42C3D9: PyList_Append (in /usr/bin/python2.7)
==3695== by 0x4D9FB2: ??? (in /usr/bin/python2.7)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Use of uninitialised value of size 8
==3695== at 0x55089A: ??? (in /usr/bin/python2.7)
==3695== by 0x4D2E3C: _PyString_Resize (in /usr/bin/python2.7)
==3695== by 0x4D322F: PyString_Repr (in /usr/bin/python2.7)
==3695== by 0x45BAF4: PyObject_Repr (in /usr/bin/python2.7)
==3695== by 0x45496E: PyInt_FromString (in /usr/bin/python2.7)
==3695== by 0x579C20: PyNumber_Int (in /usr/bin/python2.7)
==3695== by 0x57A302: ??? (in /usr/bin/python2.7)
==3695== by 0x4C8F87: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B7B2: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x42C3D9: PyList_Append (in /usr/bin/python2.7)
==3695== by 0x4D9FB2: ??? (in /usr/bin/python2.7)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x550879: ??? (in /usr/bin/python2.7)
==3695== by 0x4D2E3C: _PyString_Resize (in /usr/bin/python2.7)
==3695== by 0x504AB0: PyString_FromFormatV (in /usr/bin/python2.7)
==3695== by 0x5050BE: PyErr_Format (in /usr/bin/python2.7)
==3695== by 0x4549B1: PyInt_FromString (in /usr/bin/python2.7)
==3695== by 0x579C20: PyNumber_Int (in /usr/bin/python2.7)
==3695== by 0x57A302: ??? (in /usr/bin/python2.7)
==3695== by 0x4C8F87: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Address 0x6819020 is 256 bytes inside a block of size 839 free'd
==3695== at 0x4C2B7B2: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x4D2E3C: _PyString_Resize (in /usr/bin/python2.7)
==3695== by 0x4D322F: PyString_Repr (in /usr/bin/python2.7)
==3695== by 0x45BAF4: PyObject_Repr (in /usr/bin/python2.7)
==3695== by 0x45496E: PyInt_FromString (in /usr/bin/python2.7)
==3695== by 0x579C20: PyNumber_Int (in /usr/bin/python2.7)
==3695== by 0x57A302: ??? (in /usr/bin/python2.7)
==3695== by 0x4C8F87: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x4549D1: PyInt_FromString (in /usr/bin/python2.7)
==3695== by 0x579C20: PyNumber_Int (in /usr/bin/python2.7)
==3695== by 0x57A302: ??? (in /usr/bin/python2.7)
==3695== by 0x4C8F87: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Address 0x6819020 is 256 bytes inside a block of size 839 free'd
==3695== at 0x4C2B7B2: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x4D2E3C: _PyString_Resize (in /usr/bin/python2.7)
==3695== by 0x4D322F: PyString_Repr (in /usr/bin/python2.7)
==3695== by 0x45BAF4: PyObject_Repr (in /usr/bin/python2.7)
==3695== by 0x45496E: PyInt_FromString (in /usr/bin/python2.7)
==3695== by 0x579C20: PyNumber_Int (in /usr/bin/python2.7)
==3695== by 0x57A302: ??? (in /usr/bin/python2.7)
==3695== by 0x4C8F87: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x5717E8: ??? (in /usr/bin/python2.7)
==3695== by 0x571B9F: ??? (in /usr/bin/python2.7)
==3695== by 0x5234E4: ??? (in /usr/bin/python2.7)
==3695== by 0x505F98: PyDict_SetItem (in /usr/bin/python2.7)
==3695== by 0x42174E: PySys_SetObject (in /usr/bin/python2.7)
==3695== by 0x4FD76C: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Address 0x6819020 is 256 bytes inside a block of size 839 free'd
==3695== at 0x4C2B7B2: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x4D2E3C: _PyString_Resize (in /usr/bin/python2.7)
==3695== by 0x4D322F: PyString_Repr (in /usr/bin/python2.7)
==3695== by 0x45BAF4: PyObject_Repr (in /usr/bin/python2.7)
==3695== by 0x45496E: PyInt_FromString (in /usr/bin/python2.7)
==3695== by 0x579C20: PyNumber_Int (in /usr/bin/python2.7)
==3695== by 0x57A302: ??? (in /usr/bin/python2.7)
==3695== by 0x4C8F87: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x550879: ??? (in /usr/bin/python2.7)
==3695== by 0x4D2E3C: _PyString_Resize (in /usr/bin/python2.7)
==3695== by 0x4D322F: PyString_Repr (in /usr/bin/python2.7)
==3695== by 0x45BAF4: PyObject_Repr (in /usr/bin/python2.7)
==3695== by 0x45496E: PyInt_FromString (in /usr/bin/python2.7)
==3695== by 0x579C20: PyNumber_Int (in /usr/bin/python2.7)
==3695== by 0x57A302: ??? (in /usr/bin/python2.7)
==3695== by 0x4C8F87: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Address 0x6821020 is 224 bytes inside a block of size 1,104 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x43A3B1: ??? (in /usr/bin/python2.7)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x4FAB1C: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Address 0x6830020 is 464 bytes inside a block of size 1,104 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x43A3B1: ??? (in /usr/bin/python2.7)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x5537D5: ??? (in /usr/bin/python2.7)
==3695== by 0x55390F: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9981: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Address 0x6945020 is 192 bytes inside a block of size 584 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x552D7C: ??? (in /usr/bin/python2.7)
==3695== by 0x5537E6: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9B87: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x550879: ??? (in /usr/bin/python2.7)
==3695== by 0x4D2E3C: _PyString_Resize (in /usr/bin/python2.7)
==3695== by 0x4D99E3: ??? (in /usr/bin/python2.7)
==3695== by 0x4FD206: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Address 0x6973020 is 272 bytes inside a block of size 719 free'd
==3695== at 0x4C2B7B2: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x4D2E3C: _PyString_Resize (in /usr/bin/python2.7)
==3695== by 0x4D322F: PyString_Repr (in /usr/bin/python2.7)
==3695== by 0x45BAF4: PyObject_Repr (in /usr/bin/python2.7)
==3695== by 0x45496E: PyInt_FromString (in /usr/bin/python2.7)
==3695== by 0x579C20: PyNumber_Int (in /usr/bin/python2.7)
==3695== by 0x57A302: ??? (in /usr/bin/python2.7)
==3695== by 0x4C8F87: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x55328C: ??? (in /usr/bin/python2.7)
==3695== by 0x552CA1: ??? (in /usr/bin/python2.7)
==3695== by 0x5008E3: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Address 0x6975020 is 432 bytes inside a block of size 1,104 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x43A21A: ??? (in /usr/bin/python2.7)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Conditional jump or move depends on uninitialised value(s)
==3695== at 0x573788: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x552DFB: ??? (in /usr/bin/python2.7)
==3695== by 0x552CA1: ??? (in /usr/bin/python2.7)
==3695== by 0x5008E3: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B7B2: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x42C3D9: PyList_Append (in /usr/bin/python2.7)
==3695== by 0x4D9FB2: ??? (in /usr/bin/python2.7)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Use of uninitialised value of size 8
==3695== at 0x5737A0: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x552DFB: ??? (in /usr/bin/python2.7)
==3695== by 0x552CA1: ??? (in /usr/bin/python2.7)
==3695== by 0x5008E3: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B7B2: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x42C3D9: PyList_Append (in /usr/bin/python2.7)
==3695== by 0x4D9FB2: ??? (in /usr/bin/python2.7)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x552DFB: ??? (in /usr/bin/python2.7)
==3695== by 0x552CA1: ??? (in /usr/bin/python2.7)
==3695== by 0x5008E3: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Address 0x6807020 is 944 bytes inside a block of size 3,696 free'd
==3695== at 0x4C2B7B2: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x42C3D9: PyList_Append (in /usr/bin/python2.7)
==3695== by 0x4D9FB2: ??? (in /usr/bin/python2.7)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Conditional jump or move depends on uninitialised value(s)
==3695== at 0x573788: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x474971: ??? (in /usr/bin/python2.7)
==3695== by 0x5403EF: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== by 0x4FBAE0: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x601019A: __fopen_internal (iofopen.c:76)
==3695== by 0x563B54: ??? (in /usr/bin/python2.7)
==3695== by 0x540D2B: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== by 0x4FBAE0: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Use of uninitialised value of size 8
==3695== at 0x5737A0: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x474971: ??? (in /usr/bin/python2.7)
==3695== by 0x5403EF: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== by 0x4FBAE0: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x601019A: __fopen_internal (iofopen.c:76)
==3695== by 0x563B54: ??? (in /usr/bin/python2.7)
==3695== by 0x540D2B: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== by 0x4FBAE0: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x474971: ??? (in /usr/bin/python2.7)
==3695== by 0x5403EF: ??? (in /usr/bin/python2.7)
==3695== by 0x49446F: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x541B29: PyImport_ImportModuleLevel (in /usr/bin/python2.7)
==3695== by 0x41ABFB: ??? (in /usr/bin/python2.7)
==3695== by 0x424577: _PyCodec_Lookup (in /usr/bin/python2.7)
==3695== by 0x4AE340: ??? (in /usr/bin/python2.7)
==3695== by 0x49A448: Py_Main (in /usr/bin/python2.7)
==3695== Address 0x6c47020 is 8 bytes after a block of size 200 free'd
==3695== at 0x4C2B7B2: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x42C3D9: PyList_Append (in /usr/bin/python2.7)
==3695== by 0x538511: ??? (in /usr/bin/python2.7)
==3695== by 0x5385B5: ??? (in /usr/bin/python2.7)
==3695== by 0x5386E9: ??? (in /usr/bin/python2.7)
==3695== by 0x5385B5: ??? (in /usr/bin/python2.7)
==3695== by 0x5386D3: ??? (in /usr/bin/python2.7)
==3695== by 0x539743: PyMarshal_ReadLastObjectFromFile (in /usr/bin/python2.7)
==3695== by 0x540360: ??? (in /usr/bin/python2.7)
==3695== by 0x49446F: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695==
==3695== Conditional jump or move depends on uninitialised value(s)
==3695== at 0x573788: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x5507B9: PyParser_New (in /usr/bin/python2.7)
==3695== by 0x53FB82: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9105: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x501558: PyRun_SimpleStringFlags (in /usr/bin/python2.7)
==3695== by 0x49A4C9: Py_Main (in /usr/bin/python2.7)
==3695== by 0x5FC376C: (below main) (libc-start.c:226)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x51E2BE: PyArena_New (in /usr/bin/python2.7)
==3695== by 0x4F91D9: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x501558: PyRun_SimpleStringFlags (in /usr/bin/python2.7)
==3695== by 0x49A4C9: Py_Main (in /usr/bin/python2.7)
==3695== by 0x5FC376C: (below main) (libc-start.c:226)
==3695==
==3695== Use of uninitialised value of size 8
==3695== at 0x5737A0: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x5507B9: PyParser_New (in /usr/bin/python2.7)
==3695== by 0x53FB82: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9105: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x501558: PyRun_SimpleStringFlags (in /usr/bin/python2.7)
==3695== by 0x49A4C9: Py_Main (in /usr/bin/python2.7)
==3695== by 0x5FC376C: (below main) (libc-start.c:226)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x51E2BE: PyArena_New (in /usr/bin/python2.7)
==3695== by 0x4F91D9: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x501558: PyRun_SimpleStringFlags (in /usr/bin/python2.7)
==3695== by 0x49A4C9: Py_Main (in /usr/bin/python2.7)
==3695== by 0x5FC376C: (below main) (libc-start.c:226)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x5507B9: PyParser_New (in /usr/bin/python2.7)
==3695== by 0x53FB82: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9105: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x501558: PyRun_SimpleStringFlags (in /usr/bin/python2.7)
==3695== by 0x49A4C9: Py_Main (in /usr/bin/python2.7)
==3695== by 0x5FC376C: (below main) (libc-start.c:226)
==3695== Address 0x6c7e020 is not stack'd, malloc'd or (recently) free'd
==3695==
Core: Core2
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x474846: ??? (in /usr/bin/python2.7)
==3695== by 0x5403EF: ??? (in /usr/bin/python2.7)
==3695== by 0x49446F: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== by 0x4FBAE0: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== Address 0x6e07020 is 18,832 bytes inside a block of size 20,198 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x53976E: PyMarshal_ReadLastObjectFromFile (in /usr/bin/python2.7)
==3695== by 0x540360: ??? (in /usr/bin/python2.7)
==3695== by 0x49446F: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== by 0x4FBAE0: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x5537E6: ??? (in /usr/bin/python2.7)
==3695== by 0x474869: ??? (in /usr/bin/python2.7)
==3695== by 0x5537E6: ??? (in /usr/bin/python2.7)
==3695== by 0x474869: ??? (in /usr/bin/python2.7)
==3695== by 0x5403EF: ??? (in /usr/bin/python2.7)
==3695== by 0x49446F: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== Address 0x6e0b020 is 1,600 bytes inside a block of size 1,608 free'd
==3695== at 0x4C2B7B2: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x42C3D9: PyList_Append (in /usr/bin/python2.7)
==3695== by 0x538511: ??? (in /usr/bin/python2.7)
==3695== by 0x538753: ??? (in /usr/bin/python2.7)
==3695== by 0x5385B5: ??? (in /usr/bin/python2.7)
==3695== by 0x5386D3: ??? (in /usr/bin/python2.7)
==3695== by 0x539743: PyMarshal_ReadLastObjectFromFile (in /usr/bin/python2.7)
==3695== by 0x540360: ??? (in /usr/bin/python2.7)
==3695== by 0x49446F: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x474945: ??? (in /usr/bin/python2.7)
==3695== by 0x5403EF: ??? (in /usr/bin/python2.7)
==3695== by 0x49446F: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== by 0x4FBAE0: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== Address 0x6e0c020 is 496 bytes inside a block of size 2,152 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x552D7C: ??? (in /usr/bin/python2.7)
==3695== by 0x539766: PyMarshal_ReadLastObjectFromFile (in /usr/bin/python2.7)
==3695== by 0x540360: ??? (in /usr/bin/python2.7)
==3695== by 0x49446F: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== by 0x4FBAE0: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x55D8DF: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9138: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x494F1F: initcPickle (in /usr/bin/python2.7)
==3695== by 0x48215A: ??? (in /usr/bin/python2.7)
==3695== by 0x540A02: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== Address 0x6f5a020 is 33,264 bytes inside a block of size 36,032 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x53FCD7: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9182: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x494F1F: initcPickle (in /usr/bin/python2.7)
==3695== by 0x48215A: ??? (in /usr/bin/python2.7)
==3695== by 0x540A02: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x576488: ??? (in /usr/bin/python2.7)
==3695== by 0x46C495: ??? (in /usr/bin/python2.7)
==3695== by 0x4BD168: PyAST_Compile (in /usr/bin/python2.7)
==3695== by 0x4F9216: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x494F1F: initcPickle (in /usr/bin/python2.7)
==3695== by 0x48215A: ??? (in /usr/bin/python2.7)
==3695== by 0x540A02: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== Address 0x6f5d020 is 96 bytes inside a block of size 384 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x576488: ??? (in /usr/bin/python2.7)
==3695== by 0x46C495: ??? (in /usr/bin/python2.7)
==3695== by 0x4C2FB7: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF7C4: ??? (in /usr/bin/python2.7)
==3695== by 0x4C30FF: ??? (in /usr/bin/python2.7)
==3695== by 0x4BD25B: PyAST_Compile (in /usr/bin/python2.7)
==3695== by 0x4F9216: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x494F1F: initcPickle (in /usr/bin/python2.7)
==3695== by 0x48215A: ??? (in /usr/bin/python2.7)
==3695== by 0x540A02: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x474971: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9273: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x494F1F: initcPickle (in /usr/bin/python2.7)
==3695== by 0x48215A: ??? (in /usr/bin/python2.7)
==3695== by 0x540A02: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== Address 0x6f5d020 is 96 bytes inside a block of size 384 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x576488: ??? (in /usr/bin/python2.7)
==3695== by 0x46C495: ??? (in /usr/bin/python2.7)
==3695== by 0x4C2FB7: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF7C4: ??? (in /usr/bin/python2.7)
==3695== by 0x4C30FF: ??? (in /usr/bin/python2.7)
==3695== by 0x4BD25B: PyAST_Compile (in /usr/bin/python2.7)
==3695== by 0x4F9216: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x494F1F: initcPickle (in /usr/bin/python2.7)
==3695== by 0x48215A: ??? (in /usr/bin/python2.7)
==3695== by 0x540A02: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695==
==3695== Conditional jump or move depends on uninitialised value(s)
==3695== at 0x573788: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x55D92D: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9138: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x494FC1: initcPickle (in /usr/bin/python2.7)
==3695== by 0x48215A: ??? (in /usr/bin/python2.7)
==3695== by 0x540A02: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x5508DA: ??? (in /usr/bin/python2.7)
==3695== by 0x551354: PyNode_AddChild (in /usr/bin/python2.7)
==3695== by 0x551572: PyParser_AddToken (in /usr/bin/python2.7)
==3695== by 0x53FC76: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9182: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x494FC1: initcPickle (in /usr/bin/python2.7)
==3695== by 0x48215A: ??? (in /usr/bin/python2.7)
==3695== by 0x540A02: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695==
==3695== Use of uninitialised value of size 8
==3695== at 0x5737A0: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x55D92D: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9138: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x494FC1: initcPickle (in /usr/bin/python2.7)
==3695== by 0x48215A: ??? (in /usr/bin/python2.7)
==3695== by 0x540A02: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x5508DA: ??? (in /usr/bin/python2.7)
==3695== by 0x551354: PyNode_AddChild (in /usr/bin/python2.7)
==3695== by 0x551572: PyParser_AddToken (in /usr/bin/python2.7)
==3695== by 0x53FC76: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9182: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x494FC1: initcPickle (in /usr/bin/python2.7)
==3695== by 0x48215A: ??? (in /usr/bin/python2.7)
==3695== by 0x540A02: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x576488: ??? (in /usr/bin/python2.7)
==3695== by 0x46C495: ??? (in /usr/bin/python2.7)
==3695== by 0x4C2FB7: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF7C4: ??? (in /usr/bin/python2.7)
==3695== by 0x4C30FF: ??? (in /usr/bin/python2.7)
==3695== by 0x4BD25B: PyAST_Compile (in /usr/bin/python2.7)
==3695== by 0x4F9216: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x494FC1: initcPickle (in /usr/bin/python2.7)
==3695== by 0x48215A: ??? (in /usr/bin/python2.7)
==3695== by 0x540A02: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== Address 0x6f6a020 is 224 bytes inside a block of size 320 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x55D8DF: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9138: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x494FC1: initcPickle (in /usr/bin/python2.7)
==3695== by 0x48215A: ??? (in /usr/bin/python2.7)
==3695== by 0x540A02: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x46C495: ??? (in /usr/bin/python2.7)
==3695== by 0x4C2FB7: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF7C4: ??? (in /usr/bin/python2.7)
==3695== by 0x4C30FF: ??? (in /usr/bin/python2.7)
==3695== by 0x4BD25B: PyAST_Compile (in /usr/bin/python2.7)
==3695== by 0x4F9216: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x494FC1: initcPickle (in /usr/bin/python2.7)
==3695== by 0x48215A: ??? (in /usr/bin/python2.7)
==3695== by 0x540A02: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== Address 0x6f6a020 is 224 bytes inside a block of size 320 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x55D8DF: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9138: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x494FC1: initcPickle (in /usr/bin/python2.7)
==3695== by 0x48215A: ??? (in /usr/bin/python2.7)
==3695== by 0x540A02: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x46C495: ??? (in /usr/bin/python2.7)
==3695== by 0x4BD168: PyAST_Compile (in /usr/bin/python2.7)
==3695== by 0x4F9216: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x494FC1: initcPickle (in /usr/bin/python2.7)
==3695== by 0x48215A: ??? (in /usr/bin/python2.7)
==3695== by 0x540A02: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== Address 0x6f6a020 is 224 bytes inside a block of size 320 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x55D8DF: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9138: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x494FC1: initcPickle (in /usr/bin/python2.7)
==3695== by 0x48215A: ??? (in /usr/bin/python2.7)
==3695== by 0x540A02: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x474971: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9273: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x494FC1: initcPickle (in /usr/bin/python2.7)
==3695== by 0x48215A: ??? (in /usr/bin/python2.7)
==3695== by 0x540A02: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== Address 0x6f6b020 is 16 bytes inside a block of size 384 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x576488: ??? (in /usr/bin/python2.7)
==3695== by 0x46C495: ??? (in /usr/bin/python2.7)
==3695== by 0x4C2FB7: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF7C4: ??? (in /usr/bin/python2.7)
==3695== by 0x4C30FF: ??? (in /usr/bin/python2.7)
==3695== by 0x4BD25B: PyAST_Compile (in /usr/bin/python2.7)
==3695== by 0x4F9216: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x494FC1: initcPickle (in /usr/bin/python2.7)
==3695== by 0x48215A: ??? (in /usr/bin/python2.7)
==3695== by 0x540A02: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695==
==3695== Conditional jump or move depends on uninitialised value(s)
==3695== at 0x550882: ??? (in /usr/bin/python2.7)
==3695== by 0x4D2E3C: _PyString_Resize (in /usr/bin/python2.7)
==3695== by 0x4E4818: PyString_Format (in /usr/bin/python2.7)
==3695== by 0x4FAF8A: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x541299: ??? (in /usr/bin/python2.7)
==3695== by 0x5417A2: ??? (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x51C5EC: _PyObject_GC_Malloc (in /usr/bin/python2.7)
==3695== by 0x51F3BD: _PyObject_GC_NewVar (in /usr/bin/python2.7)
==3695== by 0x424150: PyFrame_New (in /usr/bin/python2.7)
==3695== by 0x500791: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x541299: ??? (in /usr/bin/python2.7)
==3695== by 0x5417A2: ??? (in /usr/bin/python2.7)
==3695==
==3695== Use of uninitialised value of size 8
==3695== at 0x55089A: ??? (in /usr/bin/python2.7)
==3695== by 0x4D2E3C: _PyString_Resize (in /usr/bin/python2.7)
==3695== by 0x4E4818: PyString_Format (in /usr/bin/python2.7)
==3695== by 0x4FAF8A: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x541299: ??? (in /usr/bin/python2.7)
==3695== by 0x5417A2: ??? (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x51C5EC: _PyObject_GC_Malloc (in /usr/bin/python2.7)
==3695== by 0x51F3BD: _PyObject_GC_NewVar (in /usr/bin/python2.7)
==3695== by 0x424150: PyFrame_New (in /usr/bin/python2.7)
==3695== by 0x500791: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x541299: ??? (in /usr/bin/python2.7)
==3695== by 0x5417A2: ??? (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x550879: ??? (in /usr/bin/python2.7)
==3695== by 0x4D2E3C: _PyString_Resize (in /usr/bin/python2.7)
==3695== by 0x4D99E3: ??? (in /usr/bin/python2.7)
==3695== by 0x4FD3E8: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x541299: ??? (in /usr/bin/python2.7)
==3695== by 0x5417A2: ??? (in /usr/bin/python2.7)
==3695== Address 0x70af020 is 848 bytes inside a block of size 1,597 free'd
==3695== at 0x4C2B7B2: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x4D2E3C: _PyString_Resize (in /usr/bin/python2.7)
==3695== by 0x4E4818: PyString_Format (in /usr/bin/python2.7)
==3695== by 0x4FAF8A: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x541299: ??? (in /usr/bin/python2.7)
==3695== by 0x5417A2: ??? (in /usr/bin/python2.7)
==3695==
==3695== Conditional jump or move depends on uninitialised value(s)
==3695== at 0x550882: ??? (in /usr/bin/python2.7)
==3695== by 0x551354: PyNode_AddChild (in /usr/bin/python2.7)
==3695== by 0x551572: PyParser_AddToken (in /usr/bin/python2.7)
==3695== by 0x53FC76: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9182: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x54FD77: PyObject_Malloc (in /usr/bin/python2.7)
==3695== by 0x5512EB: PyNode_AddChild (in /usr/bin/python2.7)
==3695== by 0x551572: PyParser_AddToken (in /usr/bin/python2.7)
==3695== by 0x53FC76: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9182: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695==
==3695== Use of uninitialised value of size 8
==3695== at 0x55089A: ??? (in /usr/bin/python2.7)
==3695== by 0x551354: PyNode_AddChild (in /usr/bin/python2.7)
==3695== by 0x551572: PyParser_AddToken (in /usr/bin/python2.7)
==3695== by 0x53FC76: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9182: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x54FD77: PyObject_Malloc (in /usr/bin/python2.7)
==3695== by 0x5512EB: PyNode_AddChild (in /usr/bin/python2.7)
==3695== by 0x551572: PyParser_AddToken (in /usr/bin/python2.7)
==3695== by 0x53FC76: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9182: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x550879: ??? (in /usr/bin/python2.7)
==3695== by 0x551354: PyNode_AddChild (in /usr/bin/python2.7)
==3695== by 0x551572: PyParser_AddToken (in /usr/bin/python2.7)
==3695== by 0x53FC76: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9182: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== Address 0x70fe020 is 64 bytes inside a block of size 320 free'd
==3695== at 0x4C2B7B2: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x551354: PyNode_AddChild (in /usr/bin/python2.7)
==3695== by 0x551572: PyParser_AddToken (in /usr/bin/python2.7)
==3695== by 0x53FC76: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9182: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x55DA3F: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9138: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== Address 0x70ff020 is 0 bytes inside a block of size 320 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x55D9C4: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9138: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x55DA3F: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9138: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x541299: ??? (in /usr/bin/python2.7)
==3695== Address 0x70ff020 is 0 bytes inside a block of size 320 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x55D9C4: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9138: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x55D9FF: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9138: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x541299: ??? (in /usr/bin/python2.7)
==3695== Address 0x70fe020 is 64 bytes inside a block of size 320 free'd
==3695== at 0x4C2B7B2: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x551354: PyNode_AddChild (in /usr/bin/python2.7)
==3695== by 0x551572: PyParser_AddToken (in /usr/bin/python2.7)
==3695== by 0x53FC76: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9182: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x55D7DD: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9138: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== Address 0x70fe020 is 64 bytes inside a block of size 320 free'd
==3695== at 0x4C2B7B2: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x551354: PyNode_AddChild (in /usr/bin/python2.7)
==3695== by 0x551572: PyParser_AddToken (in /usr/bin/python2.7)
==3695== by 0x53FC76: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9182: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x55D83C: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9138: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== Address 0x70fe020 is 64 bytes inside a block of size 320 free'd
==3695== at 0x4C2B7B2: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x551354: PyNode_AddChild (in /usr/bin/python2.7)
==3695== by 0x551572: PyParser_AddToken (in /usr/bin/python2.7)
==3695== by 0x53FC76: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9182: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695==
==3695== Conditional jump or move depends on uninitialised value(s)
==3695== at 0x573788: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x55D7DD: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9138: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x54FD77: PyObject_Malloc (in /usr/bin/python2.7)
==3695== by 0x5512EB: PyNode_AddChild (in /usr/bin/python2.7)
==3695== by 0x551572: PyParser_AddToken (in /usr/bin/python2.7)
==3695== by 0x53FC76: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9182: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695==
==3695== Use of uninitialised value of size 8
==3695== at 0x5737A0: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x55D7DD: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9138: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x54FD77: PyObject_Malloc (in /usr/bin/python2.7)
==3695== by 0x5512EB: PyNode_AddChild (in /usr/bin/python2.7)
==3695== by 0x551572: PyParser_AddToken (in /usr/bin/python2.7)
==3695== by 0x53FC76: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9182: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695==
==3695== Conditional jump or move depends on uninitialised value(s)
==3695== at 0x573788: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x55DA3F: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9138: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x541299: ??? (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x54FD77: PyObject_Malloc (in /usr/bin/python2.7)
==3695== by 0x5512EB: PyNode_AddChild (in /usr/bin/python2.7)
==3695== by 0x551572: PyParser_AddToken (in /usr/bin/python2.7)
==3695== by 0x53FC76: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9182: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695==
==3695== Use of uninitialised value of size 8
==3695== at 0x5737A0: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x55DA3F: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9138: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x541299: ??? (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x54FD77: PyObject_Malloc (in /usr/bin/python2.7)
==3695== by 0x5512EB: PyNode_AddChild (in /usr/bin/python2.7)
==3695== by 0x551572: PyParser_AddToken (in /usr/bin/python2.7)
==3695== by 0x53FC76: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9182: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695==
==3695== Conditional jump or move depends on uninitialised value(s)
==3695== at 0x573788: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x55D7DD: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9138: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x54FD77: PyObject_Malloc (in /usr/bin/python2.7)
==3695== by 0x5512EB: PyNode_AddChild (in /usr/bin/python2.7)
==3695== by 0x551572: PyParser_AddToken (in /usr/bin/python2.7)
==3695== by 0x53FC76: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9182: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695==
==3695== Use of uninitialised value of size 8
==3695== at 0x5737A0: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x55D7DD: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9138: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x54FD77: PyObject_Malloc (in /usr/bin/python2.7)
==3695== by 0x5512EB: PyNode_AddChild (in /usr/bin/python2.7)
==3695== by 0x551572: PyParser_AddToken (in /usr/bin/python2.7)
==3695== by 0x53FC76: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9182: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695==
==3695== Conditional jump or move depends on uninitialised value(s)
==3695== at 0x573788: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x55D9FF: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9138: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x541299: ??? (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x54FD77: PyObject_Malloc (in /usr/bin/python2.7)
==3695== by 0x5512EB: PyNode_AddChild (in /usr/bin/python2.7)
==3695== by 0x551572: PyParser_AddToken (in /usr/bin/python2.7)
==3695== by 0x53FC76: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9182: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695==
==3695== Use of uninitialised value of size 8
==3695== at 0x5737A0: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x55D9FF: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9138: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x541299: ??? (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x54FD77: PyObject_Malloc (in /usr/bin/python2.7)
==3695== by 0x5512EB: PyNode_AddChild (in /usr/bin/python2.7)
==3695== by 0x551572: PyParser_AddToken (in /usr/bin/python2.7)
==3695== by 0x53FC76: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9182: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x55D9C4: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9138: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== Address 0x70bd020 is 34,816 bytes inside a block of size 36,032 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x53FCD7: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9182: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x541299: ??? (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x55D92D: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9138: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x541299: ??? (in /usr/bin/python2.7)
==3695== Address 0x70ff020 is 0 bytes inside a block of size 320 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x55D9C4: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9138: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x550879: ??? (in /usr/bin/python2.7)
==3695== by 0x51DFC1: ??? (in /usr/bin/python2.7)
==3695== by 0x4869AB: ??? (in /usr/bin/python2.7)
==3695== by 0x4861D7: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF5D3: ??? (in /usr/bin/python2.7)
==3695== by 0x4C1C5F: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF6AB: ??? (in /usr/bin/python2.7)
==3695== by 0x4C2F8D: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF7C4: ??? (in /usr/bin/python2.7)
==3695== by 0x4C30FF: ??? (in /usr/bin/python2.7)
==3695== by 0x4C35C5: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF7B6: ??? (in /usr/bin/python2.7)
==3695== Address 0x7108020 is 368 bytes inside a block of size 384 free'd
==3695== at 0x4C2B7B2: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x51DFC1: ??? (in /usr/bin/python2.7)
==3695== by 0x477D9B: ??? (in /usr/bin/python2.7)
==3695== by 0x48708F: ??? (in /usr/bin/python2.7)
==3695== by 0x4C2EE8: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF7C4: ??? (in /usr/bin/python2.7)
==3695== by 0x4C30FF: ??? (in /usr/bin/python2.7)
==3695== by 0x4C35C5: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF7B6: ??? (in /usr/bin/python2.7)
==3695== by 0x4C30FF: ??? (in /usr/bin/python2.7)
==3695== by 0x4BD25B: PyAST_Compile (in /usr/bin/python2.7)
==3695== by 0x4F9216: PyRun_StringFlags (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x550879: ??? (in /usr/bin/python2.7)
==3695== by 0x51DFC1: ??? (in /usr/bin/python2.7)
==3695== by 0x485BFA: ??? (in /usr/bin/python2.7)
==3695== by 0x48695E: ??? (in /usr/bin/python2.7)
==3695== by 0x4861D7: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF5D3: ??? (in /usr/bin/python2.7)
==3695== by 0x4C1C5F: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF6AB: ??? (in /usr/bin/python2.7)
==3695== by 0x4C2F8D: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF7C4: ??? (in /usr/bin/python2.7)
==3695== by 0x4C30FF: ??? (in /usr/bin/python2.7)
==3695== by 0x4C35C5: ??? (in /usr/bin/python2.7)
==3695== Address 0x710a020 is 336 bytes inside a block of size 384 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x576488: ??? (in /usr/bin/python2.7)
==3695== by 0x46C495: ??? (in /usr/bin/python2.7)
==3695== by 0x4C2FB7: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF7C4: ??? (in /usr/bin/python2.7)
==3695== by 0x4C30FF: ??? (in /usr/bin/python2.7)
==3695== by 0x4C35C5: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF7B6: ??? (in /usr/bin/python2.7)
==3695== by 0x4C30FF: ??? (in /usr/bin/python2.7)
==3695== by 0x4BD25B: PyAST_Compile (in /usr/bin/python2.7)
==3695== by 0x4F9216: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x550879: ??? (in /usr/bin/python2.7)
==3695== by 0x51DFC1: ??? (in /usr/bin/python2.7)
==3695== by 0x48537E: ??? (in /usr/bin/python2.7)
==3695== by 0x4C2FD8: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF7C4: ??? (in /usr/bin/python2.7)
==3695== by 0x4C30FF: ??? (in /usr/bin/python2.7)
==3695== by 0x4C35C5: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF7B6: ??? (in /usr/bin/python2.7)
==3695== by 0x4C30FF: ??? (in /usr/bin/python2.7)
==3695== by 0x4BD25B: PyAST_Compile (in /usr/bin/python2.7)
==3695== by 0x4F9216: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Address 0x7108020 is 368 bytes inside a block of size 384 free'd
==3695== at 0x4C2B7B2: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x51DFC1: ??? (in /usr/bin/python2.7)
==3695== by 0x477D9B: ??? (in /usr/bin/python2.7)
==3695== by 0x48708F: ??? (in /usr/bin/python2.7)
==3695== by 0x4C2EE8: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF7C4: ??? (in /usr/bin/python2.7)
==3695== by 0x4C30FF: ??? (in /usr/bin/python2.7)
==3695== by 0x4C35C5: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF7B6: ??? (in /usr/bin/python2.7)
==3695== by 0x4C30FF: ??? (in /usr/bin/python2.7)
==3695== by 0x4BD25B: PyAST_Compile (in /usr/bin/python2.7)
==3695== by 0x4F9216: PyRun_StringFlags (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x550879: ??? (in /usr/bin/python2.7)
==3695== by 0x4D2E3C: _PyString_Resize (in /usr/bin/python2.7)
==3695== by 0x5334D9: ??? (in /usr/bin/python2.7)
==3695== by 0x4C34E2: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF7B6: ??? (in /usr/bin/python2.7)
==3695== by 0x4C30FF: ??? (in /usr/bin/python2.7)
==3695== by 0x4BD25B: PyAST_Compile (in /usr/bin/python2.7)
==3695== by 0x4F9216: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== Address 0x710c020 is 0 bytes inside a block of size 40 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x56C4A3: PyCode_Optimize (in /usr/bin/python2.7)
==3695== by 0x5336FC: ??? (in /usr/bin/python2.7)
==3695== by 0x4C2FAC: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF7C4: ??? (in /usr/bin/python2.7)
==3695== by 0x4C30FF: ??? (in /usr/bin/python2.7)
==3695== by 0x4C35C5: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF7B6: ??? (in /usr/bin/python2.7)
==3695== by 0x4C30FF: ??? (in /usr/bin/python2.7)
==3695== by 0x4BD25B: PyAST_Compile (in /usr/bin/python2.7)
==3695== by 0x4F9216: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x533C31: ??? (in /usr/bin/python2.7)
==3695== by 0x4C34E2: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF7B6: ??? (in /usr/bin/python2.7)
==3695== by 0x4C30FF: ??? (in /usr/bin/python2.7)
==3695== by 0x4BD25B: PyAST_Compile (in /usr/bin/python2.7)
==3695== by 0x4F9216: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== Address 0x710c020 is 0 bytes inside a block of size 40 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x56C4A3: PyCode_Optimize (in /usr/bin/python2.7)
==3695== by 0x5336FC: ??? (in /usr/bin/python2.7)
==3695== by 0x4C2FAC: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF7C4: ??? (in /usr/bin/python2.7)
==3695== by 0x4C30FF: ??? (in /usr/bin/python2.7)
==3695== by 0x4C35C5: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF7B6: ??? (in /usr/bin/python2.7)
==3695== by 0x4C30FF: ??? (in /usr/bin/python2.7)
==3695== by 0x4BD25B: PyAST_Compile (in /usr/bin/python2.7)
==3695== by 0x4F9216: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x576488: ??? (in /usr/bin/python2.7)
==3695== by 0x46C495: ??? (in /usr/bin/python2.7)
==3695== by 0x4C34ED: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF7B6: ??? (in /usr/bin/python2.7)
==3695== by 0x4C30FF: ??? (in /usr/bin/python2.7)
==3695== by 0x4BD25B: PyAST_Compile (in /usr/bin/python2.7)
==3695== by 0x4F9216: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== Address 0x710b020 is 176 bytes inside a block of size 384 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x576488: ??? (in /usr/bin/python2.7)
==3695== by 0x46C495: ??? (in /usr/bin/python2.7)
==3695== by 0x4C2FB7: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF7C4: ??? (in /usr/bin/python2.7)
==3695== by 0x4C30FF: ??? (in /usr/bin/python2.7)
==3695== by 0x4C35C5: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF7B6: ??? (in /usr/bin/python2.7)
==3695== by 0x4C30FF: ??? (in /usr/bin/python2.7)
==3695== by 0x4BD25B: PyAST_Compile (in /usr/bin/python2.7)
==3695== by 0x4F9216: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x474971: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9273: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x541299: ??? (in /usr/bin/python2.7)
==3695== by 0x5417A2: ??? (in /usr/bin/python2.7)
==3695== Address 0x710d020 is 8 bytes after a block of size 104 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x56C4B3: PyCode_Optimize (in /usr/bin/python2.7)
==3695== by 0x5336FC: ??? (in /usr/bin/python2.7)
==3695== by 0x4BD15D: PyAST_Compile (in /usr/bin/python2.7)
==3695== by 0x4F9216: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x552CA1: ??? (in /usr/bin/python2.7)
==3695== by 0x5008E3: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x541299: ??? (in /usr/bin/python2.7)
==3695== by 0x5417A2: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== Address 0x70b0020 is 1,472 bytes inside a block of size 1,624 free'd
==3695== at 0x4C2B7B2: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x4D2E3C: _PyString_Resize (in /usr/bin/python2.7)
==3695== by 0x4D99E3: ??? (in /usr/bin/python2.7)
==3695== by 0x4FD3E8: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x541299: ??? (in /usr/bin/python2.7)
==3695== by 0x5417A2: ??? (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x550879: ??? (in /usr/bin/python2.7)
==3695== by 0x4D2E3C: _PyString_Resize (in /usr/bin/python2.7)
==3695== by 0x4E4818: PyString_Format (in /usr/bin/python2.7)
==3695== by 0x4FAF8A: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E91C: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== Address 0x7146020 is 2,208 bytes inside a block of size 2,832 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x552D7C: ??? (in /usr/bin/python2.7)
==3695== by 0x539766: PyMarshal_ReadLastObjectFromFile (in /usr/bin/python2.7)
==3695== by 0x540360: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E91C: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== by 0x4FBAE0: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Conditional jump or move depends on uninitialised value(s)
==3695== at 0x573788: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x55D9C4: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9138: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Conditional jump or move depends on uninitialised value(s)
==3695== at 0x573788: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x55DA3F: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9138: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x55D7DD: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9138: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Address 0x7155020 is 35,312 bytes inside a block of size 36,032 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x53FCD7: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9182: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E91C: ??? (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x550879: ??? (in /usr/bin/python2.7)
==3695== by 0x51DFC1: ??? (in /usr/bin/python2.7)
==3695== by 0x477D9B: ??? (in /usr/bin/python2.7)
==3695== by 0x48708F: ??? (in /usr/bin/python2.7)
==3695== by 0x4C2EE8: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF7C4: ??? (in /usr/bin/python2.7)
==3695== by 0x4C30FF: ??? (in /usr/bin/python2.7)
==3695== by 0x4C35C5: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF7B6: ??? (in /usr/bin/python2.7)
==3695== by 0x4C30FF: ??? (in /usr/bin/python2.7)
==3695== by 0x4BD25B: PyAST_Compile (in /usr/bin/python2.7)
==3695== by 0x4F9216: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== Address 0x715d020 is 512 bytes inside a block of size 768 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x553267: ??? (in /usr/bin/python2.7)
==3695== by 0x535A69: ??? (in /usr/bin/python2.7)
==3695== by 0x5358F1: ??? (in /usr/bin/python2.7)
==3695== by 0x5358F1: ??? (in /usr/bin/python2.7)
==3695== by 0x4BE7C1: PySymtable_Build (in /usr/bin/python2.7)
==3695== by 0x4BCFB4: PyAST_Compile (in /usr/bin/python2.7)
==3695== by 0x4F9216: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x46C495: ??? (in /usr/bin/python2.7)
==3695== by 0x4C34ED: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF7B6: ??? (in /usr/bin/python2.7)
==3695== by 0x4C30FF: ??? (in /usr/bin/python2.7)
==3695== by 0x4BD25B: PyAST_Compile (in /usr/bin/python2.7)
==3695== by 0x4F9216: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== Address 0x715d020 is 512 bytes inside a block of size 768 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x553267: ??? (in /usr/bin/python2.7)
==3695== by 0x535A69: ??? (in /usr/bin/python2.7)
==3695== by 0x5358F1: ??? (in /usr/bin/python2.7)
==3695== by 0x5358F1: ??? (in /usr/bin/python2.7)
==3695== by 0x4BE7C1: PySymtable_Build (in /usr/bin/python2.7)
==3695== by 0x4BCFB4: PyAST_Compile (in /usr/bin/python2.7)
==3695== by 0x4F9216: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Conditional jump or move depends on uninitialised value(s)
==3695== at 0x573788: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x474846: ??? (in /usr/bin/python2.7)
==3695== by 0x5403EF: ??? (in /usr/bin/python2.7)
==3695== by 0x49446F: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== by 0x4FBAE0: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x601019A: __fopen_internal (iofopen.c:76)
==3695== by 0x563B54: ??? (in /usr/bin/python2.7)
==3695== by 0x49444E: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== by 0x4FBAE0: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Use of uninitialised value of size 8
==3695== at 0x5737A0: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x474846: ??? (in /usr/bin/python2.7)
==3695== by 0x5403EF: ??? (in /usr/bin/python2.7)
==3695== by 0x49446F: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== by 0x4FBAE0: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x601019A: __fopen_internal (iofopen.c:76)
==3695== by 0x563B54: ??? (in /usr/bin/python2.7)
==3695== by 0x49444E: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== by 0x4FBAE0: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x5537E6: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9604: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x541299: ??? (in /usr/bin/python2.7)
==3695== by 0x5417A2: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== Address 0x12c3c020 is 368 bytes inside a block of size 1,156 free'd
==3695== at 0x4C2B7B2: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x4D2E3C: _PyString_Resize (in /usr/bin/python2.7)
==3695== by 0x4DAF1E: ??? (in /usr/bin/python2.7)
==3695== by 0x4DB63B: ??? (in /usr/bin/python2.7)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x541299: ??? (in /usr/bin/python2.7)
==3695== by 0x5417A2: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x550879: ??? (in /usr/bin/python2.7)
==3695== by 0x4D2E3C: _PyString_Resize (in /usr/bin/python2.7)
==3695== by 0x4DAF1E: ??? (in /usr/bin/python2.7)
==3695== by 0x4DB63B: ??? (in /usr/bin/python2.7)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x541299: ??? (in /usr/bin/python2.7)
==3695== by 0x5417A2: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== Address 0x12c3c020 is 368 bytes inside a block of size 1,156 free'd
==3695== at 0x4C2B7B2: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x4D2E3C: _PyString_Resize (in /usr/bin/python2.7)
==3695== by 0x4DAF1E: ??? (in /usr/bin/python2.7)
==3695== by 0x4DB63B: ??? (in /usr/bin/python2.7)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x541299: ??? (in /usr/bin/python2.7)
==3695== by 0x5417A2: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x5537E6: ??? (in /usr/bin/python2.7)
==3695== by 0x553769: ??? (in /usr/bin/python2.7)
==3695== by 0x474869: ??? (in /usr/bin/python2.7)
==3695== by 0x5403EF: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x541299: ??? (in /usr/bin/python2.7)
==3695== by 0x5417A2: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== by 0x4FBAE0: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Address 0x6d4b020 is 12 bytes after a block of size 356 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x50466E: PyString_FromStringAndSize (in /usr/bin/python2.7)
==3695== by 0x5384A0: ??? (in /usr/bin/python2.7)
==3695== by 0x5385B5: ??? (in /usr/bin/python2.7)
==3695== by 0x5385B5: ??? (in /usr/bin/python2.7)
==3695== by 0x5386D3: ??? (in /usr/bin/python2.7)
==3695== by 0x539666: PyMarshal_ReadObjectFromFile (in /usr/bin/python2.7)
==3695== by 0x539785: PyMarshal_ReadLastObjectFromFile (in /usr/bin/python2.7)
==3695== by 0x540360: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x541299: ??? (in /usr/bin/python2.7)
==3695== by 0x5417A2: ??? (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x550879: ??? (in /usr/bin/python2.7)
==3695== by 0x4D2E3C: _PyString_Resize (in /usr/bin/python2.7)
==3695== by 0x504AB0: PyString_FromFormatV (in /usr/bin/python2.7)
==3695== by 0x50612B: PyString_FromFormat (in /usr/bin/python2.7)
==3695== by 0x11C728B7: ufunc_get_doc (ufunc_object.c:5504)
==3695== by 0x458FA7: ??? (in /usr/bin/python2.7)
==3695== by 0x4622D9: _PyObject_GenericGetAttrWithDict (in /usr/bin/python2.7)
==3695== by 0x568472: ??? (in /usr/bin/python2.7)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== Address 0x12f0e020 is 0 bytes after a block of size 1,504 free'd
==3695== at 0x4C2B7B2: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x4D2E3C: _PyString_Resize (in /usr/bin/python2.7)
==3695== by 0x504AB0: PyString_FromFormatV (in /usr/bin/python2.7)
==3695== by 0x50612B: PyString_FromFormat (in /usr/bin/python2.7)
==3695== by 0x11C728B7: ufunc_get_doc (ufunc_object.c:5504)
==3695== by 0x458FA7: ??? (in /usr/bin/python2.7)
==3695== by 0x4622D9: _PyObject_GenericGetAttrWithDict (in /usr/bin/python2.7)
==3695== by 0x568472: ??? (in /usr/bin/python2.7)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695==
==3695== Conditional jump or move depends on uninitialised value(s)
==3695== at 0x550882: ??? (in /usr/bin/python2.7)
==3695== by 0x4D2E3C: _PyString_Resize (in /usr/bin/python2.7)
==3695== by 0x504AB0: PyString_FromFormatV (in /usr/bin/python2.7)
==3695== by 0x50612B: PyString_FromFormat (in /usr/bin/python2.7)
==3695== by 0x11C728B7: ufunc_get_doc (ufunc_object.c:5504)
==3695== by 0x458FA7: ??? (in /usr/bin/python2.7)
==3695== by 0x4622D9: _PyObject_GenericGetAttrWithDict (in /usr/bin/python2.7)
==3695== by 0x568472: ??? (in /usr/bin/python2.7)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x51C5EC: _PyObject_GC_Malloc (in /usr/bin/python2.7)
==3695== by 0x504183: PyDict_New (in /usr/bin/python2.7)
==3695== by 0x4F1C37: PyInstance_NewRaw (in /usr/bin/python2.7)
==3695== by 0x4F1D6D: PyInstance_New (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x541299: ??? (in /usr/bin/python2.7)
==3695==
==3695== Use of uninitialised value of size 8
==3695== at 0x55089A: ??? (in /usr/bin/python2.7)
==3695== by 0x4D2E3C: _PyString_Resize (in /usr/bin/python2.7)
==3695== by 0x504AB0: PyString_FromFormatV (in /usr/bin/python2.7)
==3695== by 0x50612B: PyString_FromFormat (in /usr/bin/python2.7)
==3695== by 0x11C728B7: ufunc_get_doc (ufunc_object.c:5504)
==3695== by 0x458FA7: ??? (in /usr/bin/python2.7)
==3695== by 0x4622D9: _PyObject_GenericGetAttrWithDict (in /usr/bin/python2.7)
==3695== by 0x568472: ??? (in /usr/bin/python2.7)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x51C5EC: _PyObject_GC_Malloc (in /usr/bin/python2.7)
==3695== by 0x504183: PyDict_New (in /usr/bin/python2.7)
==3695== by 0x4F1C37: PyInstance_NewRaw (in /usr/bin/python2.7)
==3695== by 0x4F1D6D: PyInstance_New (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x541299: ??? (in /usr/bin/python2.7)
==3695==
==3695== Conditional jump or move depends on uninitialised value(s)
==3695== at 0x573788: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x576488: ??? (in /usr/bin/python2.7)
==3695== by 0x46C495: ??? (in /usr/bin/python2.7)
==3695== by 0x4BD168: PyAST_Compile (in /usr/bin/python2.7)
==3695== by 0x4F9216: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x51C5EC: _PyObject_GC_Malloc (in /usr/bin/python2.7)
==3695== by 0x504183: PyDict_New (in /usr/bin/python2.7)
==3695== by 0x5356DF: ??? (in /usr/bin/python2.7)
==3695== by 0x4BE7C1: PySymtable_Build (in /usr/bin/python2.7)
==3695== by 0x4BCFB4: PyAST_Compile (in /usr/bin/python2.7)
==3695== by 0x4F9216: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695==
==3695== Use of uninitialised value of size 8
==3695== at 0x5737A0: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x576488: ??? (in /usr/bin/python2.7)
==3695== by 0x46C495: ??? (in /usr/bin/python2.7)
==3695== by 0x4BD168: PyAST_Compile (in /usr/bin/python2.7)
==3695== by 0x4F9216: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x51C5EC: _PyObject_GC_Malloc (in /usr/bin/python2.7)
==3695== by 0x504183: PyDict_New (in /usr/bin/python2.7)
==3695== by 0x5356DF: ??? (in /usr/bin/python2.7)
==3695== by 0x4BE7C1: PySymtable_Build (in /usr/bin/python2.7)
==3695== by 0x4BCFB4: PyAST_Compile (in /usr/bin/python2.7)
==3695== by 0x4F9216: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695==
==3695== Conditional jump or move depends on uninitialised value(s)
==3695== at 0x573788: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x46C495: ??? (in /usr/bin/python2.7)
==3695== by 0x4BD168: PyAST_Compile (in /usr/bin/python2.7)
==3695== by 0x4F9216: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x51C5EC: _PyObject_GC_Malloc (in /usr/bin/python2.7)
==3695== by 0x504183: PyDict_New (in /usr/bin/python2.7)
==3695== by 0x5356DF: ??? (in /usr/bin/python2.7)
==3695== by 0x4BE7C1: PySymtable_Build (in /usr/bin/python2.7)
==3695== by 0x4BCFB4: PyAST_Compile (in /usr/bin/python2.7)
==3695== by 0x4F9216: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695==
==3695== Use of uninitialised value of size 8
==3695== at 0x5737A0: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x46C495: ??? (in /usr/bin/python2.7)
==3695== by 0x4BD168: PyAST_Compile (in /usr/bin/python2.7)
==3695== by 0x4F9216: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x51C5EC: _PyObject_GC_Malloc (in /usr/bin/python2.7)
==3695== by 0x504183: PyDict_New (in /usr/bin/python2.7)
==3695== by 0x5356DF: ??? (in /usr/bin/python2.7)
==3695== by 0x4BE7C1: PySymtable_Build (in /usr/bin/python2.7)
==3695== by 0x4BCFB4: PyAST_Compile (in /usr/bin/python2.7)
==3695== by 0x4F9216: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x55D97F: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9138: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9255: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== Address 0x138b1020 is 35,360 bytes inside a block of size 36,032 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x53FCD7: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9182: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9255: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x474971: ??? (in /usr/bin/python2.7)
==3695== by 0x474B04: ??? (in /usr/bin/python2.7)
==3695== by 0x553499: PyDict_Clear (in /usr/bin/python2.7)
==3695== by 0x5534FD: ??? (in /usr/bin/python2.7)
==3695== by 0x51C0D5: ??? (in /usr/bin/python2.7)
==3695== by 0x51C698: _PyObject_GC_Malloc (in /usr/bin/python2.7)
==3695== by 0x51DE58: PyType_GenericAlloc (in /usr/bin/python2.7)
==3695== by 0x4CC6DB: ??? (in /usr/bin/python2.7)
==3695== by 0x4C8F87: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== Address 0x13895020 is 16 bytes inside a block of size 424 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x474971: ??? (in /usr/bin/python2.7)
==3695== by 0x5537E6: ??? (in /usr/bin/python2.7)
==3695== by 0x474869: ??? (in /usr/bin/python2.7)
==3695== by 0x5403EF: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541855: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== by 0x4FBAE0: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x51C0F0: ??? (in /usr/bin/python2.7)
==3695== by 0x51C698: _PyObject_GC_Malloc (in /usr/bin/python2.7)
==3695== by 0x51DE58: PyType_GenericAlloc (in /usr/bin/python2.7)
==3695== by 0x4CC6DB: ??? (in /usr/bin/python2.7)
==3695== by 0x4C8F87: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== by 0x444B3A: PyErr_NormalizeException (in /usr/bin/python2.7)
==3695== by 0x4FD624: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== Address 0x13895020 is 16 bytes inside a block of size 424 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x474971: ??? (in /usr/bin/python2.7)
==3695== by 0x5537E6: ??? (in /usr/bin/python2.7)
==3695== by 0x474869: ??? (in /usr/bin/python2.7)
==3695== by 0x5403EF: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== by 0x541855: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== by 0x4FBAE0: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x55325C: ??? (in /usr/bin/python2.7)
==3695== by 0x471922: ??? (in /usr/bin/python2.7)
==3695== by 0x552DFB: ??? (in /usr/bin/python2.7)
==3695== by 0x5537E6: ??? (in /usr/bin/python2.7)
==3695== by 0x553769: ??? (in /usr/bin/python2.7)
==3695== by 0x552DFB: ??? (in /usr/bin/python2.7)
==3695== by 0x55328C: ??? (in /usr/bin/python2.7)
==3695== by 0x471922: ??? (in /usr/bin/python2.7)
==3695== by 0x5537E6: ??? (in /usr/bin/python2.7)
==3695== by 0x553769: ??? (in /usr/bin/python2.7)
==3695== by 0x552DFB: ??? (in /usr/bin/python2.7)
==3695== Address 0x139aa020 is 16 bytes before a block of size 32 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x4C2B857: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x42ABE9: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9C45: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x55325C: ??? (in /usr/bin/python2.7)
==3695== by 0x471922: ??? (in /usr/bin/python2.7)
==3695== by 0x5537E6: ??? (in /usr/bin/python2.7)
==3695== by 0x553769: ??? (in /usr/bin/python2.7)
==3695== by 0x552DFB: ??? (in /usr/bin/python2.7)
==3695== by 0x55328C: ??? (in /usr/bin/python2.7)
==3695== by 0x471922: ??? (in /usr/bin/python2.7)
==3695== by 0x5537E6: ??? (in /usr/bin/python2.7)
==3695== by 0x553769: ??? (in /usr/bin/python2.7)
==3695== by 0x552DFB: ??? (in /usr/bin/python2.7)
==3695== by 0x55328C: ??? (in /usr/bin/python2.7)
==3695== Address 0x139aa020 is 16 bytes before a block of size 32 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x4C2B857: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x42ABE9: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9C45: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695==
==3695== More than 100 errors detected. Subsequent errors
==3695== will still be recorded, but in less detail than before.
==3695== Use of uninitialised value of size 8
==3695== at 0x5737A0: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x55D9C4: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x55DA67: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9138: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x54FD77: PyObject_Malloc (in /usr/bin/python2.7)
==3695== by 0x5512EB: PyNode_AddChild (in /usr/bin/python2.7)
==3695== by 0x551572: PyParser_AddToken (in /usr/bin/python2.7)
==3695== by 0x53FC76: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9182: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695==
==3695== Conditional jump or move depends on uninitialised value(s)
==3695== at 0x550882: ??? (in /usr/bin/python2.7)
==3695== by 0x51DFC1: ??? (in /usr/bin/python2.7)
==3695== by 0x4869AB: ??? (in /usr/bin/python2.7)
==3695== by 0x4861D7: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF5D3: ??? (in /usr/bin/python2.7)
==3695== by 0x4C1C5F: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF6AB: ??? (in /usr/bin/python2.7)
==3695== by 0x4C2F8D: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF7C4: ??? (in /usr/bin/python2.7)
==3695== by 0x4C30FF: ??? (in /usr/bin/python2.7)
==3695== by 0x4C35C5: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF7B6: ??? (in /usr/bin/python2.7)
==3695==
==3695== Use of uninitialised value of size 8
==3695== at 0x55089A: ??? (in /usr/bin/python2.7)
==3695== by 0x51DFC1: ??? (in /usr/bin/python2.7)
==3695== by 0x4869AB: ??? (in /usr/bin/python2.7)
==3695== by 0x4861D7: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF5D3: ??? (in /usr/bin/python2.7)
==3695== by 0x4C1C5F: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF6AB: ??? (in /usr/bin/python2.7)
==3695== by 0x4C2F8D: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF7C4: ??? (in /usr/bin/python2.7)
==3695== by 0x4C30FF: ??? (in /usr/bin/python2.7)
==3695== by 0x4C35C5: ??? (in /usr/bin/python2.7)
==3695== by 0x4BF7B6: ??? (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x729DA3F: NpyIter_Deallocate (nditer_constr.c:699)
==3695== by 0x11C22049: PyUFunc_ReduceWrapper (reduction.c:554)
==3695== by 0x11C74FAB: PyUFunc_Reduce (ufunc_object.c:3022)
==3695== by 0x11C7562E: ufunc_reduce (ufunc_object.c:3992)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x7283308: array_any (methods.c:101)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== Address 0x13be6020 is 272 bytes inside a block of size 424 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x729DA3F: NpyIter_Deallocate (nditer_constr.c:699)
==3695== by 0x11C22049: PyUFunc_ReduceWrapper (reduction.c:554)
==3695== by 0x11C74FAB: PyUFunc_Reduce (ufunc_object.c:3022)
==3695== by 0x11C7562E: ufunc_reduce (ufunc_object.c:3992)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x7283308: array_any (methods.c:101)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Conditional jump or move depends on uninitialised value(s)
==3695== at 0x573788: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x5537D5: ??? (in /usr/bin/python2.7)
==3695== by 0x47488C: ??? (in /usr/bin/python2.7)
==3695== by 0x5537E6: ??? (in /usr/bin/python2.7)
==3695== by 0x474869: ??? (in /usr/bin/python2.7)
==3695== by 0x5403EF: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E91C: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x54FD77: PyObject_Malloc (in /usr/bin/python2.7)
==3695== by 0x51C5EC: _PyObject_GC_Malloc (in /usr/bin/python2.7)
==3695== by 0x4CBF38: PyTuple_New (in /usr/bin/python2.7)
==3695== by 0x53858E: ??? (in /usr/bin/python2.7)
==3695== by 0x5386D3: ??? (in /usr/bin/python2.7)
==3695== by 0x5385B5: ??? (in /usr/bin/python2.7)
==3695== by 0x5386D3: ??? (in /usr/bin/python2.7)
==3695== by 0x5385B5: ??? (in /usr/bin/python2.7)
==3695== by 0x5386D3: ??? (in /usr/bin/python2.7)
==3695== by 0x539743: PyMarshal_ReadLastObjectFromFile (in /usr/bin/python2.7)
==3695== by 0x540360: ??? (in /usr/bin/python2.7)
==3695==
==3695== Use of uninitialised value of size 8
==3695== at 0x5737A0: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x5537D5: ??? (in /usr/bin/python2.7)
==3695== by 0x47488C: ??? (in /usr/bin/python2.7)
==3695== by 0x5537E6: ??? (in /usr/bin/python2.7)
==3695== by 0x474869: ??? (in /usr/bin/python2.7)
==3695== by 0x5403EF: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E91C: ??? (in /usr/bin/python2.7)
==3695== by 0x541693: ??? (in /usr/bin/python2.7)
==3695== by 0x4E0E9A: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x54FD77: PyObject_Malloc (in /usr/bin/python2.7)
==3695== by 0x51C5EC: _PyObject_GC_Malloc (in /usr/bin/python2.7)
==3695== by 0x4CBF38: PyTuple_New (in /usr/bin/python2.7)
==3695== by 0x53858E: ??? (in /usr/bin/python2.7)
==3695== by 0x5386D3: ??? (in /usr/bin/python2.7)
==3695== by 0x5385B5: ??? (in /usr/bin/python2.7)
==3695== by 0x5386D3: ??? (in /usr/bin/python2.7)
==3695== by 0x5385B5: ??? (in /usr/bin/python2.7)
==3695== by 0x5386D3: ??? (in /usr/bin/python2.7)
==3695== by 0x539743: PyMarshal_ReadLastObjectFromFile (in /usr/bin/python2.7)
==3695== by 0x540360: ??? (in /usr/bin/python2.7)
==3695==
==3695== Conditional jump or move depends on uninitialised value(s)
==3695== at 0x573788: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x51C0F0: ??? (in /usr/bin/python2.7)
==3695== by 0x51C698: _PyObject_GC_Malloc (in /usr/bin/python2.7)
==3695== by 0x51DE58: PyType_GenericAlloc (in /usr/bin/python2.7)
==3695== by 0x4C8F87: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== by 0x41E892: ??? (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x51C5EC: _PyObject_GC_Malloc (in /usr/bin/python2.7)
==3695== by 0x51F3BD: _PyObject_GC_NewVar (in /usr/bin/python2.7)
==3695== by 0x424150: PyFrame_New (in /usr/bin/python2.7)
==3695== by 0x500791: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x43F529: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x5623D6: ??? (in /usr/bin/python2.7)
==3695== by 0x5654CA: ??? (in /usr/bin/python2.7)
==3695== by 0x41D1E3: ??? (in /usr/bin/python2.7)
==3695==
==3695== Conditional jump or move depends on uninitialised value(s)
==3695== at 0x573788: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x55D97F: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9138: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9255: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x51E2BE: PyArena_New (in /usr/bin/python2.7)
==3695== by 0x4F91D9: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9255: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x4756BD: ??? (in /usr/bin/python2.7)
==3695== by 0x51C0F0: ??? (in /usr/bin/python2.7)
==3695== by 0x51C698: _PyObject_GC_Malloc (in /usr/bin/python2.7)
==3695== by 0x4F1C4F: PyInstance_NewRaw (in /usr/bin/python2.7)
==3695== by 0x4F1D6D: PyInstance_New (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Address 0x6df1020 is 1,920 bytes inside a block of size 2,048 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x552D7C: ??? (in /usr/bin/python2.7)
==3695== by 0x552CA1: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9D26: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Conditional jump or move depends on uninitialised value(s)
==3695== at 0x573788: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x55325C: ??? (in /usr/bin/python2.7)
==3695== by 0x471922: ??? (in /usr/bin/python2.7)
==3695== by 0x5537E6: ??? (in /usr/bin/python2.7)
==3695== by 0x553769: ??? (in /usr/bin/python2.7)
==3695== by 0x552DFB: ??? (in /usr/bin/python2.7)
==3695== by 0x55328C: ??? (in /usr/bin/python2.7)
==3695== by 0x471922: ??? (in /usr/bin/python2.7)
==3695== by 0x5537E6: ??? (in /usr/bin/python2.7)
==3695== by 0x553769: ??? (in /usr/bin/python2.7)
==3695== by 0x552DFB: ??? (in /usr/bin/python2.7)
==3695== by 0x55328C: ??? (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x54FD77: PyObject_Malloc (in /usr/bin/python2.7)
==3695== by 0x50466E: PyString_FromStringAndSize (in /usr/bin/python2.7)
==3695== by 0x5384A0: ??? (in /usr/bin/python2.7)
==3695== by 0x5385B5: ??? (in /usr/bin/python2.7)
==3695== by 0x5386FF: ??? (in /usr/bin/python2.7)
==3695== by 0x5385B5: ??? (in /usr/bin/python2.7)
==3695== by 0x5386D3: ??? (in /usr/bin/python2.7)
==3695== by 0x5385B5: ??? (in /usr/bin/python2.7)
==3695== by 0x5386D3: ??? (in /usr/bin/python2.7)
==3695== by 0x539743: PyMarshal_ReadLastObjectFromFile (in /usr/bin/python2.7)
==3695== by 0x540360: ??? (in /usr/bin/python2.7)
==3695==
==3695== Use of uninitialised value of size 8
==3695== at 0x5737A0: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x55325C: ??? (in /usr/bin/python2.7)
==3695== by 0x471922: ??? (in /usr/bin/python2.7)
==3695== by 0x5537E6: ??? (in /usr/bin/python2.7)
==3695== by 0x553769: ??? (in /usr/bin/python2.7)
==3695== by 0x552DFB: ??? (in /usr/bin/python2.7)
==3695== by 0x55328C: ??? (in /usr/bin/python2.7)
==3695== by 0x471922: ??? (in /usr/bin/python2.7)
==3695== by 0x5537E6: ??? (in /usr/bin/python2.7)
==3695== by 0x553769: ??? (in /usr/bin/python2.7)
==3695== by 0x552DFB: ??? (in /usr/bin/python2.7)
==3695== by 0x55328C: ??? (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x54FD77: PyObject_Malloc (in /usr/bin/python2.7)
==3695== by 0x50466E: PyString_FromStringAndSize (in /usr/bin/python2.7)
==3695== by 0x5384A0: ??? (in /usr/bin/python2.7)
==3695== by 0x5385B5: ??? (in /usr/bin/python2.7)
==3695== by 0x5386FF: ??? (in /usr/bin/python2.7)
==3695== by 0x5385B5: ??? (in /usr/bin/python2.7)
==3695== by 0x5386D3: ??? (in /usr/bin/python2.7)
==3695== by 0x5385B5: ??? (in /usr/bin/python2.7)
==3695== by 0x5386D3: ??? (in /usr/bin/python2.7)
==3695== by 0x539743: PyMarshal_ReadLastObjectFromFile (in /usr/bin/python2.7)
==3695== by 0x540360: ??? (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x573E28: ??? (in /usr/bin/python2.7)
==3695== by 0x552CA1: ??? (in /usr/bin/python2.7)
==3695== by 0x55C655: ??? (in /usr/bin/python2.7)
==3695== by 0x497E4B: ??? (in /usr/bin/python2.7)
==3695== by 0x497EF3: ??? (in /usr/bin/python2.7)
==3695== by 0x49807C: ??? (in /usr/bin/python2.7)
==3695== by 0x4FD1CC: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x497C49: ??? (in /usr/bin/python2.7)
==3695== by 0x497E03: ??? (in /usr/bin/python2.7)
==3695== by 0x497EF3: ??? (in /usr/bin/python2.7)
==3695== by 0x49807C: ??? (in /usr/bin/python2.7)
==3695== Address 0x6cee020 is 6,912 bytes inside a block of size 8,229 free'd
==3695== at 0x4C2B7B2: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x4D2E3C: _PyString_Resize (in /usr/bin/python2.7)
==3695== by 0x12F4EA0D: ??? (in /usr/lib/python2.7/lib-dynload/_io.so)
==3695== by 0x12F4CDDF: ??? (in /usr/lib/python2.7/lib-dynload/_io.so)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4618E1: PyObject_CallMethodObjArgs (in /usr/bin/python2.7)
==3695== by 0x12F4B9D3: ??? (in /usr/lib/python2.7/lib-dynload/_io.so)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x562171: _PyObject_CallMethod_SizeT (in /usr/bin/python2.7)
==3695== by 0x12F497A3: ??? (in /usr/lib/python2.7/lib-dynload/_io.so)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Conditional jump or move depends on uninitialised value(s)
==3695== at 0x573788: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x12F4BE9E: ??? (in /usr/lib/python2.7/lib-dynload/_io.so)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x562171: _PyObject_CallMethod_SizeT (in /usr/bin/python2.7)
==3695== by 0x12F497A3: ??? (in /usr/lib/python2.7/lib-dynload/_io.so)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x497C49: ??? (in /usr/bin/python2.7)
==3695== by 0x4EF758: ??? (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x12F49FF7: ??? (in /usr/lib/python2.7/lib-dynload/_io.so)
==3695== by 0x12F4A1F8: ??? (in /usr/lib/python2.7/lib-dynload/_io.so)
==3695== by 0x4C9045: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x561B14: _PyObject_CallFunction_SizeT (in /usr/bin/python2.7)
==3695== by 0x12F466D3: ??? (in /usr/lib/python2.7/lib-dynload/_io.so)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Conditional jump or move depends on uninitialised value(s)
==3695== at 0x573788: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x12F498E1: ??? (in /usr/lib/python2.7/lib-dynload/_io.so)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x497C49: ??? (in /usr/bin/python2.7)
==3695== by 0x4EF758: ??? (in /usr/bin/python2.7)
==3695== by 0x4453BF: ??? (in /usr/bin/python2.7)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x12F49FF7: ??? (in /usr/lib/python2.7/lib-dynload/_io.so)
==3695== by 0x12F4A1F8: ??? (in /usr/lib/python2.7/lib-dynload/_io.so)
==3695== by 0x4C9045: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x561B14: _PyObject_CallFunction_SizeT (in /usr/bin/python2.7)
==3695== by 0x12F466D3: ??? (in /usr/lib/python2.7/lib-dynload/_io.so)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Use of uninitialised value of size 8
==3695== at 0x5737A0: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x12F4BE9E: ??? (in /usr/lib/python2.7/lib-dynload/_io.so)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x562171: _PyObject_CallMethod_SizeT (in /usr/bin/python2.7)
==3695== by 0x12F497A3: ??? (in /usr/lib/python2.7/lib-dynload/_io.so)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x497C49: ??? (in /usr/bin/python2.7)
==3695== by 0x4EF758: ??? (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x12F49FF7: ??? (in /usr/lib/python2.7/lib-dynload/_io.so)
==3695== by 0x12F4A1F8: ??? (in /usr/lib/python2.7/lib-dynload/_io.so)
==3695== by 0x4C9045: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x561B14: _PyObject_CallFunction_SizeT (in /usr/bin/python2.7)
==3695== by 0x12F466D3: ??? (in /usr/lib/python2.7/lib-dynload/_io.so)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x12F498E1: ??? (in /usr/lib/python2.7/lib-dynload/_io.so)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x497C49: ??? (in /usr/bin/python2.7)
==3695== by 0x4EF758: ??? (in /usr/bin/python2.7)
==3695== by 0x4453BF: ??? (in /usr/bin/python2.7)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== Address 0x6d05020 is 6,656 bytes inside a block of size 8,229 free'd
==3695== at 0x4C2B7B2: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x4D2E3C: _PyString_Resize (in /usr/bin/python2.7)
==3695== by 0x12F4EA0D: ??? (in /usr/lib/python2.7/lib-dynload/_io.so)
==3695== by 0x12F4CDDF: ??? (in /usr/lib/python2.7/lib-dynload/_io.so)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4618E1: PyObject_CallMethodObjArgs (in /usr/bin/python2.7)
==3695== by 0x12F4B9D3: ??? (in /usr/lib/python2.7/lib-dynload/_io.so)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x562171: _PyObject_CallMethod_SizeT (in /usr/bin/python2.7)
==3695== by 0x12F497A3: ??? (in /usr/lib/python2.7/lib-dynload/_io.so)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Conditional jump or move depends on uninitialised value(s)
==3695== at 0x573788: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x552CA1: ??? (in /usr/bin/python2.7)
==3695== by 0x5008E3: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x43F529: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x425BDD: ??? (in /usr/bin/python2.7)
==3695== by 0x4C9045: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x51C5EC: _PyObject_GC_Malloc (in /usr/bin/python2.7)
==3695== by 0x51F3BD: _PyObject_GC_NewVar (in /usr/bin/python2.7)
==3695== by 0x424150: PyFrame_New (in /usr/bin/python2.7)
==3695== by 0x500791: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x497C49: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9981: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Use of uninitialised value of size 8
==3695== at 0x5737A0: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x552CA1: ??? (in /usr/bin/python2.7)
==3695== by 0x5008E3: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x43F529: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x425BDD: ??? (in /usr/bin/python2.7)
==3695== by 0x4C9045: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x51C5EC: _PyObject_GC_Malloc (in /usr/bin/python2.7)
==3695== by 0x51F3BD: _PyObject_GC_NewVar (in /usr/bin/python2.7)
==3695== by 0x424150: PyFrame_New (in /usr/bin/python2.7)
==3695== by 0x500791: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x497C49: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9981: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x553499: PyDict_Clear (in /usr/bin/python2.7)
==3695== by 0x553565: ??? (in /usr/bin/python2.7)
==3695== by 0x4FA040: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695== by 0x5403D0: ??? (in /usr/bin/python2.7)
==3695== by 0x540D4C: ??? (in /usr/bin/python2.7)
==3695== Address 0x6800020 is 8,048 bytes inside a block of size 10,136 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x552D7C: ??? (in /usr/bin/python2.7)
==3695== by 0x552CA1: ??? (in /usr/bin/python2.7)
==3695== by 0x5008E3: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x4F96D6: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== Address 0x148a9020 is 720 bytes inside a block of size 1,104 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x4AFCDB: ??? (in /usr/bin/python2.7)
==3695== by 0x4B03CC: ??? (in /usr/bin/python2.7)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x4F9604: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x43F529: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== Address 0x665f020 is not stack'd, malloc'd or (recently) free'd
==3695==
....==3695== Conditional jump or move depends on uninitialised value(s)
==3695== at 0x573788: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x729DA3F: NpyIter_Deallocate (nditer_constr.c:699)
==3695== by 0x11C22049: PyUFunc_ReduceWrapper (reduction.c:554)
==3695== by 0x11C74FAB: PyUFunc_Reduce (ufunc_object.c:3022)
==3695== by 0x11C7562E: ufunc_reduce (ufunc_object.c:3992)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x7283408: array_all (methods.c:101)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x51C5EC: _PyObject_GC_Malloc (in /usr/bin/python2.7)
==3695== by 0x51F3BD: _PyObject_GC_NewVar (in /usr/bin/python2.7)
==3695== by 0x424150: PyFrame_New (in /usr/bin/python2.7)
==3695== by 0x500791: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
....==3695== Invalid read of size 8
==3695== at 0x7AAE675: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== Address 0x6d07858 is 0 bytes after a block of size 72 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1FAA: array_from_pyobj (fortranobject.c:719)
==3695== by 0x13E876AA: f2py_rout__flapack_dgetrf (_flapackmodule.c:12298)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Thread 3:
==3695== Invalid read of size 8
==3695== at 0x7AACE1C: dswap_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x788EE86: legacy_exec (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x788F0AC: blas_thread_server (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x4E39E99: start_thread (pthread_create.c:308)
==3695== Address 0x6d07858 is 0 bytes after a block of size 72 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1FAA: array_from_pyobj (fortranobject.c:719)
==3695== by 0x13E876AA: f2py_rout__flapack_dgetrf (_flapackmodule.c:12298)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
..==3695== Thread 1:
==3695== Use of uninitialised value of size 8
==3695== at 0x5737A0: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x729DA3F: NpyIter_Deallocate (nditer_constr.c:699)
==3695== by 0x11C22049: PyUFunc_ReduceWrapper (reduction.c:554)
==3695== by 0x11C74FAB: PyUFunc_Reduce (ufunc_object.c:3022)
==3695== by 0x11C7562E: ufunc_reduce (ufunc_object.c:3992)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x7283308: array_any (methods.c:101)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x51C5EC: _PyObject_GC_Malloc (in /usr/bin/python2.7)
==3695== by 0x51F3BD: _PyObject_GC_NewVar (in /usr/bin/python2.7)
==3695== by 0x424150: PyFrame_New (in /usr/bin/python2.7)
==3695== by 0x4F9CAB: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
...............==3695== Invalid read of size 8
==3695== at 0x7AAE675: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x3FF0109F1D09ADE4: ???
==3695== by 0x724C0FF: ??? (lowlevel_strided_loops.c.src:233)
==3695== by 0x753FD7F: ??? (in /usr/local/lib/python2.7/dist-packages/numpy/core/multiarray.so)
==3695== Address 0x7064358 is 0 bytes after a block of size 72 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A82F: PyUFunc_GenericFunction (ufunc_object.c:1557)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x4F9C45: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695==
.==3695== Invalid read of size 8
==3695== at 0x7AAE675: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFFA24F: ???
==3695== by 0x7FEFFA8BF: ???
==3695== by 0x146C7667: ???
==3695== by 0x4: ???
==3695== by 0x7FEFFA55B: ???
==3695== by 0x2: ???
==3695== by 0x7FEFFA8BF: ???
==3695== by 0x6D0780F: ???
==3695== by 0x1527F39F: ???
==3695== by 0x146C764F: ???
==3695== by 0x146C7637: ???
==3695== Address 0x6d07858 is 0 bytes after a block of size 72 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1FAA: array_from_pyobj (fortranobject.c:719)
==3695== by 0x13E876AA: f2py_rout__flapack_dgetrf (_flapackmodule.c:12298)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE675: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x2: ???
==3695== by 0x6D07827: ???
==3695== by 0x753F23F: ??? (in /usr/local/lib/python2.7/dist-packages/numpy/core/multiarray.so)
==3695== by 0x753F23F: ??? (in /usr/local/lib/python2.7/dist-packages/numpy/core/multiarray.so)
==3695== by 0xB: ???
==3695== by 0x7FEFFA02F: ???
==3695== by 0x767DABE: dgemv_ (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== Address 0x7064268 is 0 bytes after a block of size 72 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x55837C: ??? (in /usr/bin/python2.7)
==3695== by 0x4FD2DA: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695==
.==3695== Invalid read of size 8
==3695== at 0x7AAAF60: dcopy_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x906029A: dlarrv_ (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x90D69ED: dstemr_ (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x909EA44: dsyevr_ (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x13EBB508: f2py_rout__flapack_dsyevr (_flapackmodule.c:39513)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== Address 0x1527f3b8 is 0 bytes after a block of size 24 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F7F36: PyArray_FromAny (ctors.c:1124)
==3695== by 0x11C76F2E: get_ufunc_arguments (ufunc_object.c:822)
==3695== by 0x11C793F1: PyUFunc_GenericFunction (ufunc_object.c:2542)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
.....==3695== Invalid read of size 8
==3695== at 0x7AB017D: dgemv_t_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x2: ???
==3695== by 0x7FEFFA8BF: ???
==3695== Address 0x6f2afd8 is 0 bytes after a block of size 72 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F777B: PyArray_NewLikeArray (ctors.c:1041)
==3695== by 0x71F793B: PyArray_FromArray (ctors.c:1961)
==3695== by 0x71F7CDF: PyArray_FromAny (ctors.c:1781)
==3695== by 0x71F84B4: PyArray_CheckFromAny (ctors.c:1852)
==3695== by 0x728866C: _array_fromobject (multiarraymodule.c:1773)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE675: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFFA6EF: ???
==3695== by 0x7FEFFAD5F: ???
==3695== by 0x1473F807: ???
==3695== by 0x4: ???
==3695== by 0x7FEFFA9FB: ???
==3695== by 0x2: ???
==3695== by 0x7FEFFAD5F: ???
==3695== by 0x706421F: ???
==3695== by 0x1527F39F: ???
==3695== by 0x1473F7EF: ???
==3695== by 0x1473F7D7: ???
==3695== Address 0x7064268 is 0 bytes after a block of size 72 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x55837C: ??? (in /usr/bin/python2.7)
==3695== by 0x4FD2DA: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695==
.......==3695== Invalid read of size 8
==3695== at 0x7B5F4DC: zhemv_L_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFF77FF: ???
==3695== Address 0x13ac8af0 is not stack'd, malloc'd or (recently) free'd
==3695==
.............................................................0-th dimension must be fixed to 3 but got 15
..0-th dimension must be fixed to 3 but got 5
.............==3695== Invalid read of size 8
==3695== at 0x7AAA9C0: daxpy_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x76BEEFC: ger_kernel (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x788F618: exec_blas (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x76BF099: dger_thread (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x767DC37: dger_ (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x13C40197: f2py_rout__fblas_dger (_fblasmodule.c:10164)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== Address 0x15363c88 is 0 bytes after a block of size 24 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x7197EF0: array_richcompare (arrayobject.c:1413)
==3695== by 0x51AE62: PyObject_RichCompare (in /usr/bin/python2.7)
==3695== by 0x4D146F: ??? (in /usr/bin/python2.7)
==3695== by 0x4FDD50: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
.0-th dimension must be fixed to 4 but got 2
0-th dimension must be fixed to 4 but got 2
.0-th dimension must be fixed to 4 but got 2
0-th dimension must be fixed to 4 but got 2
.0-th dimension must be fixed to 4 but got 2
0-th dimension must be fixed to 4 but got 2
0-th dimension must be fixed to 4 but got 2
0-th dimension must be fixed to 4 but got 2
0-th dimension must be fixed to 4 but got 2
0-th dimension must be fixed to 4 but got 2
........................==3695== Conditional jump or move depends on uninitialised value(s)
==3695== at 0x573788: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x4E4E4D: PyString_Format (in /usr/bin/python2.7)
==3695== by 0x4FAF8A: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x51C5EC: _PyObject_GC_Malloc (in /usr/bin/python2.7)
==3695== by 0x51F3BD: _PyObject_GC_NewVar (in /usr/bin/python2.7)
==3695== by 0x424150: PyFrame_New (in /usr/bin/python2.7)
==3695== by 0x500791: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x43F529: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x425BDD: ??? (in /usr/bin/python2.7)
==3695== by 0x4C9045: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695==
==3695== Use of uninitialised value of size 8
==3695== at 0x5737A0: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x4E4E4D: PyString_Format (in /usr/bin/python2.7)
==3695== by 0x4FAF8A: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x51C5EC: _PyObject_GC_Malloc (in /usr/bin/python2.7)
==3695== by 0x51F3BD: _PyObject_GC_NewVar (in /usr/bin/python2.7)
==3695== by 0x424150: PyFrame_New (in /usr/bin/python2.7)
==3695== by 0x500791: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x43F529: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x425BDD: ??? (in /usr/bin/python2.7)
==3695== by 0x4C9045: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x4E4E4D: PyString_Format (in /usr/bin/python2.7)
==3695== by 0x4FAF8A: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== Address 0x6c1c020 is 112 bytes inside a block of size 384 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x576488: ??? (in /usr/bin/python2.7)
==3695== by 0x46C495: ??? (in /usr/bin/python2.7)
==3695== by 0x4BD168: PyAST_Compile (in /usr/bin/python2.7)
==3695== by 0x4F9216: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x497932: ??? (in /usr/bin/python2.7)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
.==3695== Invalid read of size 8
==3695== at 0x7AAE675: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFFA51F: ???
==3695== by 0x7FEFFA4FF: ???
==3695== by 0x7FEFFA62F: ???
==3695== by 0x7FEFFA96F: ???
==3695== by 0x7FEFFA72F: ???
==3695== by 0x155BC7AF: ???
==3695== Address 0x6af1348 is 0 bytes after a block of size 72 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192D67: npy_alloc_cache_zero (alloc.c:173)
==3695== by 0x71F50CA: PyArray_NewFromDescr_int (ctors.c:1038)
==3695== by 0x71F6AFD: PyArray_Zeros (ctors.c:2823)
==3695== by 0x72871F7: array_zeros (multiarraymodule.c:2027)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AB017D: dgemv_t_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x1: ???
==3695== by 0x7FEFFA8AF: ???
==3695== Address 0x6af1348 is 0 bytes after a block of size 72 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192D67: npy_alloc_cache_zero (alloc.c:173)
==3695== by 0x71F50CA: PyArray_NewFromDescr_int (ctors.c:1038)
==3695== by 0x71F6AFD: PyArray_Zeros (ctors.c:2823)
==3695== by 0x72871F7: array_zeros (multiarraymodule.c:2027)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
.==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x4FDCE7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45ABA5: PyEval_CallObjectWithKeywords (in /usr/bin/python2.7)
==3695== by 0x7196753: array_repr (arrayobject.c:669)
==3695== by 0x45BAF4: PyObject_Repr (in /usr/bin/python2.7)
==3695== Address 0x66a7020 is not stack'd, malloc'd or (recently) free'd
==3695==
...==3695== Invalid read of size 8
==3695== at 0x7AAE675: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFFA72F: ???
==3695== by 0x1F: ???
==3695== by 0x3: ???
==3695== by 0x1: ???
==3695== by 0x3: ???
==3695== by 0x7C75555555555553: ???
==3695== by 0x7FEFFAAB7: ???
==3695== by 0x7FEFFADAF: ???
==3695== by 0x1532499F: ???
==3695== by 0x685229F: ???
==3695== Address 0x68522c8 is 0 bytes after a block of size 72 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x728D115: PyArray_ConcatenateArrays (multiarraymodule.c:421)
==3695== by 0x728DAA5: PyArray_Concatenate (multiarraymodule.c:617)
==3695== by 0x728DBB1: array_concatenate (multiarraymodule.c:2194)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x43F529: ??? (in /usr/bin/python2.7)
==3695==
...K...........==3695== Invalid read of size 8
==3695== at 0x7AAE675: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFFA4FF: ???
==3695== by 0x7FEFFA4DF: ???
==3695== by 0x7FEFFA60F: ???
==3695== by 0x7FEFFA94F: ???
==3695== by 0x7FEFFA70F: ???
==3695== by 0x15F8290F: ???
==3695== Address 0x6af1348 is 0 bytes after a block of size 72 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192D67: npy_alloc_cache_zero (alloc.c:173)
==3695== by 0x71F50CA: PyArray_NewFromDescr_int (ctors.c:1038)
==3695== by 0x71F6AFD: PyArray_Zeros (ctors.c:2823)
==3695== by 0x72871F7: array_zeros (multiarraymodule.c:2027)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
.....==3695== Invalid read of size 8
==3695== at 0x7AAE675: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x138E1B82: ???
==3695== by 0x138E1A33: ???
==3695== by 0x727E608: array_subscript (mapping.c:1609)
==3695== by 0x4FA8A6: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x52329D: ??? (in /usr/bin/python2.7)
==3695== by 0x505F98: PyDict_SetItem (in /usr/bin/python2.7)
==3695== by 0x12EE766F: ???
==3695== by 0x13AF7DAF: ???
==3695== by 0x13B61CA0: ???
==3695== by 0x13B61B53: ???
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== Address 0x68522c8 is 0 bytes after a block of size 72 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x728D115: PyArray_ConcatenateArrays (multiarraymodule.c:421)
==3695== by 0x728DAA5: PyArray_Concatenate (multiarraymodule.c:617)
==3695== by 0x728DBB1: array_concatenate (multiarraymodule.c:2194)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x43F529: ??? (in /usr/bin/python2.7)
==3695==
....==3695== Invalid read of size 8
==3695== at 0x7AAE32F: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x15C462AF: ???
==3695== by 0x11EDDE07: ???
==3695== by 0x15C462AF: ???
==3695== Address 0x15cf87b8 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1FAA: array_from_pyobj (fortranobject.c:719)
==3695== by 0x13EA5891: f2py_rout__flapack_dgebal (_flapackmodule.c:7678)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAFD5B: dgemv_t_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x3: ???
==3695== by 0x7FEFFAD0F: ???
==3695== Address 0x15cf87b8 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1FAA: array_from_pyobj (fortranobject.c:719)
==3695== by 0x13EA5891: f2py_rout__flapack_dgebal (_flapackmodule.c:7678)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE675: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x15C462AF: ???
==3695== by 0x11EDDE07: ???
==3695== by 0x15C462AF: ???
==3695== Address 0x15cf87b8 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1FAA: array_from_pyobj (fortranobject.c:719)
==3695== by 0x13EA5891: f2py_rout__flapack_dgebal (_flapackmodule.c:7678)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
......................................==3695== Invalid read of size 8
==3695== at 0x7B5F4DC: zhemv_L_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFF771F: ???
==3695== Address 0x6654e70 is not stack'd, malloc'd or (recently) free'd
==3695==
............==3695== Invalid read of size 8
==3695== at 0x7AAE675: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFFA45F: ???
==3695== by 0x7FEFFAACF: ???
==3695== by 0x139D4E07: ???
==3695== by 0x4: ???
==3695== by 0x7FEFFA76B: ???
==3695== by 0x2: ???
==3695== by 0x7FEFFAACF: ???
==3695== by 0x68DA39F: ???
==3695== by 0x13B5B74F: ???
==3695== by 0x139D4DEF: ???
==3695== by 0x139D4DD7: ???
==3695== Address 0x68da3e8 is 0 bytes after a block of size 72 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1FAA: array_from_pyobj (fortranobject.c:719)
==3695== by 0x13EAC621: f2py_rout__flapack_dorgrq (_flapackmodule.c:23869)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695==
......................................==3695== Invalid read of size 8
==3695== at 0x7AAE675: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7: ???
==3695== by 0x7: ???
==3695== by 0x753F23F: ??? (in /usr/local/lib/python2.7/dist-packages/numpy/core/multiarray.so)
==3695== by 0x7FEFFA68F: ???
==3695== by 0x4D2E3C: _PyString_Resize (in /usr/bin/python2.7)
==3695== by 0x728CCE4: PyArray_EquivTypenums (multiarraymodule.c:1549)
==3695== by 0x72185B5: PyArray_GetDTypeTransferFunction (dtype_transfer.c:3562)
==3695== by 0x71E04D4: raw_array_assign_scalar (array_assign_scalar.c:84)
==3695== by 0x7FEFFAD5F: ???
==3695== by 0xC02083BB2D91A22D: ???
==3695== by 0xFFFFFFFFFFFFFFDF: ???
==3695== Address 0x6601c78 is 0 bytes after a block of size 72 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1FAA: array_from_pyobj (fortranobject.c:719)
==3695== by 0x13EB76EE: f2py_rout__flapack_dormqr (_flapackmodule.c:23120)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
................==3695== Invalid read of size 8
==3695== at 0x7AAFD5B: dgemv_t_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x4: ???
==3695== by 0x7FEFFA62F: ???
==3695== Address 0x6ecd2c8 is 0 bytes after a block of size 200 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1FAA: array_from_pyobj (fortranobject.c:719)
==3695== by 0x13EB5511: f2py_rout__flapack_dgges (_flapackmodule.c:3609)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAC361: drot_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x90283D3: dgghrd_ (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x9020FC7: dgges_ (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x13EB5D5C: f2py_rout__flapack_dgges (_flapackmodule.c:3721)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Address 0x709c198 is 0 bytes after a block of size 200 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1DCB: array_from_pyobj (fortranobject.c:630)
==3695== by 0x13EB5A22: f2py_rout__flapack_dgges (_flapackmodule.c:3696)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAC361: drot_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x9030E0D: dhgeqz_ (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x90210CB: dgges_ (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x13EB5D5C: f2py_rout__flapack_dgges (_flapackmodule.c:3721)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Address 0x6882908 is 0 bytes after a block of size 200 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1FAA: array_from_pyobj (fortranobject.c:719)
==3695== by 0x13EB54C5: f2py_rout__flapack_dgges (_flapackmodule.c:3598)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAC361: drot_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x9031705: dhgeqz_ (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x90210CB: dgges_ (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x13EB5D5C: f2py_rout__flapack_dgges (_flapackmodule.c:3721)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Address 0x709c198 is 0 bytes after a block of size 200 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1DCB: array_from_pyobj (fortranobject.c:630)
==3695== by 0x13EB5A22: f2py_rout__flapack_dgges (_flapackmodule.c:3696)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAC361: drot_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x90315F3: dhgeqz_ (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x90210CB: dgges_ (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x13EB5D5C: f2py_rout__flapack_dgges (_flapackmodule.c:3721)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Address 0x6fe2c48 is 0 bytes after a block of size 200 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1DCB: array_from_pyobj (fortranobject.c:630)
==3695== by 0x13EB5A86: f2py_rout__flapack_dgges (_flapackmodule.c:3706)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
....................==3695== Invalid read of size 8
==3695== at 0x7AAE675: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFFA8FF: ???
==3695== by 0x7FEFFAF6F: ???
==3695== by 0x139D4E07: ???
==3695== by 0x4: ???
==3695== by 0x7FEFFAC0B: ???
==3695== by 0x2: ???
==3695== by 0x7FEFFAF6F: ???
==3695== by 0x123F9F0F: ???
==3695== by 0x6A2DCBF: ???
==3695== by 0x139D4DEF: ???
==3695== by 0x139D4DD7: ???
==3695== Address 0x123f9f58 is 0 bytes after a block of size 72 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1FAA: array_from_pyobj (fortranobject.c:719)
==3695== by 0x13EB76EE: f2py_rout__flapack_dormqr (_flapackmodule.c:23120)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
.==3695== Invalid read of size 8
==3695== at 0x7AAE209: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x6ED7985: ???
==3695== by 0x724C0FF: ??? (lowlevel_strided_loops.c.src:233)
==3695== by 0x6ED7A17: ???
==3695== Address 0x154ea9e8 is 0 bytes after a block of size 2,392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1FAA: array_from_pyobj (fortranobject.c:719)
==3695== by 0x13EA0E1B: f2py_rout__flapack_dgesdd (_flapackmodule.c:14512)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE675: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x38021F0F: ??? (in /usr/lib/valgrind/memcheck-amd64-linux)
==3695== by 0xC: ???
==3695== by 0x16: ???
==3695== Address 0x154ea9e8 is 0 bytes after a block of size 2,392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1FAA: array_from_pyobj (fortranobject.c:719)
==3695== by 0x13EA0E1B: f2py_rout__flapack_dgesdd (_flapackmodule.c:14512)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE2D5: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x6ED7985: ???
==3695== by 0x724C0FF: ??? (lowlevel_strided_loops.c.src:233)
==3695== by 0x6ED7A17: ???
==3695== Address 0x154ea9e8 is 0 bytes after a block of size 2,392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1FAA: array_from_pyobj (fortranobject.c:719)
==3695== by 0x13EA0E1B: f2py_rout__flapack_dgesdd (_flapackmodule.c:14512)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE675: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x6ED7985: ???
==3695== by 0x724C0FF: ??? (lowlevel_strided_loops.c.src:233)
==3695== by 0x6ED7A17: ???
==3695== Address 0x154ea9e8 is 0 bytes after a block of size 2,392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1FAA: array_from_pyobj (fortranobject.c:719)
==3695== by 0x13EA0E1B: f2py_rout__flapack_dgesdd (_flapackmodule.c:14512)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AADF96: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x6ED7985: ???
==3695== by 0x724C0FF: ??? (lowlevel_strided_loops.c.src:233)
==3695== by 0x6ED7A17: ???
==3695== Address 0x154ea9e8 is 0 bytes after a block of size 2,392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1FAA: array_from_pyobj (fortranobject.c:719)
==3695== by 0x13EA0E1B: f2py_rout__flapack_dgesdd (_flapackmodule.c:14512)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE32F: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x6ED7985: ???
==3695== by 0x724C0FF: ??? (lowlevel_strided_loops.c.src:233)
==3695== by 0x6ED7A17: ???
==3695== Address 0x6982e08 is 0 bytes after a block of size 4,232 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1DCB: array_from_pyobj (fortranobject.c:630)
==3695== by 0x13EA10D3: f2py_rout__flapack_dgesdd (_flapackmodule.c:14566)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE627: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x6ED7985: ???
==3695== by 0x724C0FF: ??? (lowlevel_strided_loops.c.src:233)
==3695== by 0x6ED7A17: ???
==3695== Address 0x6982e08 is 0 bytes after a block of size 4,232 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1DCB: array_from_pyobj (fortranobject.c:630)
==3695== by 0x13EA10D3: f2py_rout__flapack_dgesdd (_flapackmodule.c:14566)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE32F: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x38021F0F: ??? (in /usr/lib/valgrind/memcheck-amd64-linux)
==3695== by 0xC: ???
==3695== by 0x16: ???
==3695== Address 0x6982e08 is 0 bytes after a block of size 4,232 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1DCB: array_from_pyobj (fortranobject.c:630)
==3695== by 0x13EA10D3: f2py_rout__flapack_dgesdd (_flapackmodule.c:14566)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE5AC: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== Address 0x6982e08 is 0 bytes after a block of size 4,232 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1DCB: array_from_pyobj (fortranobject.c:630)
==3695== by 0x13EA10D3: f2py_rout__flapack_dgesdd (_flapackmodule.c:14566)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE32F: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== Address 0x6982e08 is 0 bytes after a block of size 4,232 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1DCB: array_from_pyobj (fortranobject.c:630)
==3695== by 0x13EA10D3: f2py_rout__flapack_dgesdd (_flapackmodule.c:14566)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE627: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== Address 0x6982e08 is 0 bytes after a block of size 4,232 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1DCB: array_from_pyobj (fortranobject.c:630)
==3695== by 0x13EA10D3: f2py_rout__flapack_dgesdd (_flapackmodule.c:14566)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Thread 4:
==3695== Invalid read of size 8
==3695== at 0x7AAD015: dswap_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x788EE86: legacy_exec (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x788F0AC: blas_thread_server (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x4E39E99: start_thread (pthread_create.c:308)
==3695== Address 0x666a198 is 0 bytes after a block of size 1,352 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1DCB: array_from_pyobj (fortranobject.c:630)
==3695== by 0x13EA1085: f2py_rout__flapack_dgesdd (_flapackmodule.c:14556)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
..==3695== Thread 1:
==3695== Invalid read of size 8
==3695== at 0x7AAE675: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x3FEFFFFFFFFFFFFF: ???
==3695== by 0x3F4A790560485DA3: ???
==3695== by 0xBFC1A552352CB8DF: ???
==3695== by 0xBFC900E13AAF3693: ???
==3695== by 0xBFC831DAA83BA508: ???
==3695== by 0x3FCC19420A69D0DD: ???
==3695== by 0x3FA86897312E7D80: ???
==3695== Address 0x6c60518 is 0 bytes after a block of size 1,800 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1DCB: array_from_pyobj (fortranobject.c:630)
==3695== by 0x13EA10D3: f2py_rout__flapack_dgesdd (_flapackmodule.c:14566)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE32F: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x3FEFFFFFFFFFFFFF: ???
==3695== by 0x3F4A790560485DA3: ???
==3695== by 0xBFC1A552352CB8DF: ???
==3695== by 0xBFC900E13AAF3693: ???
==3695== by 0xBFC831DAA83BA508: ???
==3695== by 0x3FCC19420A69D0DD: ???
==3695== by 0x3FA86897312E7D80: ???
==3695== Address 0x6c60518 is 0 bytes after a block of size 1,800 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1DCB: array_from_pyobj (fortranobject.c:630)
==3695== by 0x13EA10D3: f2py_rout__flapack_dgesdd (_flapackmodule.c:14566)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
......==3695== Invalid read of size 8
==3695== at 0x7AAE468: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== Address 0x6e28708 is 0 bytes after a block of size 72 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A82F: PyUFunc_GenericFunction (ufunc_object.c:1557)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x4F9C45: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695==
.........==3695== Invalid read of size 8
==3695== at 0x7AAE675: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFFA6DF: ???
==3695== by 0x7216DD6: get_nbo_cast_numeric_transfer_function (dtype_transfer.c:681)
==3695== by 0x7FEFFAD4F: ???
==3695== by 0x153E4DBF: ???
==3695== Address 0x1395b5d8 is 0 bytes after a block of size 72 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A82F: PyUFunc_GenericFunction (ufunc_object.c:1557)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x4F9C45: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAC3E9: drot_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FCFFFFFFFFFFFFF: ???
==3695== by 0xFFFFFFFFFFFFF: ???
==3695== by 0x3FBE72EA5E2C59A3: ???
==3695== by 0x3FFFB3AF7B6F2022: ???
==3695== by 0x3AE737BD9BB5C0A7: ???
==3695== by 0xBFB8D3141C309132: ???
==3695== by 0xBD24D9DCACBC23B4: ???
==3695== by 0x9FCD21E: _gfortran_concat_string (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libgfortran.so.3)
==3695== by 0x9033DF6: dhseqr_ (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x8FF7447: dgees_ (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x13EDF4C7: f2py_rout__flapack_dgees (_flapackmodule.c:33685)
==3695== Address 0x6c6cef8 is 0 bytes after a block of size 72 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1FAA: array_from_pyobj (fortranobject.c:719)
==3695== by 0x13EB76EE: f2py_rout__flapack_dormqr (_flapackmodule.c:23120)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
....==3695== Invalid read of size 8
==3695== at 0x7A66D08: ssymv_L_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFF790F: ???
==3695== Address 0x6aaf520 is 0 bytes after a block of size 144 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1DCB: array_from_pyobj (fortranobject.c:630)
==3695== by 0x13E8E7ED: f2py_rout__flapack_zggev (_flapackmodule.c:34766)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7A66D0F: ssymv_L_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFF790F: ???
==3695== Address 0x6aaf528 is 8 bytes after a block of size 144 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1DCB: array_from_pyobj (fortranobject.c:630)
==3695== by 0x13E8E7ED: f2py_rout__flapack_zggev (_flapackmodule.c:34766)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7A625A8: scopy_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x8F3EE5B: slarrv_ (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x8FB3C24: sstemr_ (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x8F7C501: ssyevr_ (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x13EBAB90: f2py_rout__flapack_ssyevr (_flapackmodule.c:39238)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== Address 0x6a2dcd8 is 0 bytes after a block of size 24 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1DCB: array_from_pyobj (fortranobject.c:630)
==3695== by 0x13E8FA76: f2py_rout__flapack_dggev (_flapackmodule.c:34211)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695==
.==3695== Invalid read of size 8
==3695== at 0x7A66D08: ssymv_L_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFF7AAF: ???
==3695== Address 0x6aaf520 is 0 bytes after a block of size 144 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1DCB: array_from_pyobj (fortranobject.c:630)
==3695== by 0x13E8E7ED: f2py_rout__flapack_zggev (_flapackmodule.c:34766)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7A66D0F: ssymv_L_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFF7AAF: ???
==3695== Address 0x6aaf528 is 8 bytes after a block of size 144 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1DCB: array_from_pyobj (fortranobject.c:630)
==3695== by 0x13E8E7ED: f2py_rout__flapack_zggev (_flapackmodule.c:34766)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695==
....==3695== Invalid read of size 8
==3695== at 0x7A66D08: ssymv_L_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFF77DF: ???
==3695== Address 0x125b1e50 is 0 bytes after a block of size 144 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1FAA: array_from_pyobj (fortranobject.c:719)
==3695== by 0x13EABE41: f2py_rout__flapack_zungrq (_flapackmodule.c:24179)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7A66D0F: ssymv_L_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFF77DF: ???
==3695== Address 0x125b1e58 is 8 bytes after a block of size 144 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1FAA: array_from_pyobj (fortranobject.c:719)
==3695== by 0x13EABE41: f2py_rout__flapack_zungrq (_flapackmodule.c:24179)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695==
....==3695== Invalid read of size 8
==3695== at 0x7A66D08: ssymv_L_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFF7B2F: ???
==3695== Address 0x13b51cd0 is 0 bytes after a block of size 144 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1FAA: array_from_pyobj (fortranobject.c:719)
==3695== by 0x13EDA6FE: f2py_rout__flapack_zhegvd (_flapackmodule.c:41846)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7A66D0F: ssymv_L_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFF7B2F: ???
==3695== Address 0x13b51cd8 is 8 bytes after a block of size 144 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1FAA: array_from_pyobj (fortranobject.c:719)
==3695== by 0x13EDA6FE: f2py_rout__flapack_zhegvd (_flapackmodule.c:41846)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
......................................................................F................==3695== Invalid read of size 8
==3695== at 0x7B5F4DC: zhemv_L_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFF781F: ???
==3695== Address 0x15cb6e90 is not stack'd, malloc'd or (recently) free'd
==3695==
.==3695== Invalid read of size 8
==3695== at 0x7B5F4DC: zhemv_L_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFF79CF: ???
==3695== Address 0x15cb6e90 is not stack'd, malloc'd or (recently) free'd
==3695==
........==3695== Invalid read of size 8
==3695== at 0x7B5F4DC: zhemv_L_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFF7A7F: ???
==3695== Address 0x15cb7110 is not stack'd, malloc'd or (recently) free'd
==3695==
............................K................................................................................................................==3695== Invalid read of size 8
==3695== at 0x7AD7198: ccopy_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x149C88B5: __pyx_pw_5scipy_6linalg_14_decomp_update_5qr_delete (_decomp_update.c:2395)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Address 0x153e2078 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F7F36: PyArray_FromAny (ctors.c:1124)
==3695== by 0x71F84B4: PyArray_CheckFromAny (ctors.c:1852)
==3695== by 0x728866C: _array_fromobject (multiarraymodule.c:1773)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
..........................................................==3695== Invalid read of size 8
==3695== at 0x7AAC3E9: drot_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x1499BB75: __pyx_fuse_1__pyx_f_5scipy_6linalg_14_decomp_update_qr_block_row_delete (_decomp_update.c:3059)
==3695== by 0x149CA498: __pyx_pw_5scipy_6linalg_14_decomp_update_5qr_delete (_decomp_update.c:7290)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== Address 0x1399d3d8 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A82F: PyUFunc_GenericFunction (ufunc_object.c:1557)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x4F9C45: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAC361: drot_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x1499BB75: __pyx_fuse_1__pyx_f_5scipy_6linalg_14_decomp_update_qr_block_row_delete (_decomp_update.c:3059)
==3695== by 0x149CA498: __pyx_pw_5scipy_6linalg_14_decomp_update_5qr_delete (_decomp_update.c:7290)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== Address 0x1399d3d8 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A82F: PyUFunc_GenericFunction (ufunc_object.c:1557)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x4F9C45: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
...==3695== Invalid read of size 8
==3695== at 0x7AAAF60: dcopy_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x149C89D5: __pyx_pw_5scipy_6linalg_14_decomp_update_5qr_delete (_decomp_update.c:2373)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Address 0x1a24e038 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
......==3695== Invalid read of size 8
==3695== at 0x7AAC3E9: drot_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x15B63E5F: ???
==3695== Address 0x1399d3d8 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A82F: PyUFunc_GenericFunction (ufunc_object.c:1557)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x4F9C45: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAC3E9: drot_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x895A5F: ??? (in /usr/bin/python2.7)
==3695== Address 0x1a24e038 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
.==3695== Invalid read of size 8
==3695== at 0x7AAC3E9: drot_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x1499B995: __pyx_fuse_1__pyx_f_5scipy_6linalg_14_decomp_update_qr_block_row_delete (_decomp_update.c:3059)
==3695== by 0x149CA5A9: __pyx_pw_5scipy_6linalg_14_decomp_update_5qr_delete (_decomp_update.c:27990)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== Address 0x1a24e038 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
.==3695== Invalid read of size 8
==3695== at 0x7AAE675: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x51BB69: PyDict_GetItem (in /usr/bin/python2.7)
==3695== by 0x71E3829: _array_dealloc_buffer_info (buffer.c:620)
==3695== by 0x7195D8F: array_dealloc (arrayobject.c:427)
==3695== by 0x72B00F5: PyArray_Return (in /usr/local/lib/python2.7/dist-packages/numpy/core/multiarray.so)
==3695== by 0x11C759F7: ufunc_reduce (ufunc_object.c:4044)
==3695== by 0x4F95C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x7FFFFFFFFF: ???
==3695== by 0x7AAD3FF: ??? (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7AAEDFF: ??? (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x3: ???
==3695== by 0x6A1156F: ???
==3695== Address 0x1a24e038 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE32F: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x51BB69: PyDict_GetItem (in /usr/bin/python2.7)
==3695== by 0x71E3829: _array_dealloc_buffer_info (buffer.c:620)
==3695== by 0x7195D8F: array_dealloc (arrayobject.c:427)
==3695== by 0x72B00F5: PyArray_Return (in /usr/local/lib/python2.7/dist-packages/numpy/core/multiarray.so)
==3695== by 0x11C759F7: ufunc_reduce (ufunc_object.c:4044)
==3695== by 0x4F95C7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x7FFFFFFFFF: ???
==3695== by 0x7AAD3FF: ??? (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7AAEDFF: ??? (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x3: ???
==3695== by 0x6A114EF: ???
==3695== Address 0x1a24e038 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
.==3695== Invalid read of size 8
==3695== at 0x7AAC361: drot_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x1499B995: __pyx_fuse_1__pyx_f_5scipy_6linalg_14_decomp_update_qr_block_row_delete (_decomp_update.c:3059)
==3695== by 0x149CA5A9: __pyx_pw_5scipy_6linalg_14_decomp_update_5qr_delete (_decomp_update.c:27990)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== Address 0x1a24e038 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
...==3695== Invalid read of size 8
==3695== at 0x7AAC3E9: drot_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x1A9E384F: ???
==3695== Address 0x6a23728 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A82F: PyUFunc_GenericFunction (ufunc_object.c:1557)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x4F9C45: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAC3E9: drot_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x1A9EE247: ???
==3695== Address 0x1399d3d8 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A82F: PyUFunc_GenericFunction (ufunc_object.c:1557)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x4F9C45: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
........==3695== Invalid read of size 8
==3695== at 0x7AAC3E9: drot_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x1A9E3C0F: ???
==3695== Address 0x139c7728 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A82F: PyUFunc_GenericFunction (ufunc_object.c:1557)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x4F9C45: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAC3E9: drot_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x1A9EE487: ???
==3695== Address 0x147cd368 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
.........................................==3695== Invalid read of size 8
==3695== at 0x7A62818: scopy_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x149C8795: __pyx_pw_5scipy_6linalg_14_decomp_update_5qr_delete (_decomp_update.c:2351)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Address 0x15f9fcb0 is 192 bytes inside a block of size 196 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
..........................................................................................................................==3695== Invalid read of size 8
==3695== at 0x7AD7198: ccopy_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x149C1C2F: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:2395)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== Address 0x152d1508 is 0 bytes after a block of size 968 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A82F: PyUFunc_GenericFunction (ufunc_object.c:1557)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x4F9C45: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AD711C: ccopy_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x149C1C2F: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:2395)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== Address 0x152d10f8 is 0 bytes after a block of size 968 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A82F: PyUFunc_GenericFunction (ufunc_object.c:1557)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x4F9C45: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AD7164: ccopy_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x149C1C2F: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:2395)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== Address 0x152d1508 is 0 bytes after a block of size 968 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A82F: PyUFunc_GenericFunction (ufunc_object.c:1557)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x4F9C45: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
..............................................................==3695== Invalid read of size 8
==3695== at 0x7AAAF60: dcopy_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x149C1A5F: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:2373)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== Address 0x15d3d3b8 is 0 bytes after a block of size 88 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x149C1503: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:12288)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAAF60: dcopy_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x149C19F7: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:2373)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== Address 0x15d43c18 is 0 bytes after a block of size 968 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAAEDC: dcopy_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x149C19F7: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:2373)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== Address 0x15d43c18 is 0 bytes after a block of size 968 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAAF2C: dcopy_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x149C19F7: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:2373)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== Address 0x15d43c18 is 0 bytes after a block of size 968 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
........==3695== Invalid read of size 8
==3695== at 0x7AAA9C0: daxpy_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x767B904: daxpy_ (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x149C0B27: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:2661)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== Address 0x13ac09b8 is 0 bytes after a block of size 120 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x149C0380: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:11029)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAFDB7: dgemv_t_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x2: ???
==3695== by 0x7FEFFA49F: ???
==3695== Address 0x15d6f0b8 is 0 bytes after a block of size 168 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F777B: PyArray_NewLikeArray (ctors.c:1041)
==3695== by 0x71F793B: PyArray_FromArray (ctors.c:1961)
==3695== by 0x71F7CDF: PyArray_FromAny (ctors.c:1781)
==3695== by 0x71F84B4: PyArray_CheckFromAny (ctors.c:1852)
==3695== by 0x149B4BFF: __pyx_f_5scipy_6linalg_14_decomp_update_validate_qr (_decomp_update.c:26318)
==3695== by 0x149C6387: __pyx_pw_5scipy_6linalg_14_decomp_update_5qr_delete (_decomp_update.c:27138)
==3695== by 0x4FDD50: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAAF60: dcopy_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x149C0CDD: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:2373)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== Address 0x13ac09b8 is 0 bytes after a block of size 120 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x149C0380: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:11029)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695==
..==3695== Invalid read of size 8
==3695== at 0x7AAC3E9: drot_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x149D00E1: __pyx_pf_5scipy_6linalg_14_decomp_update_10qr_insert_col.isra.35 (_decomp_update.c:3059)
==3695== by 0x149D6D9B: __pyx_pw_5scipy_6linalg_14_decomp_update_11qr_insert_col (_decomp_update.c:31172)
==3695== by 0x149B3C0E: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== Address 0x19f5bb78 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
..==3695== Invalid read of size 8
==3695== at 0x7AAC3E9: drot_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFFAD2F: ???
==3695== Address 0x19f5bb78 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAC3E9: drot_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== Address 0x695d938 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
......==3695== Invalid read of size 8
==3695== at 0x7AAC2CC: drot_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x1499DAC9: __pyx_fuse_1__pyx_f_5scipy_6linalg_14_decomp_update_qr_row_insert (_decomp_update.c:3059)
==3695== by 0x149C2136: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:30771)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Address 0x157075d8 is 0 bytes after a block of size 648 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAC361: drot_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x1499DAC9: __pyx_fuse_1__pyx_f_5scipy_6linalg_14_decomp_update_qr_row_insert (_decomp_update.c:3059)
==3695== by 0x149C2136: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:30771)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Address 0x6800108 is 0 bytes after a block of size 1,352 alloc'd
==3695== at 0x4C29DB4: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192DF4: npy_alloc_cache_zero (alloc.c:194)
==3695== by 0x71F50CA: PyArray_NewFromDescr_int (ctors.c:1038)
==3695== by 0x71F6AFD: PyArray_Zeros (ctors.c:2823)
==3695== by 0x149BD908: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:30549)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695==
.==3695== Invalid read of size 8
==3695== at 0x7AAC3E9: drot_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFFAF27: ???
==3695== by 0x7301733: ??? (in /usr/local/lib/python2.7/dist-packages/numpy/core/multiarray.so)
==3695== by 0x5438B5: ??? (in /usr/bin/python2.7)
==3695== by 0x4CF667: ??? (in /usr/bin/python2.7)
==3695== Address 0x12cfa978 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A82F: PyUFunc_GenericFunction (ufunc_object.c:1557)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x4F9C45: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAC3E9: drot_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x300000002F: ???
==3695== by 0x7FEFFABAF: ???
==3695== by 0x7FEFFAADF: ???
==3695== by 0x3CAFFFFFFFFFFFFF: ???
==3695== by 0x7FEFFABCF: ???
==3695== Address 0x12375668 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
.==3695== Invalid read of size 8
==3695== at 0x7AAE32F: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7: ???
==3695== by 0xFFFFFFFF: ???
==3695== by 0x154343CF: ???
==3695== by 0x1: ???
==3695== Address 0x1475eba8 is 0 bytes after a block of size 968 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE675: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x753E4FF: ??? (in /usr/local/lib/python2.7/dist-packages/numpy/core/multiarray.so)
==3695== by 0x1A9E3D9F: ???
==3695== by 0x723B5FB: PyArray_UpdateFlags (flagsobject.c:67)
==3695== by 0x71F75E1: PyArray_NewLikeArray (ctors.c:1065)
==3695== by 0x7FEFFAD6F: ???
==3695== by 0x7FEFFA24F: ???
==3695== by 0x7FEFFA253: ???
==3695== by 0x7FEFFA8FF: ???
==3695== by 0x905A1E9: dlarf_ (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x149C16C8: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:3251)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== Address 0x15467ec8 is 0 bytes after a block of size 968 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE32F: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x753E4FF: ??? (in /usr/local/lib/python2.7/dist-packages/numpy/core/multiarray.so)
==3695== by 0x1A9E3D9F: ???
==3695== by 0x723B5FB: PyArray_UpdateFlags (flagsobject.c:67)
==3695== by 0x71F75E1: PyArray_NewLikeArray (ctors.c:1065)
==3695== by 0x7FEFFAD6F: ???
==3695== by 0x7FEFFA24F: ???
==3695== by 0x7FEFFA253: ???
==3695== by 0x7FEFFA8FF: ???
==3695== by 0x905A1E9: dlarf_ (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x149C16C8: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:3251)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== Address 0x15467ec8 is 0 bytes after a block of size 968 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AB017D: dgemv_t_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0xE: ???
==3695== by 0x7FEFFA20F: ???
==3695== Address 0x6e442b8 is 0 bytes after a block of size 840 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1DCB: array_from_pyobj (fortranobject.c:630)
==3695== by 0x13ED659B: f2py_rout__flapack_cgelsd (_flapackmodule.c:19664)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAFD5B: dgemv_t_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0xC: ???
==3695== by 0x7FEFFA20F: ???
==3695== Address 0x6e442b8 is 0 bytes after a block of size 840 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1DCB: array_from_pyobj (fortranobject.c:630)
==3695== by 0x13ED659B: f2py_rout__flapack_cgelsd (_flapackmodule.c:19664)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AB017D: dgemv_t_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0xA: ???
==3695== by 0x7FEFFA20F: ???
==3695== Address 0x6e442b8 is 0 bytes after a block of size 840 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1DCB: array_from_pyobj (fortranobject.c:630)
==3695== by 0x13ED659B: f2py_rout__flapack_cgelsd (_flapackmodule.c:19664)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE675: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x5FDC6DA: __GI_qsort_r.constprop.1 (msort.c:300)
==3695== by 0x753E4FF: ??? (in /usr/local/lib/python2.7/dist-packages/numpy/core/multiarray.so)
==3695== by 0xFFFFFFFE: ???
==3695== by 0x1542D58F: ???
==3695== by 0x6F87E5F: ???
==3695== by 0x7545D57: ??? (in /usr/local/lib/python2.7/dist-packages/numpy/core/multiarray.so)
==3695== by 0x1542D58F: ???
==3695== Address 0x1a70c158 is 0 bytes after a block of size 1,800 alloc'd
==3695== at 0x4C29DB4: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192DF4: npy_alloc_cache_zero (alloc.c:194)
==3695== by 0x71F50CA: PyArray_NewFromDescr_int (ctors.c:1038)
==3695== by 0x71F6AFD: PyArray_Zeros (ctors.c:2823)
==3695== by 0x149BD908: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:30549)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE32F: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x5FDC6DA: __GI_qsort_r.constprop.1 (msort.c:300)
==3695== by 0x753E4FF: ??? (in /usr/local/lib/python2.7/dist-packages/numpy/core/multiarray.so)
==3695== by 0xFFFFFFFE: ???
==3695== by 0x1542D58F: ???
==3695== by 0x6F87E5F: ???
==3695== by 0x7545D57: ??? (in /usr/local/lib/python2.7/dist-packages/numpy/core/multiarray.so)
==3695== by 0x1542D58F: ???
==3695== Address 0x1a70c158 is 0 bytes after a block of size 1,800 alloc'd
==3695== at 0x4C29DB4: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192DF4: npy_alloc_cache_zero (alloc.c:194)
==3695== by 0x71F50CA: PyArray_NewFromDescr_int (ctors.c:1038)
==3695== by 0x71F6AFD: PyArray_Zeros (ctors.c:2823)
==3695== by 0x149BD908: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:30549)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE675: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x10307195CEF: ???
==3695== by 0x1A9E352F: ???
==3695== by 0x1: ???
==3695== by 0x1A9E3A7F: ???
==3695== by 0x71F75E1: PyArray_NewLikeArray (ctors.c:1065)
==3695== by 0x7FEFFAD6F: ???
==3695== by 0x7FEFFA24F: ???
==3695== by 0x7FEFFA253: ???
==3695== by 0x7FEFFA8FF: ???
==3695== by 0x905A1E9: dlarf_ (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x149C16C8: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:3251)
==3695== Address 0x15b21e38 is 0 bytes after a block of size 1,800 alloc'd
==3695== at 0x4C29DB4: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192DF4: npy_alloc_cache_zero (alloc.c:194)
==3695== by 0x71F50CA: PyArray_NewFromDescr_int (ctors.c:1038)
==3695== by 0x71F6AFD: PyArray_Zeros (ctors.c:2823)
==3695== by 0x149BD908: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:30549)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE32F: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x10307195CEF: ???
==3695== by 0x1A9E352F: ???
==3695== by 0x1: ???
==3695== by 0x1A9E3A7F: ???
==3695== by 0x71F75E1: PyArray_NewLikeArray (ctors.c:1065)
==3695== by 0x7FEFFAD6F: ???
==3695== by 0x7FEFFA24F: ???
==3695== by 0x7FEFFA253: ???
==3695== by 0x7FEFFA8FF: ???
==3695== by 0x905A1E9: dlarf_ (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x149C16C8: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:3251)
==3695== Address 0x15b21e38 is 0 bytes after a block of size 1,800 alloc'd
==3695== at 0x4C29DB4: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192DF4: npy_alloc_cache_zero (alloc.c:194)
==3695== by 0x71F50CA: PyArray_NewFromDescr_int (ctors.c:1038)
==3695== by 0x71F6AFD: PyArray_Zeros (ctors.c:2823)
==3695== by 0x149BD908: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:30549)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695==
...==3695== Invalid read of size 8
==3695== at 0x7AAC3E9: drot_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x12B4747F: ???
==3695== by 0x753E4FF: ??? (in /usr/local/lib/python2.7/dist-packages/numpy/core/multiarray.so)
==3695== by 0x71F4D92: PyArray_NewFromDescr_int (ctors.c:1065)
==3695== by 0x723B5FB: PyArray_UpdateFlags (flagsobject.c:67)
==3695== by 0x45A773: ??? (in /usr/bin/python2.7)
==3695== by 0x4622D9: _PyObject_GenericGetAttrWithDict (in /usr/bin/python2.7)
==3695== by 0x4FAB61: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x149B3C0E: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Address 0x157687f8 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
.==3695== Invalid read of size 8
==3695== at 0x7AAE675: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x15434467: ???
==3695== by 0xFFFFFFFF: ???
==3695== by 0x154343CF: ???
==3695== by 0x1: ???
==3695== Address 0x15d43c18 is 0 bytes after a block of size 968 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE32F: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x15434467: ???
==3695== by 0xFFFFFFFF: ???
==3695== by 0x154343CF: ???
==3695== by 0x1: ???
==3695== Address 0x15d43c18 is 0 bytes after a block of size 968 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE675: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x45A773: ??? (in /usr/bin/python2.7)
==3695== by 0xFFFFFFFE: ???
==3695== by 0x1542D58F: ???
==3695== by 0x6F87E5F: ???
==3695== by 0x7545D57: ??? (in /usr/local/lib/python2.7/dist-packages/numpy/core/multiarray.so)
==3695== by 0x1542D58F: ???
==3695== Address 0x1475eba8 is 0 bytes after a block of size 968 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE32F: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x45A773: ??? (in /usr/bin/python2.7)
==3695== by 0xFFFFFFFE: ???
==3695== by 0x1542D58F: ???
==3695== by 0x6F87E5F: ???
==3695== by 0x7545D57: ??? (in /usr/local/lib/python2.7/dist-packages/numpy/core/multiarray.so)
==3695== by 0x1542D58F: ???
==3695== Address 0x1475eba8 is 0 bytes after a block of size 968 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE675: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFF9EEF: ???
==3695== by 0xFFFFFFFF: ???
==3695== by 0x71E1812: raw_array_assign_array (array_assign_array.c:102)
==3695== by 0xA: ???
==3695== by 0x1586628F: ???
==3695== by 0x700000007: ???
==3695== by 0x7FEFFAD6F: ???
==3695== by 0x7FEFFA8EF: ???
==3695== by 0x7FEFFA8FF: ???
==3695== by 0x7FEFFA90F: ???
==3695== by 0x7FEFFA91F: ???
==3695== Address 0x15866658 is 0 bytes after a block of size 968 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE32F: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFF9EEF: ???
==3695== by 0xFFFFFFFF: ???
==3695== by 0x71E1812: raw_array_assign_array (array_assign_array.c:102)
==3695== by 0xA: ???
==3695== by 0x1586628F: ???
==3695== by 0x700000007: ???
==3695== by 0x7FEFFAD6F: ???
==3695== by 0x7FEFFA8EF: ???
==3695== by 0x7FEFFA8FF: ???
==3695== by 0x7FEFFA90F: ???
==3695== by 0x7FEFFA91F: ???
==3695== Address 0x15866658 is 0 bytes after a block of size 968 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE675: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFF9EDF: ???
==3695== by 0x7FEFF9EBF: ???
==3695== by 0xFFFFFFFE: ???
==3695== by 0x1542D58F: ???
==3695== by 0x6F87E5F: ???
==3695== by 0x7545D57: ??? (in /usr/local/lib/python2.7/dist-packages/numpy/core/multiarray.so)
==3695== by 0x1542D58F: ???
==3695== Address 0x154ada48 is 0 bytes after a block of size 1,800 alloc'd
==3695== at 0x4C29DB4: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192DF4: npy_alloc_cache_zero (alloc.c:194)
==3695== by 0x71F50CA: PyArray_NewFromDescr_int (ctors.c:1038)
==3695== by 0x71F6AFD: PyArray_Zeros (ctors.c:2823)
==3695== by 0x149BD908: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:30549)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE32F: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFF9EDF: ???
==3695== by 0x7FEFF9EBF: ???
==3695== by 0xFFFFFFFE: ???
==3695== by 0x1542D58F: ???
==3695== by 0x6F87E5F: ???
==3695== by 0x7545D57: ??? (in /usr/local/lib/python2.7/dist-packages/numpy/core/multiarray.so)
==3695== by 0x1542D58F: ???
==3695== Address 0x154ada48 is 0 bytes after a block of size 1,800 alloc'd
==3695== at 0x4C29DB4: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192DF4: npy_alloc_cache_zero (alloc.c:194)
==3695== by 0x71F50CA: PyArray_NewFromDescr_int (ctors.c:1038)
==3695== by 0x71F6AFD: PyArray_Zeros (ctors.c:2823)
==3695== by 0x149BD908: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:30549)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695==
...==3695== Invalid read of size 8
==3695== at 0x7AAC3E9: drot_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFFAB1F: ???
==3695== Address 0x15bf28e8 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
....==3695== Invalid read of size 8
==3695== at 0x7AAC3E9: drot_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x10300000001: ???
==3695== by 0x1: ???
==3695== by 0x12B4AEFF: ???
==3695== by 0x3CAFFFFFFFFFFFFF: ???
==3695== by 0x71F4D92: PyArray_NewFromDescr_int (ctors.c:1065)
==3695== Address 0x6898758 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
.......==3695== Invalid read of size 8
==3695== at 0x7AAE675: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x3FDB4DC2B84EC914: ???
==3695== by 0xFFFFFFFF: ???
==3695== by 0x3FDB1C8E6A01A7E8: ???
==3695== by 0x3FD08C4CD6C1CAB5: ???
==3695== by 0x3FD24D2BA719ED79: ???
==3695== by 0xFFFFFFFF00000006: ???
==3695== by 0xFFFFFFFE: ???
==3695== by 0x15DC034F: ???
==3695== by 0x6F87E5F: ???
==3695== by 0x7545D57: ??? (in /usr/local/lib/python2.7/dist-packages/numpy/core/multiarray.so)
==3695== by 0x15DC034F: ???
==3695== Address 0x1475eba8 is 0 bytes after a block of size 968 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE32F: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x3FDB4DC2B84EC914: ???
==3695== by 0xFFFFFFFF: ???
==3695== by 0x3FDB1C8E6A01A7E8: ???
==3695== by 0x3FD08C4CD6C1CAB5: ???
==3695== by 0x3FD24D2BA719ED79: ???
==3695== by 0xFFFFFFFF00000006: ???
==3695== by 0xFFFFFFFE: ???
==3695== by 0x15DC034F: ???
==3695== by 0x6F87E5F: ???
==3695== by 0x7545D57: ??? (in /usr/local/lib/python2.7/dist-packages/numpy/core/multiarray.so)
==3695== by 0x15DC034F: ???
==3695== Address 0x1475eba8 is 0 bytes after a block of size 968 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
......==3695== Invalid read of size 8
==3695== at 0x7AAE675: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x3FB9FFE8CE97DD86: ???
==3695== by 0x3FD0963BB2CE3481: ???
==3695== by 0xFFFFFFFE: ???
==3695== by 0x15DC034F: ???
==3695== by 0x6F87E5F: ???
==3695== by 0x7545D57: ??? (in /usr/local/lib/python2.7/dist-packages/numpy/core/multiarray.so)
==3695== by 0x15DC034F: ???
==3695== Address 0x12628328 is 0 bytes after a block of size 1,800 alloc'd
==3695== at 0x4C29DB4: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192DF4: npy_alloc_cache_zero (alloc.c:194)
==3695== by 0x71F50CA: PyArray_NewFromDescr_int (ctors.c:1038)
==3695== by 0x71F6AFD: PyArray_Zeros (ctors.c:2823)
==3695== by 0x149BD908: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:30549)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE32F: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x3FB9FFE8CE97DD86: ???
==3695== by 0x3FD0963BB2CE3481: ???
==3695== by 0xFFFFFFFE: ???
==3695== by 0x15DC034F: ???
==3695== by 0x6F87E5F: ???
==3695== by 0x7545D57: ??? (in /usr/local/lib/python2.7/dist-packages/numpy/core/multiarray.so)
==3695== by 0x15DC034F: ???
==3695== Address 0x12628328 is 0 bytes after a block of size 1,800 alloc'd
==3695== at 0x4C29DB4: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192DF4: npy_alloc_cache_zero (alloc.c:194)
==3695== by 0x71F50CA: PyArray_NewFromDescr_int (ctors.c:1038)
==3695== by 0x71F6AFD: PyArray_Zeros (ctors.c:2823)
==3695== by 0x149BD908: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:30549)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
................==3695== Invalid read of size 8
==3695== at 0x7A61AEC: saxpy_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x76AB56C: ger_kernel (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x788F618: exec_blas (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x76AB709: sger_thread (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7672666: sger_ (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x149BF7D5: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:3325)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== Address 0x15824158 is 40 bytes inside a block of size 44 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x149BF0B1: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:10713)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7A6178C: saxpy_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x76AB56C: ger_kernel (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x788F618: exec_blas (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x76AB709: sger_thread (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7672666: sger_ (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x149BF7D5: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:3325)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== Address 0x15824158 is 40 bytes inside a block of size 44 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x149BF0B1: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:10713)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7A61E4C: saxpy_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x76AB56C: ger_kernel (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x788F618: exec_blas (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x76AB709: sger_thread (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7672666: sger_ (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x149BF7D5: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:3325)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== Address 0x15824158 is 40 bytes inside a block of size 44 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x149BF0B1: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:10713)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695==
..==3695== Invalid read of size 8
==3695== at 0x7A627DC: scopy_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x149C1E5F: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:2351)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== Address 0x15a7ce90 is 480 bytes inside a block of size 484 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A82F: PyUFunc_GenericFunction (ufunc_object.c:1557)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x4F9C45: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7A62818: scopy_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x149C1E5F: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:2351)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== Address 0x15a7ce90 is 480 bytes inside a block of size 484 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A82F: PyUFunc_GenericFunction (ufunc_object.c:1557)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x4F9C45: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
........==3695== Invalid read of size 8
==3695== at 0x7A61E98: saxpy_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x76AB56C: ger_kernel (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x788F618: exec_blas (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x76AB709: sger_thread (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7672666: sger_ (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x149BF7D5: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:3325)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== Address 0x692a3a8 is 56 bytes inside a block of size 60 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x149BF0B1: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:10713)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7A61B38: saxpy_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x76AB56C: ger_kernel (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x788F618: exec_blas (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x76AB709: sger_thread (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7672666: sger_ (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x149BF7D5: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:3325)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== Address 0x692a3a8 is 56 bytes inside a block of size 60 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x149BF0B1: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:10713)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7A61B38: saxpy_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7670203: saxpy_ (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x149BF84B: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:2639)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== Address 0x692a3a8 is 56 bytes inside a block of size 60 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x149BF0B1: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:10713)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7A617D8: saxpy_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7670203: saxpy_ (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x149BF84B: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:2639)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== Address 0x692a3a8 is 56 bytes inside a block of size 60 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x149BF0B1: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:10713)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7A61E98: saxpy_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7670203: saxpy_ (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x149BF84B: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:2639)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== Address 0x692a3a8 is 56 bytes inside a block of size 60 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x149BF0B1: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:10713)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695==
.......==3695== Thread 3:
==3695== Invalid read of size 8
==3695== at 0x7A617D8: saxpy_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x76AB56C: ger_kernel (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x788F004: blas_thread_server (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x4E39E99: start_thread (pthread_create.c:308)
==3695== Address 0x1599d408 is 0 bytes after a block of size 56 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x149C0D79: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:12001)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Thread 1:
==3695== Invalid read of size 8
==3695== at 0x7A62818: scopy_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x149C1EC7: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:2351)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Address 0x1599d408 is 0 bytes after a block of size 56 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x149C0D79: __pyx_pf_5scipy_6linalg_14_decomp_update_8qr_insert_row.isra.36 (_decomp_update.c:12001)
==3695== by 0x149C3505: __pyx_pw_5scipy_6linalg_14_decomp_update_9qr_insert_row (_decomp_update.c:29474)
==3695== by 0x149B3E43: __pyx_pw_5scipy_6linalg_14_decomp_update_7qr_insert (_decomp_update.c:39605)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
..............................................................................................................................==3695== Invalid read of size 8
==3695== at 0x7AAC3E9: drot_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x149ABA92: __pyx_fuse_1__pyx_f_5scipy_6linalg_14_decomp_update_thin_qr_rank_1_update (_decomp_update.c:3059)
==3695== by 0x149B9E74: __pyx_pw_5scipy_6linalg_14_decomp_update_13qr_update (_decomp_update.c:34567)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== Address 0x14777658 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
...==3695== Invalid read of size 8
==3695== at 0x7AAC3E9: drot_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x149B9489: __pyx_pw_5scipy_6linalg_14_decomp_update_13qr_update (_decomp_update.c:3059)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Address 0x157eb458 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAC3E9: drot_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x51BB69: PyDict_GetItem (in /usr/bin/python2.7)
==3695== by 0x71E3829: _array_dealloc_buffer_info (buffer.c:620)
==3695== by 0x7195D8F: array_dealloc (arrayobject.c:427)
==3695== by 0x4FA055: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008E3: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Address 0x157eb458 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
.==3695== Invalid read of size 8
==3695== at 0x7AAC3E9: drot_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x149A08E9: __pyx_fuse_1__pyx_f_5scipy_6linalg_14_decomp_update_qr_rank_p_update (_decomp_update.c:3059)
==3695== by 0x149B8DCC: __pyx_pw_5scipy_6linalg_14_decomp_update_13qr_update (_decomp_update.c:35461)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== Address 0x14777658 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE675: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFF9F2F: ???
==3695== by 0x6: ???
==3695== by 0x6: ???
==3695== by 0x3FDF: ???
==3695== by 0x17EBC1BF: ???
==3695== Address 0x14777658 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE32F: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFF9F2F: ???
==3695== by 0x6: ???
==3695== by 0x6: ???
==3695== by 0x3FDF: ???
==3695== by 0x17EBC1BF: ???
==3695== Address 0x157eb458 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
...==3695== Invalid read of size 8
==3695== at 0x7AAC3E9: drot_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x1A9E398F: ???
==3695== Address 0x1591fb18 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAC3E9: drot_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x6D7C8AF: ???
==3695== Address 0x14777658 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
.==3695== Invalid read of size 8
==3695== at 0x7AAE32F: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFF9D1F: ???
==3695== by 0x15A6D17F: ???
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x67B528F: ???
==3695== by 0x1: ???
==3695== by 0x753E4FF: ??? (in /usr/local/lib/python2.7/dist-packages/numpy/core/multiarray.so)
==3695== Address 0x123103a8 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE675: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFF9D1F: ???
==3695== by 0x15A6D17F: ???
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x67B528F: ???
==3695== by 0x1: ???
==3695== by 0x753E4FF: ??? (in /usr/local/lib/python2.7/dist-packages/numpy/core/multiarray.so)
==3695== Address 0x123103a8 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
.==3695== Invalid read of size 8
==3695== at 0x7AAC3E9: drot_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x1A9E3CAF: ???
==3695== Address 0x153fae08 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A82F: PyUFunc_GenericFunction (ufunc_object.c:1557)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x4F9C45: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
..==3695== Invalid read of size 8
==3695== at 0x7AAC3E9: drot_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x1A9E34DF: ???
==3695== Address 0x66afab8 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
..==3695== Invalid read of size 8
==3695== at 0x7AAC3E9: drot_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x1A9E37AF: ???
==3695== Address 0x6f29d98 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A82F: PyUFunc_GenericFunction (ufunc_object.c:1557)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x4F9C45: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
..==3695== Invalid read of size 8
==3695== at 0x7AAC3E9: drot_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x1A9E389F: ???
==3695== Address 0x1606c7a8 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAC3E9: drot_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x15B60BD7: ???
==3695== Address 0x147dfc68 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A82F: PyUFunc_GenericFunction (ufunc_object.c:1557)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x4F9C45: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
.==3695== Invalid read of size 8
==3695== at 0x7AAE32F: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x700000000: ???
==3695== by 0x8000000000: ???
==3695== Address 0x6b80e98 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE675: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x700000000: ???
==3695== by 0x8000000000: ???
==3695== Address 0x6b80e98 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
.==3695== Invalid read of size 8
==3695== at 0x7AAC3E9: drot_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x1A9E339F: ???
==3695== Address 0x125eb7c8 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A82F: PyUFunc_GenericFunction (ufunc_object.c:1557)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x4F9C45: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
.................................................................................................................................................................................................................................................................==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x55D88F: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9138: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x497302: ??? (in /usr/bin/python2.7)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== Address 0x6bbd020 is 880 bytes inside a block of size 992 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x53FCF2: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9105: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x497302: ??? (in /usr/bin/python2.7)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
.......==3695== Invalid read of size 8
==3695== at 0x7AAE675: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x727A3FA: get_view_from_index.constprop.4 (mapping.c:972)
==3695== by 0x1E48E55F: ???
==3695== by 0x1AA6489F: ???
==3695== by 0x1AA64A2F: ???
==3695== by 0x1AA6416F: ???
==3695== by 0x1AA6416F: ???
==3695== by 0x7: ???
==3695== by 0x753F23F: ??? (in /usr/local/lib/python2.7/dist-packages/numpy/core/multiarray.so)
==3695== by 0x1: ???
==3695== by 0x1AA631B7: ???
==3695== Address 0x15a765d8 is 0 bytes after a block of size 72 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F6A31: PyArray_Empty (ctors.c:1124)
==3695== by 0x72870D7: array_empty (multiarraymodule.c:1873)
==3695== by 0x4FEF69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695==
.........S...............==3695== Invalid read of size 8
==3695== at 0x7AAE675: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFFA2CF: ???
==3695== by 0x7FEFFA93F: ???
==3695== by 0x1A064027: ???
==3695== by 0x4: ???
==3695== by 0x7FEFFA5DB: ???
==3695== by 0x2: ???
==3695== by 0x7FEFFA93F: ???
==3695== by 0x15259FAF: ???
==3695== by 0x668D37F: ???
==3695== by 0x1A06400F: ???
==3695== by 0x1A063FF7: ???
==3695== Address 0x15259ff8 is 0 bytes after a block of size 72 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x55837C: ??? (in /usr/bin/python2.7)
==3695== by 0x4FA609: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE675: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFFA0AF: ???
==3695== Address 0x13b50578 is 0 bytes after a block of size 72 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x55837C: ??? (in /usr/bin/python2.7)
==3695== by 0x4FA609: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE675: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFFA2BF: ???
==3695== Address 0x15259ff8 is 0 bytes after a block of size 72 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x55837C: ??? (in /usr/bin/python2.7)
==3695== by 0x4FA609: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
...K...........==3695== Invalid read of size 8
==3695== at 0x7B45F60: zcopy_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x1292500F: DOUBLE_eigvals (umath_linalg.c.src:874)
==3695== by 0x11C78DF3: PyUFunc_GeneralizedFunction (ufunc_object.c:2400)
==3695== by 0x11C797F4: PyUFunc_GenericFunction (ufunc_object.c:2521)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== Address 0x156c69c8 is 0 bytes after a block of size 168 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x12924A72: DOUBLE_eigvals (umath_linalg.c.src:1952)
==3695== by 0x11C78DF3: PyUFunc_GeneralizedFunction (ufunc_object.c:2400)
==3695== by 0x11C797F4: PyUFunc_GenericFunction (ufunc_object.c:2521)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE675: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFFA4CF: ???
==3695== Address 0x1560c878 is 0 bytes after a block of size 72 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x55837C: ??? (in /usr/bin/python2.7)
==3695== by 0x4FA609: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Conditional jump or move depends on uninitialised value(s)
==3695== at 0x573788: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x4F96D6: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x43F529: ??? (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x51C5EC: _PyObject_GC_Malloc (in /usr/bin/python2.7)
==3695== by 0x51F3BD: _PyObject_GC_NewVar (in /usr/bin/python2.7)
==3695== by 0x424150: PyFrame_New (in /usr/bin/python2.7)
==3695== by 0x500791: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x52469D: PyObject_CallFunction (in /usr/bin/python2.7)
==3695== by 0x4622D9: _PyObject_GenericGetAttrWithDict (in /usr/bin/python2.7)
==3695== by 0x4F964D: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x4DAE77: ??? (in /usr/bin/python2.7)
==3695== by 0x4DB63B: ??? (in /usr/bin/python2.7)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== Address 0x12d5b020 is 2,048 bytes inside a block of size 2,632 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x4FA33B: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x43F529: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x425BDD: ??? (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE2D5: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFFA4CF: ???
==3695== Address 0x146c7fc8 is 0 bytes after a block of size 200 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x55837C: ??? (in /usr/bin/python2.7)
==3695== by 0x4FA609: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE627: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFFA4CF: ???
==3695== Address 0x146c7fc8 is 0 bytes after a block of size 200 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x55837C: ??? (in /usr/bin/python2.7)
==3695== by 0x4FA609: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE2D5: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFFA2BF: ???
==3695== Address 0x14748208 is 0 bytes after a block of size 200 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A82F: PyUFunc_GenericFunction (ufunc_object.c:1557)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE627: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFFA2BF: ???
==3695== Address 0x14748208 is 0 bytes after a block of size 200 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A82F: PyUFunc_GenericFunction (ufunc_object.c:1557)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
...==3695== Invalid read of size 8
==3695== at 0x7AAE2D5: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFFA6EF: ???
==3695== by 0x7FEFFAD5F: ???
==3695== by 0x1AA7BE37: ???
==3695== by 0x4: ???
==3695== by 0x7FEFFA9FB: ???
==3695== by 0x6: ???
==3695== by 0x7FEFFAD5F: ???
==3695== by 0x160B250F: ???
==3695== by 0x1574A67F: ???
==3695== by 0x1AA7BE0F: ???
==3695== by 0x1AA7BDD7: ???
==3695== Address 0x160b2698 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x55837C: ??? (in /usr/bin/python2.7)
==3695== by 0x4FA609: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE675: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x71E3829: _array_dealloc_buffer_info (buffer.c:620)
==3695== by 0x3: ???
==3695== by 0x2: ???
==3695== by 0x51BB4E: PyDict_GetItem (in /usr/bin/python2.7)
==3695== by 0xFF: ???
==3695== by 0x5: ???
==3695== by 0x6: ???
==3695== by 0x69390FF: ???
==3695== by 0x6938FAF: ???
==3695== by 0x17EC023F: ???
==3695== Address 0x6939138 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A82F: PyUFunc_GenericFunction (ufunc_object.c:1557)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE32F: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x71E3829: _array_dealloc_buffer_info (buffer.c:620)
==3695== by 0x3: ???
==3695== by 0x2: ???
==3695== by 0x51BB4E: PyDict_GetItem (in /usr/bin/python2.7)
==3695== by 0xFF: ???
==3695== by 0x5: ???
==3695== by 0x6: ???
==3695== by 0x69390FF: ???
==3695== by 0x6938FAF: ???
==3695== by 0x17EC023F: ???
==3695== Address 0x6939138 is 0 bytes after a block of size 392 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A82F: PyUFunc_GenericFunction (ufunc_object.c:1557)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
.......==3695== Invalid read of size 8
==3695== at 0x7AAC361: drot_k_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FCFFFFFFFFFFFFF: ???
==3695== by 0xFFFFFFFFFFFFF: ???
==3695== by 0xBFB6DB717826E96E: ???
==3695== by 0x3FFB9734F422E161: ???
==3695== by 0xB9456584871129FF: ???
==3695== by 0x3FD995C58B236C76: ???
==3695== by 0xBCED1C68B5380628: ???
==3695== by 0x9FCD21E: _gfortran_concat_string (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libgfortran.so.3)
==3695== by 0x9033DF6: dhseqr_ (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x8FF7447: dgees_ (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x13EDF4C7: f2py_rout__flapack_dgees (_flapackmodule.c:33685)
==3695== Address 0x15936e48 is 0 bytes after a block of size 200 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x55837C: ??? (in /usr/bin/python2.7)
==3695== by 0x4FA609: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
.........==3695== Invalid read of size 8
==3695== at 0x7AAE675: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFFAD4F: ???
==3695== by 0x7FEFFB3BF: ???
==3695== by 0x15CE8347: ???
==3695== by 0x4: ???
==3695== by 0x7FEFFB05B: ???
==3695== by 0x2: ???
==3695== by 0x7FEFFB3BF: ???
==3695== by 0x1560C70F: ???
==3695== by 0x668D37F: ???
==3695== by 0x15CE832F: ???
==3695== by 0x15CE8317: ???
==3695== Address 0x1560c758 is 0 bytes after a block of size 72 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A9ED: PyUFunc_GenericFunction (ufunc_object.c:1612)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x5584D2: ??? (in /usr/bin/python2.7)
==3695== by 0x56A407: PyNumber_Multiply (in /usr/bin/python2.7)
==3695== by 0x4FA463: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
......==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x1436A255: __pyx_tp_dealloc_memoryview (_solve_toeplitz.c:18747)
==3695== by 0x1436D355: __pyx_tp_dealloc__memoryviewslice (_solve_toeplitz.c:18983)
==3695== by 0x43AD78: ??? (in /usr/bin/python2.7)
==3695== by 0x7195DCA: array_dealloc (arrayobject.c:410)
==3695== by 0x552CA1: ??? (in /usr/bin/python2.7)
==3695== by 0x5008E3: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== Address 0x69f0020 is 0 bytes inside a block of size 488 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x729DA3F: NpyIter_Deallocate (nditer_constr.c:699)
==3695== by 0x11C22049: PyUFunc_ReduceWrapper (reduction.c:554)
==3695== by 0x11C74FAB: PyUFunc_Reduce (ufunc_object.c:3022)
==3695== by 0x11C7562E: ufunc_reduce (ufunc_object.c:3992)
==3695== by 0x4F95A4: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
...==3695== Conditional jump or move depends on uninitialised value(s)
==3695== at 0x573788: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x1436A255: __pyx_tp_dealloc_memoryview (_solve_toeplitz.c:18747)
==3695== by 0x1436D355: __pyx_tp_dealloc__memoryviewslice (_solve_toeplitz.c:18983)
==3695== by 0x14381CBE: __pyx_fuse_0__pyx_pw_5scipy_6linalg_15_solve_toeplitz_3levinson (_solve_toeplitz.c:2944)
==3695== by 0x1436AB4B: __pyx_FusedFunction_call (_solve_toeplitz.c:22985)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x54FD77: PyObject_Malloc (in /usr/bin/python2.7)
==3695== by 0x5512EB: PyNode_AddChild (in /usr/bin/python2.7)
==3695== by 0x551572: PyParser_AddToken (in /usr/bin/python2.7)
==3695== by 0x53FC76: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9182: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695==
==3695== Use of uninitialised value of size 8
==3695== at 0x5737A0: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x1436A255: __pyx_tp_dealloc_memoryview (_solve_toeplitz.c:18747)
==3695== by 0x1436D355: __pyx_tp_dealloc__memoryviewslice (_solve_toeplitz.c:18983)
==3695== by 0x14381CBE: __pyx_fuse_0__pyx_pw_5scipy_6linalg_15_solve_toeplitz_3levinson (_solve_toeplitz.c:2944)
==3695== by 0x1436AB4B: __pyx_FusedFunction_call (_solve_toeplitz.c:22985)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x54FD77: PyObject_Malloc (in /usr/bin/python2.7)
==3695== by 0x5512EB: PyNode_AddChild (in /usr/bin/python2.7)
==3695== by 0x551572: PyParser_AddToken (in /usr/bin/python2.7)
==3695== by 0x53FC76: ??? (in /usr/bin/python2.7)
==3695== by 0x4F9182: PyParser_ASTFromString (in /usr/bin/python2.7)
==3695== by 0x4F91FE: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x500538: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x498567: PyImport_ExecCodeModuleEx (in /usr/bin/python2.7)
==3695==
..K..==3695== Invalid read of size 8
==3695== at 0x7AAE2D5: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFFA0AF: ???
==3695== by 0x3: ???
==3695== by 0x725CC4F: ??? (lowlevel_strided_loops.c.src:828)
==3695== by 0x155A77DF: ???
==3695== Address 0x14748208 is 0 bytes after a block of size 200 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A82F: PyUFunc_GenericFunction (ufunc_object.c:1557)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE627: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFFA0AF: ???
==3695== by 0x3: ???
==3695== by 0x725CC4F: ??? (lowlevel_strided_loops.c.src:828)
==3695== by 0x155A77DF: ???
==3695== Address 0x14748208 is 0 bytes after a block of size 200 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x71F5251: PyArray_NewFromDescr (ctors.c:1124)
==3695== by 0x11C7A82F: PyUFunc_GenericFunction (ufunc_object.c:1557)
==3695== by 0x11C7ABF5: ufunc_generic_call (ufunc_object.c:4253)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE2D5: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFF9C8F: ???
==3695== Address 0x6e017e8 is 0 bytes after a block of size 200 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1FAA: array_from_pyobj (fortranobject.c:719)
==3695== by 0x13EDEE31: f2py_rout__flapack_dgees (_flapackmodule.c:33592)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 8
==3695== at 0x7AAE627: dgemv_n_CORE2 (in /usr/local/lib/python2.7/dist-packages/numpy/.libs/libopenblas.so.0)
==3695== by 0x7FEFF9C8F: ???
==3695== Address 0x6e017e8 is 0 bytes after a block of size 200 alloc'd
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x7192CD0: npy_alloc_cache (alloc.c:173)
==3695== by 0x71F51CA: PyArray_NewFromDescr_int (ctors.c:1041)
==3695== by 0x13EE1FAA: array_from_pyobj (fortranobject.c:719)
==3695== by 0x13EDEE31: f2py_rout__flapack_dgees (_flapackmodule.c:33592)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4F9B69: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
.................................................................................
======================================================================
FAIL: test_decomp.test_eigh('general ', 6, 'F', True, False, False, (2, 4))
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/usr/local/lib/python2.7/dist-packages/scipy/linalg/tests/test_decomp.py", line 658, in eigenhproblem_general
assert_array_almost_equal(diag2_, ones(diag2_.shape[0]), DIGITS[dtype])
File "/usr/local/lib/python2.7/dist-packages/numpy/testing/utils.py", line 892, in assert_array_almost_equal
precision=decimal)
File "/usr/local/lib/python2.7/dist-packages/numpy/testing/utils.py", line 713, in assert_array_compare
raise AssertionError(msg)
AssertionError:
Arrays are not almost equal to 4 decimals
(mismatch 100.0%)
x: array([ 0., 0., 0.], dtype=float32)
y: array([ 1., 1., 1.])
----------------------------------------------------------------------
Ran 1507 tests in 893.398s
FAILED (KNOWNFAIL=4, SKIP=1, failures=1)
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x5234E4: ??? (in /usr/bin/python2.7)
==3695== by 0x505F98: PyDict_SetItem (in /usr/bin/python2.7)
==3695== by 0x41EDC8: _PyModule_Clear (in /usr/bin/python2.7)
==3695== by 0x41F4D6: PyImport_Cleanup (in /usr/bin/python2.7)
==3695== by 0x4BC43B: Py_Finalize (in /usr/bin/python2.7)
==3695== by 0x49A509: Py_Main (in /usr/bin/python2.7)
==3695== by 0x5FC376C: (below main) (libc-start.c:226)
==3695== Address 0x157cc020 is 64 bytes inside a block of size 280 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x55325C: ??? (in /usr/bin/python2.7)
==3695== by 0x475367: ??? (in /usr/bin/python2.7)
==3695== by 0x55328C: ??? (in /usr/bin/python2.7)
==3695== by 0x475367: ??? (in /usr/bin/python2.7)
==3695== by 0x553499: PyDict_Clear (in /usr/bin/python2.7)
==3695== by 0x553588: ??? (in /usr/bin/python2.7)
==3695== by 0x51C0D5: ??? (in /usr/bin/python2.7)
==3695== by 0x4BC42C: Py_Finalize (in /usr/bin/python2.7)
==3695== by 0x49A509: Py_Main (in /usr/bin/python2.7)
==3695== by 0x5FC376C: (below main) (libc-start.c:226)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x474B37: ??? (in /usr/bin/python2.7)
==3695== by 0x5234E4: ??? (in /usr/bin/python2.7)
==3695== by 0x505F98: PyDict_SetItem (in /usr/bin/python2.7)
==3695== by 0x41EDC8: _PyModule_Clear (in /usr/bin/python2.7)
==3695== by 0x41F4D6: PyImport_Cleanup (in /usr/bin/python2.7)
==3695== by 0x4BC43B: Py_Finalize (in /usr/bin/python2.7)
==3695== by 0x49A509: Py_Main (in /usr/bin/python2.7)
==3695== by 0x5FC376C: (below main) (libc-start.c:226)
==3695== Address 0x6771020 is 272 bytes inside a block of size 640 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x5537D5: ??? (in /usr/bin/python2.7)
==3695== by 0x474869: ??? (in /usr/bin/python2.7)
==3695== by 0x474B04: ??? (in /usr/bin/python2.7)
==3695== by 0x5234E4: ??? (in /usr/bin/python2.7)
==3695== by 0x505F98: PyDict_SetItem (in /usr/bin/python2.7)
==3695== by 0x41EDC8: _PyModule_Clear (in /usr/bin/python2.7)
==3695== by 0x41F4D6: PyImport_Cleanup (in /usr/bin/python2.7)
==3695== by 0x4BC43B: Py_Finalize (in /usr/bin/python2.7)
==3695== by 0x49A509: Py_Main (in /usr/bin/python2.7)
==3695== by 0x5FC376C: (below main) (libc-start.c:226)
==3695==
==3695== Conditional jump or move depends on uninitialised value(s)
==3695== at 0x573788: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x474B37: ??? (in /usr/bin/python2.7)
==3695== by 0x55328C: ??? (in /usr/bin/python2.7)
==3695== by 0x4716A1: ??? (in /usr/bin/python2.7)
==3695== by 0x5537E6: ??? (in /usr/bin/python2.7)
==3695== by 0x471683: ??? (in /usr/bin/python2.7)
==3695== by 0x5234E4: ??? (in /usr/bin/python2.7)
==3695== by 0x505F98: PyDict_SetItem (in /usr/bin/python2.7)
==3695== by 0x41EDC8: _PyModule_Clear (in /usr/bin/python2.7)
==3695== by 0x41F4D6: PyImport_Cleanup (in /usr/bin/python2.7)
==3695== by 0x4BC43B: Py_Finalize (in /usr/bin/python2.7)
==3695== by 0x49A509: Py_Main (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x51C5EC: _PyObject_GC_Malloc (in /usr/bin/python2.7)
==3695== by 0x51F3BD: _PyObject_GC_NewVar (in /usr/bin/python2.7)
==3695== by 0x424150: PyFrame_New (in /usr/bin/python2.7)
==3695== by 0x500791: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695==
==3695== Use of uninitialised value of size 8
==3695== at 0x5737A0: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x474B37: ??? (in /usr/bin/python2.7)
==3695== by 0x55328C: ??? (in /usr/bin/python2.7)
==3695== by 0x4716A1: ??? (in /usr/bin/python2.7)
==3695== by 0x5537E6: ??? (in /usr/bin/python2.7)
==3695== by 0x471683: ??? (in /usr/bin/python2.7)
==3695== by 0x5234E4: ??? (in /usr/bin/python2.7)
==3695== by 0x505F98: PyDict_SetItem (in /usr/bin/python2.7)
==3695== by 0x41EDC8: _PyModule_Clear (in /usr/bin/python2.7)
==3695== by 0x41F4D6: PyImport_Cleanup (in /usr/bin/python2.7)
==3695== by 0x4BC43B: Py_Finalize (in /usr/bin/python2.7)
==3695== by 0x49A509: Py_Main (in /usr/bin/python2.7)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x51C5EC: _PyObject_GC_Malloc (in /usr/bin/python2.7)
==3695== by 0x51F3BD: _PyObject_GC_NewVar (in /usr/bin/python2.7)
==3695== by 0x424150: PyFrame_New (in /usr/bin/python2.7)
==3695== by 0x500791: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x4F9D01: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695==
==3695== Conditional jump or move depends on uninitialised value(s)
==3695== at 0x573788: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x5234E4: ??? (in /usr/bin/python2.7)
==3695== by 0x505F98: PyDict_SetItem (in /usr/bin/python2.7)
==3695== by 0x41EDC8: _PyModule_Clear (in /usr/bin/python2.7)
==3695== by 0x41F697: PyImport_Cleanup (in /usr/bin/python2.7)
==3695== by 0x4BC43B: Py_Finalize (in /usr/bin/python2.7)
==3695== by 0x49A509: Py_Main (in /usr/bin/python2.7)
==3695== by 0x5FC376C: (below main) (libc-start.c:226)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x51C5EC: _PyObject_GC_Malloc (in /usr/bin/python2.7)
==3695== by 0x51F3BD: _PyObject_GC_NewVar (in /usr/bin/python2.7)
==3695== by 0x424150: PyFrame_New (in /usr/bin/python2.7)
==3695== by 0x500791: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x573C9A: ??? (in /usr/bin/python2.7)
==3695== by 0x5234E4: ??? (in /usr/bin/python2.7)
==3695== by 0x505F98: PyDict_SetItem (in /usr/bin/python2.7)
==3695== by 0x41EDC8: _PyModule_Clear (in /usr/bin/python2.7)
==3695== by 0x41F697: PyImport_Cleanup (in /usr/bin/python2.7)
==3695== by 0x4BC43B: Py_Finalize (in /usr/bin/python2.7)
==3695== by 0x49A509: Py_Main (in /usr/bin/python2.7)
==3695== by 0x5FC376C: (below main) (libc-start.c:226)
==3695== Address 0x13a29020 is 0 bytes inside a block of size 280 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x55325C: ??? (in /usr/bin/python2.7)
==3695== by 0x5533BD: PyDict_Clear (in /usr/bin/python2.7)
==3695== by 0x553588: ??? (in /usr/bin/python2.7)
==3695== by 0x51C0D5: ??? (in /usr/bin/python2.7)
==3695== by 0x4BC42C: Py_Finalize (in /usr/bin/python2.7)
==3695== by 0x49A509: Py_Main (in /usr/bin/python2.7)
==3695== by 0x5FC376C: (below main) (libc-start.c:226)
==3695==
==3695== Conditional jump or move depends on uninitialised value(s)
==3695== at 0x573788: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x55328C: ??? (in /usr/bin/python2.7)
==3695== by 0x4716A1: ??? (in /usr/bin/python2.7)
==3695== by 0x5234E4: ??? (in /usr/bin/python2.7)
==3695== by 0x505F98: PyDict_SetItem (in /usr/bin/python2.7)
==3695== by 0x41EDC8: _PyModule_Clear (in /usr/bin/python2.7)
==3695== by 0x41F697: PyImport_Cleanup (in /usr/bin/python2.7)
==3695== by 0x4BC43B: Py_Finalize (in /usr/bin/python2.7)
==3695== by 0x49A509: Py_Main (in /usr/bin/python2.7)
==3695== by 0x5FC376C: (below main) (libc-start.c:226)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x51C5EC: _PyObject_GC_Malloc (in /usr/bin/python2.7)
==3695== by 0x51F3BD: _PyObject_GC_NewVar (in /usr/bin/python2.7)
==3695== by 0x424150: PyFrame_New (in /usr/bin/python2.7)
==3695== by 0x500791: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x43F529: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x4FB504: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Use of uninitialised value of size 8
==3695== at 0x5737A0: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x55328C: ??? (in /usr/bin/python2.7)
==3695== by 0x4716A1: ??? (in /usr/bin/python2.7)
==3695== by 0x5234E4: ??? (in /usr/bin/python2.7)
==3695== by 0x505F98: PyDict_SetItem (in /usr/bin/python2.7)
==3695== by 0x41EDC8: _PyModule_Clear (in /usr/bin/python2.7)
==3695== by 0x41F697: PyImport_Cleanup (in /usr/bin/python2.7)
==3695== by 0x4BC43B: Py_Finalize (in /usr/bin/python2.7)
==3695== by 0x49A509: Py_Main (in /usr/bin/python2.7)
==3695== by 0x5FC376C: (below main) (libc-start.c:226)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x51C5EC: _PyObject_GC_Malloc (in /usr/bin/python2.7)
==3695== by 0x51F3BD: _PyObject_GC_NewVar (in /usr/bin/python2.7)
==3695== by 0x424150: PyFrame_New (in /usr/bin/python2.7)
==3695== by 0x500791: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x43F529: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x45AF5A: PyObject_CallFunctionObjArgs (in /usr/bin/python2.7)
==3695== by 0x4FB504: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695==
==3695== Use of uninitialised value of size 8
==3695== at 0x5737A0: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x5234E4: ??? (in /usr/bin/python2.7)
==3695== by 0x505F98: PyDict_SetItem (in /usr/bin/python2.7)
==3695== by 0x41EDC8: _PyModule_Clear (in /usr/bin/python2.7)
==3695== by 0x41F697: PyImport_Cleanup (in /usr/bin/python2.7)
==3695== by 0x4BC43B: Py_Finalize (in /usr/bin/python2.7)
==3695== by 0x49A509: Py_Main (in /usr/bin/python2.7)
==3695== by 0x5FC376C: (below main) (libc-start.c:226)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x51C5EC: _PyObject_GC_Malloc (in /usr/bin/python2.7)
==3695== by 0x51F3BD: _PyObject_GC_NewVar (in /usr/bin/python2.7)
==3695== by 0x424150: PyFrame_New (in /usr/bin/python2.7)
==3695== by 0x500791: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x501401: ??? (in /usr/bin/python2.7)
==3695== by 0x45A8F5: PyObject_Call (in /usr/bin/python2.7)
==3695== by 0x4FB363: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695==
Running unit tests for scipy.linalg
NumPy version 1.10.4
NumPy relaxed strides checking option: False
NumPy is installed in /usr/local/lib/python2.7/dist-packages/numpy
SciPy version 0.17.0
SciPy is installed in /usr/local/lib/python2.7/dist-packages/scipy
Python version 2.7.3 (default, Jun 22 2015, 19:33:41) [GCC 4.6.3]
nose version 1.3.7
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x4BC671: Py_Finalize (in /usr/bin/python2.7)
==3695== by 0x49A509: Py_Main (in /usr/bin/python2.7)
==3695== by 0x5FC376C: (below main) (libc-start.c:226)
==3695== Address 0x148c1020 is not stack'd, malloc'd or (recently) free'd
==3695==
==3695== Conditional jump or move depends on uninitialised value(s)
==3695== at 0x573788: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x4BC671: Py_Finalize (in /usr/bin/python2.7)
==3695== by 0x49A509: Py_Main (in /usr/bin/python2.7)
==3695== by 0x5FC376C: (below main) (libc-start.c:226)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x51C5EC: _PyObject_GC_Malloc (in /usr/bin/python2.7)
==3695== by 0x51F3BD: _PyObject_GC_NewVar (in /usr/bin/python2.7)
==3695== by 0x424150: PyFrame_New (in /usr/bin/python2.7)
==3695== by 0x500791: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695==
==3695== Use of uninitialised value of size 8
==3695== at 0x5737A0: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x4BC671: Py_Finalize (in /usr/bin/python2.7)
==3695== by 0x49A509: Py_Main (in /usr/bin/python2.7)
==3695== by 0x5FC376C: (below main) (libc-start.c:226)
==3695== Uninitialised value was created by a heap allocation
==3695== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x51C5EC: _PyObject_GC_Malloc (in /usr/bin/python2.7)
==3695== by 0x51F3BD: _PyObject_GC_NewVar (in /usr/bin/python2.7)
==3695== by 0x424150: PyFrame_New (in /usr/bin/python2.7)
==3695== by 0x500791: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x4F9AB7: PyEval_EvalFrameEx (in /usr/bin/python2.7)
==3695== by 0x5008C1: PyEval_EvalCodeEx (in /usr/bin/python2.7)
==3695== by 0x5012CF: ??? (in /usr/bin/python2.7)
==3695==
==3695== Invalid read of size 4
==3695== at 0x57377F: PyObject_Free (in /usr/bin/python2.7)
==3695== by 0x4BC6AD: Py_Finalize (in /usr/bin/python2.7)
==3695== by 0x49A509: Py_Main (in /usr/bin/python2.7)
==3695== by 0x5FC376C: (below main) (libc-start.c:226)
==3695== Address 0x6c7c020 is 6,576 bytes inside a block of size 8,224 free'd
==3695== at 0x4C2A82E: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==3695== by 0x4F9284: PyRun_StringFlags (in /usr/bin/python2.7)
==3695== by 0x501558: PyRun_SimpleStringFlags (in /usr/bin/python2.7)
==3695== by 0x49A4C9: Py_Main (in /usr/bin/python2.7)
==3695== by 0x5FC376C: (below main) (libc-start.c:226)
==3695==
==3695==
==3695== HEAP SUMMARY:
==3695== in use at exit: 17,603,917 bytes in 12,318 blocks
==3695== total heap usage: 1,471,524 allocs, 1,459,206 frees, 1,591,421,702 bytes allocated
==3695==
==3695== LEAK SUMMARY:
==3695== definitely lost: 832 bytes in 7 blocks
==3695== indirectly lost: 0 bytes in 0 blocks
==3695== possibly lost: 2,047,727 bytes in 2,782 blocks
==3695== still reachable: 15,555,358 bytes in 9,529 blocks
==3695== suppressed: 0 bytes in 0 blocks
==3695== Rerun with --leak-check=full to see details of leaked memory
==3695==
==3695== For counts of detected and suppressed errors, rerun with: -v
==3695== ERROR SUMMARY: 374876 errors from 308 contexts (suppressed: 2 from 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment