Created
December 6, 2012 03:10
-
-
Save michelp/4221533 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| valgrind: m_mallocfree.c:288 (get_bszB_as_is): Assertion 'bszB_lo == bszB_hi' failed. | |
| valgrind: Heap block lo/hi size mismatch: lo = 320416, hi = 281474977031072. | |
| This is probably caused by your program erroneously writing past the | |
| end of a heap block and corrupting heap metadata. If you fix any | |
| invalid writes reported by Memcheck, this assertion failure will | |
| probably go away. Please try that before reporting this as a bug. | |
| ==30589== at 0x3804CA36: ??? (in /usr/lib/valgrind/memcheck-amd64-linux) | |
| ==30589== by 0x3804CBDC: ??? (in /usr/lib/valgrind/memcheck-amd64-linux) | |
| ==30589== by 0x38058FC6: ??? (in /usr/lib/valgrind/memcheck-amd64-linux) | |
| ==30589== by 0x3802144C: ??? (in /usr/lib/valgrind/memcheck-amd64-linux) | |
| ==30589== by 0x38021A80: ??? (in /usr/lib/valgrind/memcheck-amd64-linux) | |
| ==30589== by 0x38021C6A: ??? (in /usr/lib/valgrind/memcheck-amd64-linux) | |
| ==30589== by 0x380902A7: ??? (in /usr/lib/valgrind/memcheck-amd64-linux) | |
| ==30589== by 0x3809F7D5: ??? (in /usr/lib/valgrind/memcheck-amd64-linux) | |
| sched status: | |
| running_tid=1 | |
| Thread 1: status = VgTs_Runnable | |
| ==30589== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) | |
| ==30589== by 0x46979F: ??? (in /home/michel/wikiparser/.virt/bin/python) | |
| ==30589== by 0x4C79FD: PyUnicodeUCS4_Format (in /home/michel/wikiparser/.virt/bin/python) | |
| ==30589== by 0x4CA0C0: PyString_Format (in /home/michel/wikiparser/.virt/bin/python) | |
| ==30589== by 0x49984A: PyEval_EvalFrameEx (in /home/michel/wikiparser/.virt/bin/python) | |
| ==30589== by 0x49F1BF: PyEval_EvalCodeEx (in /home/michel/wikiparser/.virt/bin/python) | |
| ==30589== by 0x4983B7: PyEval_EvalFrameEx (in /home/michel/wikiparser/.virt/bin/python) | |
| ==30589== by 0x498601: PyEval_EvalFrameEx (in /home/michel/wikiparser/.virt/bin/python) | |
| ==30589== by 0x49F1BF: PyEval_EvalCodeEx (in /home/michel/wikiparser/.virt/bin/python) | |
| ==30589== by 0x4A895F: ??? (in /home/michel/wikiparser/.virt/bin/python) | |
| ==30589== by 0x4E9F35: PyObject_Call (in /home/michel/wikiparser/.virt/bin/python) | |
| ==30589== by 0x552894: PyObject_CallFunction (in /home/michel/wikiparser/.virt/bin/python) | |
| ==30589== by 0x4EE369: _PyObject_GenericGetAttrWithDict (in /home/michel/wikiparser/.virt/bin/python) | |
| ==30589== by 0x497F4D: PyEval_EvalFrameEx (in /home/michel/wikiparser/.virt/bin/python) | |
| ==30589== by 0x49F1BF: PyEval_EvalCodeEx (in /home/michel/wikiparser/.virt/bin/python) | |
| ==30589== by 0x4983B7: PyEval_EvalFrameEx (in /home/michel/wikiparser/.virt/bin/python) | |
| ==30589== by 0x49F1BF: PyEval_EvalCodeEx (in /home/michel/wikiparser/.virt/bin/python) | |
| ==30589== by 0x4983B7: PyEval_EvalFrameEx (in /home/michel/wikiparser/.virt/bin/python) | |
| ==30589== by 0x49F1BF: PyEval_EvalCodeEx (in /home/michel/wikiparser/.virt/bin/python) | |
| ==30589== by 0x4A9080: PyRun_FileExFlags (in /home/michel/wikiparser/.virt/bin/python) | |
| ==30589== by 0x4A9310: PyRun_SimpleFileExFlags (in /home/michel/wikiparser/.virt/bin/python) | |
| ==30589== by 0x4AA8BC: Py_Main (in /home/michel/wikiparser/.virt/bin/python) | |
| ==30589== by 0x5FAE76C: (below main) (libc-start.c:226) | |
| Thread 2: status = VgTs_WaitSys | |
| ==30589== at 0x6081353: ??? (syscall-template.S:82) | |
| ==30589== by 0x725036F: ??? (in /usr/lib/libzmq.so.1.0.1) | |
| ==30589== by 0x7264BB5: ??? (in /usr/lib/libzmq.so.1.0.1) | |
| ==30589== by 0x4E39E99: start_thread (pthread_create.c:308) | |
| Thread 3: status = VgTs_WaitSys | |
| ==30589== at 0x6081353: ??? (syscall-template.S:82) | |
| ==30589== by 0x725036F: ??? (in /usr/lib/libzmq.so.1.0.1) | |
| ==30589== by 0x7264BB5: ??? (in /usr/lib/libzmq.so.1.0.1) | |
| ==30589== by 0x4E39E99: start_thread (pthread_create.c:308) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment