Created
December 12, 2019 17:21
-
-
Save bstaletic/1fe5fde4a0b6e532ffdfb50185dfdf6b 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
==21597== Invalid read of size 8 | |
==21597== at 0x4B4B7CE: ??? (in /usr/lib/libpython3.8.so.1.0) | |
==21597== by 0x4BE3223: _PyImport_Fini (in /usr/lib/libpython3.8.so.1.0) | |
==21597== by 0x4C5795C: Py_FinalizeEx (in /usr/lib/libpython3.8.so.1.0) | |
==21597== by 0x4C58EA2: Py_RunMain (in /usr/lib/libpython3.8.so.1.0) | |
==21597== by 0x4C59328: Py_BytesMain (in /usr/lib/libpython3.8.so.1.0) | |
==21597== by 0x488E152: (below main) (in /usr/lib/libc-2.30.so) | |
==21597== Address 0x586fb90 is 0 bytes inside a block of size 104 free'd | |
==21597== at 0x4839EAB: operator delete(void*) (vg_replace_malloc.c:586) | |
==21597== by 0x4C0D29A: ??? (in /usr/lib/libpython3.8.so.1.0) | |
==21597== by 0x4B3F097: ??? (in /usr/lib/libpython3.8.so.1.0) | |
==21597== by 0x4B8876E: PyList_SetSlice (in /usr/lib/libpython3.8.so.1.0) | |
==21597== by 0x4C103DC: _PyState_ClearModules (in /usr/lib/libpython3.8.so.1.0) | |
==21597== by 0x4C57257: PyImport_Cleanup (in /usr/lib/libpython3.8.so.1.0) | |
==21597== by 0x4C5793A: Py_FinalizeEx (in /usr/lib/libpython3.8.so.1.0) | |
==21597== by 0x4C58EA2: Py_RunMain (in /usr/lib/libpython3.8.so.1.0) | |
==21597== by 0x4C59328: Py_BytesMain (in /usr/lib/libpython3.8.so.1.0) | |
==21597== by 0x488E152: (below main) (in /usr/lib/libc-2.30.so) | |
==21597== Block was alloc'd at | |
==21597== at 0x4838DEF: operator new(unsigned long) (vg_replace_malloc.c:344) | |
==21597== by 0x5A386A1: PyInit_ycm_core (in /home/bstaletic/work/ycmd/ycm_core.so) | |
==21597== by 0x4C50B89: _PyImport_LoadDynamicModuleWithSpec (in /usr/lib/libpython3.8.so.1.0) | |
==21597== by 0x4C50D69: ??? (in /usr/lib/libpython3.8.so.1.0) | |
==21597== by 0x4B5F8C6: ??? (in /usr/lib/libpython3.8.so.1.0) | |
==21597== by 0x4B6EE90: PyVectorcall_Call (in /usr/lib/libpython3.8.so.1.0) | |
==21597== by 0x4BC3ADF: _PyEval_EvalFrameDefault (in /usr/lib/libpython3.8.so.1.0) | |
==21597== by 0x4B8E039: _PyEval_EvalCodeWithName (in /usr/lib/libpython3.8.so.1.0) | |
==21597== by 0x4B8EDEE: _PyFunction_Vectorcall (in /usr/lib/libpython3.8.so.1.0) | |
==21597== by 0x4BC297C: _PyEval_EvalFrameDefault (in /usr/lib/libpython3.8.so.1.0) | |
==21597== by 0x4B8ED5A: _PyFunction_Vectorcall (in /usr/lib/libpython3.8.so.1.0) | |
==21597== by 0x4BBE88E: _PyEval_EvalFrameDefault (in /usr/lib/libpython3.8.so.1.0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment