Buildbot failure in Python on AMD64 Arch Linux Asan 3.8
The Buildbot has detected a new failure on builder AMD64 Arch Linux Asan 3.8 while building Python. Full details are available at: https://buildbot.python.org/all/#builders/580/builds/4
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: pablogsal-arch-x86_64
Build Reason: Blamelist: Pablogsal@gmail.com
BUILD FAILED: failed test (failure) uploading test-results.xml (failure)
Summary of the results of the build (if available):
==
Captured traceback
From https://github.com/python/cpython
- branch 3.8 -> FETCH_HEAD Reset branch '3.8'
Objects/exceptions.c: In function ‘MemoryError_dealloc’: Objects/exceptions.c:2298:23: warning: comparison of distinct pointer types lacks a cast 2298 | if (Py_TYPE(self) != PyExc_MemoryError) { | ^~ /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_testcapimodule.c: In function ‘PyInit__testcapi’: /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_testcapimodule.c:6308:5: warning: ‘tp_print’ is deprecated [-Wdeprecated-declarations] 6308 | MyList_Type.tp_print = 0; | ^~~~~~~~~~~ In file included from ./Include/object.h:746, from ./Include/pytime.h:6, from ./Include/Python.h:85, from /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_testcapimodule.c:15: ./Include/cpython/object.h:260:30: note: declared here 260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); | ^~~~~~~~
test_ioctl skipped -- Unable to open /dev/tty test_tix skipped -- Tk unavailable due to TclError: couldn't connect to display ":99" test_kqueue skipped -- test works only on BSD test_msilib skipped -- No module named '_msi' test_devpoll skipped -- test works only on Solaris OS family test_winreg skipped -- No module named 'winreg' test_ossaudiodev skipped -- [Errno 2] No such file or directory: '/dev/dsp' stty: 'standard input': Inappropriate ioctl for device test_flock (__main__.FNTLEINTRTest) ... ok test_lockf (__main__.FNTLEINTRTest) ... ok test_read (__main__.OSEINTRTest) ... ok test_wait (__main__.OSEINTRTest) ... ok test_wait3 (__main__.OSEINTRTest) ... ok test_wait4 (__main__.OSEINTRTest) ... ok test_waitpid (__main__.OSEINTRTest) ... ok test_write (__main__.OSEINTRTest) ... ok test_devpoll (__main__.SelectEINTRTest) ... skipped 'need select.devpoll' test_epoll (__main__.SelectEINTRTest) ... ok test_kqueue (__main__.SelectEINTRTest) ... skipped 'need select.kqueue' test_poll (__main__.SelectEINTRTest) ... ok test_select (__main__.SelectEINTRTest) ... ok test_sigtimedwait (__main__.SignalEINTRTest) ... ok test_sigwaitinfo (__main__.SignalEINTRTest) ... ok test_accept (__main__.SocketEINTRTest) ... ok test_open (__main__.SocketEINTRTest) ... ok test_os_open (__main__.SocketEINTRTest) ... ok test_recv (__main__.SocketEINTRTest) ... ok test_recvmsg (__main__.SocketEINTRTest) ... ok test_send (__main__.SocketEINTRTest) ... ok test_sendall (__main__.SocketEINTRTest) ... ok test_sendmsg (__main__.SocketEINTRTest) ... ok test_sleep (__main__.TimeEINTRTest) ... ok
Ran 24 tests in 7.315s
OK (skipped=2) test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 1 leaked shared_memory objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d ' /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Lib/multiprocessing/resource_tracker.py:229: UserWarning: resource_tracker: '/psm_33701a9e': [Errno 2] No such file or directory: '/psm_33701a9e' warnings.warn('resource_tracker: %r: %s' % (name, e)) /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 1 leaked shared_memory objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d ' /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Lib/multiprocessing/resource_tracker.py:229: UserWarning: resource_tracker: '/psm_4144da62': [Errno 2] No such file or directory: '/psm_4144da62' warnings.warn('resource_tracker: %r: %s' % (name, e)) test_startfile skipped -- object <module 'os' from '/buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Lib/os.py'> has no attribute 'startfile' test_winconsoleio skipped -- test only relevant on win32
==11613==ERROR: AddressSanitizer: heap-use-after-free on address 0x60e000c12532 at pc 0x55eec7ceb6b0 bp 0x7ffc8a747560 sp 0x7ffc8a747550 READ of size 1 at 0x60e000c12532 thread T0 #0 0x55eec7ceb6af in PyBytes_FromStringAndSize Objects/bytesobject.c:111 #1 0x7ff2372f629f in c_get /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_ctypes/cfield.c:1166 #2 0x7ff2372e4984 in PyCData_get /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_ctypes/_ctypes.c:3079 #3 0x7ff2372e5520 in Pointer_item /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_ctypes/_ctypes.c:5113 #4 0x7ff2372e56b9 in Pointer_subscript /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_ctypes/_ctypes.c:5260 #5 0x55eec8096279 in PyObject_GetItem Objects/abstract.c:154 #6 0x55eec7e98de8 in _PyEval_EvalFrameDefault Python/ceval.c:1584 #7 0x55eec7e90b60 in PyEval_EvalFrameEx Python/ceval.c:741 #8 0x55eec7d05baf in function_code_fastcall Objects/call.c:283 #9 0x55eec7d0772d in _PyFunction_Vectorcall Objects/call.c:410 #10 0x55eec80bd0b6 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #11 0x55eec80bd0b6 in method_vectorcall Objects/classobject.c:60 #12 0x55eec7e8f262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #13 0x55eec7e8f262 in call_function Python/ceval.c:4963 #14 0x55eec7eb05b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #15 0x55eec7e90b60 in PyEval_EvalFrameEx Python/ceval.c:741 #16 0x55eec7d05baf in function_code_fastcall Objects/call.c:283 #17 0x55eec7d0772d in _PyFunction_Vectorcall Objects/call.c:410 #18 0x55eec7e8f262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #19 0x55eec7e8f262 in call_function Python/ceval.c:4963 #20 0x55eec7eb01f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #21 0x55eec7e90b60 in PyEval_EvalFrameEx Python/ceval.c:741 #22 0x55eec7e9225d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #23 0x55eec7d0753e in _PyFunction_Vectorcall Objects/call.c:435 #24 0x55eec80bce8e in _PyObject_Vectorcall Include/cpython/abstract.h:127 #25 0x55eec80bce8e in method_vectorcall Objects/classobject.c:89 #26 0x55eec7d0c477 in PyVectorcall_Call Objects/call.c:199 #27 0x55eec7d0cccf in PyObject_Call Objects/call.c:227 #28 0x55eec7e8d876 in do_call_core Python/ceval.c:5010 #29 0x55eec7eb11d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #30 0x55eec7e90b60 in PyEval_EvalFrameEx Python/ceval.c:741 #31 0x55eec7e9225d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #32 0x55eec7d0753e in _PyFunction_Vectorcall Objects/call.c:435 #33 0x55eec7d0bd11 in _PyObject_FastCallDict Objects/call.c:96 #34 0x55eec7d0c12a in _PyObject_Call_Prepend Objects/call.c:887 #35 0x55eec7dd5db7 in slot_tp_call Objects/typeobject.c:6553 #36 0x55eec7d07e95 in _PyObject_MakeTpCall Objects/call.c:159 #37 0x55eec7e8f35c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #38 0x55eec7e8f35c in call_function Python/ceval.c:4963 #39 0x55eec7eb05b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #40 0x55eec7e90b60 in PyEval_EvalFrameEx Python/ceval.c:741 #41 0x55eec7e9225d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #42 0x55eec7d0753e in _PyFunction_Vectorcall Objects/call.c:435 #43 0x55eec80bce8e in _PyObject_Vectorcall Include/cpython/abstract.h:127 #44 0x55eec80bce8e in method_vectorcall Objects/classobject.c:89 #45 0x55eec7d0c477 in PyVectorcall_Call Objects/call.c:199 #46 0x55eec7d0cccf in PyObject_Call Objects/call.c:227 #47 0x55eec7e8d876 in do_call_core Python/ceval.c:5010 #48 0x55eec7eb11d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #49 0x55eec7e90b60 in PyEval_EvalFrameEx Python/ceval.c:741 #50 0x55eec7e9225d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #51 0x55eec7d0753e in _PyFunction_Vectorcall Objects/call.c:435 #52 0x55eec7d0bd11 in _PyObject_FastCallDict Objects/call.c:96 #53 0x55eec7d0c12a in _PyObject_Call_Prepend Objects/call.c:887 #54 0x55eec7dd5db7 in slot_tp_call Objects/typeobject.c:6553 #55 0x55eec7d07e95 in _PyObject_MakeTpCall Objects/call.c:159 #56 0x55eec7e8f35c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #57 0x55eec7e8f35c in call_function Python/ceval.c:4963 #58 0x55eec7eb05b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #59 0x55eec7e90b60 in PyEval_EvalFrameEx Python/ceval.c:741 #60 0x55eec7e9225d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #61 0x55eec7d0753e in _PyFunction_Vectorcall Objects/call.c:435 #62 0x55eec80bce8e in _PyObject_Vectorcall Include/cpython/abstract.h:127 #63 0x55eec80bce8e in method_vectorcall Objects/classobject.c:89 #64 0x55eec7d0c477 in PyVectorcall_Call Objects/call.c:199 #65 0x55eec7d0cccf in PyObject_Call Objects/call.c:227 #66 0x55eec7e8d876 in do_call_core Python/ceval.c:5010 #67 0x55eec7eb11d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #68 0x55eec7e90b60 in PyEval_EvalFrameEx Python/ceval.c:741 #69 0x55eec7e9225d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #70 0x55eec7d0753e in _PyFunction_Vectorcall Objects/call.c:435 #71 0x55eec7d0bd11 in _PyObject_FastCallDict Objects/call.c:96 #72 0x55eec7d0c12a in _PyObject_Call_Prepend Objects/call.c:887 #73 0x55eec7dd5db7 in slot_tp_call Objects/typeobject.c:6553 #74 0x55eec7d07e95 in _PyObject_MakeTpCall Objects/call.c:159 #75 0x55eec7e8f35c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #76 0x55eec7e8f35c in call_function Python/ceval.c:4963 #77 0x55eec7eb05b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #78 0x55eec7e90b60 in PyEval_EvalFrameEx Python/ceval.c:741 #79 0x55eec7e9225d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #80 0x55eec7d0753e in _PyFunction_Vectorcall Objects/call.c:435 #81 0x55eec80bce8e in _PyObject_Vectorcall Include/cpython/abstract.h:127 #82 0x55eec80bce8e in method_vectorcall Objects/classobject.c:89 #83 0x55eec7d0c477 in PyVectorcall_Call Objects/call.c:199 #84 0x55eec7d0cccf in PyObject_Call Objects/call.c:227 #85 0x55eec7e8d876 in do_call_core Python/ceval.c:5010 #86 0x55eec7eb11d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #87 0x55eec7e90b60 in PyEval_EvalFrameEx Python/ceval.c:741 #88 0x55eec7e9225d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #89 0x55eec7d0753e in _PyFunction_Vectorcall Objects/call.c:435 #90 0x55eec7d0bd11 in _PyObject_FastCallDict Objects/call.c:96 #91 0x55eec7d0c12a in _PyObject_Call_Prepend Objects/call.c:887 #92 0x55eec7dd5db7 in slot_tp_call Objects/typeobject.c:6553 #93 0x55eec7d07e95 in _PyObject_MakeTpCall Objects/call.c:159 #94 0x55eec7e8f35c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #95 0x55eec7e8f35c in call_function Python/ceval.c:4963 #96 0x55eec7eb05b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #97 0x55eec7e90b60 in PyEval_EvalFrameEx Python/ceval.c:741 #98 0x55eec7e9225d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #99 0x55eec7d0753e in _PyFunction_Vectorcall Objects/call.c:435 #100 0x55eec80bce8e in _PyObject_Vectorcall Include/cpython/abstract.h:127 #101 0x55eec80bce8e in method_vectorcall Objects/classobject.c:89 #102 0x55eec7d0c477 in PyVectorcall_Call Objects/call.c:199 #103 0x55eec7d0cccf in PyObject_Call Objects/call.c:227 #104 0x55eec7e8d876 in do_call_core Python/ceval.c:5010 #105 0x55eec7eb11d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #106 0x55eec7e90b60 in PyEval_EvalFrameEx Python/ceval.c:741 #107 0x55eec7e9225d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #108 0x55eec7d0753e in _PyFunction_Vectorcall Objects/call.c:435 #109 0x55eec7d0bd11 in _PyObject_FastCallDict Objects/call.c:96 #110 0x55eec7d0c12a in _PyObject_Call_Prepend Objects/call.c:887 #111 0x55eec7dd5db7 in slot_tp_call Objects/typeobject.c:6553 #112 0x55eec7d07e95 in _PyObject_MakeTpCall Objects/call.c:159 #113 0x55eec7e8f35c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #114 0x55eec7e8f35c in call_function Python/ceval.c:4963 #115 0x55eec7eb05b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #116 0x55eec7e90b60 in PyEval_EvalFrameEx Python/ceval.c:741 #117 0x55eec7e9225d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #118 0x55eec7d0753e in _PyFunction_Vectorcall Objects/call.c:435 #119 0x55eec80bce8e in _PyObject_Vectorcall Include/cpython/abstract.h:127 #120 0x55eec80bce8e in method_vectorcall Objects/classobject.c:89 #121 0x55eec7d0c477 in PyVectorcall_Call Objects/call.c:199 #122 0x55eec7d0cccf in PyObject_Call Objects/call.c:227 #123 0x55eec7e8d876 in do_call_core Python/ceval.c:5010 #124 0x55eec7eb11d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #125 0x55eec7e90b60 in PyEval_EvalFrameEx Python/ceval.c:741 #126 0x55eec7e9225d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #127 0x55eec7d0753e in _PyFunction_Vectorcall Objects/call.c:435 #128 0x55eec7d0bd11 in _PyObject_FastCallDict Objects/call.c:96 #129 0x55eec7d0c12a in _PyObject_Call_Prepend Objects/call.c:887 #130 0x55eec7dd5db7 in slot_tp_call Objects/typeobject.c:6553 #131 0x55eec7d07e95 in _PyObject_MakeTpCall Objects/call.c:159 #132 0x55eec7e8f35c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #133 0x55eec7e8f35c in call_function Python/ceval.c:4963 #134 0x55eec7eb05b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #135 0x55eec7e90b60 in PyEval_EvalFrameEx Python/ceval.c:741 #136 0x55eec7d05baf in function_code_fastcall Objects/call.c:283 #137 0x55eec7d0772d in _PyFunction_Vectorcall Objects/call.c:410 #138 0x55eec7e8f262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #139 0x55eec7e8f262 in call_function Python/ceval.c:4963 #140 0x55eec7eb01f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #141 0x55eec7e90b60 in PyEval_EvalFrameEx Python/ceval.c:741 #142 0x55eec7d05baf in function_code_fastcall Objects/call.c:283 #143 0x55eec7d0772d in _PyFunction_Vectorcall Objects/call.c:410 #144 0x55eec7e8f262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #145 0x55eec7e8f262 in call_function Python/ceval.c:4963 #146 0x55eec7eb05b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #147 0x55eec7e90b60 in PyEval_EvalFrameEx Python/ceval.c:741 #148 0x55eec7e9225d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #149 0x55eec7d0753e in _PyFunction_Vectorcall Objects/call.c:435 #150 0x55eec7e8f262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #151 0x55eec7e8f262 in call_function Python/ceval.c:4963 #152 0x55eec7eb03f6 in _PyEval_EvalFrameDefault Python/ceval.c:3469 #153 0x55eec7e90b60 in PyEval_EvalFrameEx Python/ceval.c:741 #154 0x55eec7d05baf in function_code_fastcall Objects/call.c:283 #155 0x55eec7d0772d in _PyFunction_Vectorcall Objects/call.c:410 #156 0x55eec7d0bd11 in _PyObject_FastCallDict Objects/call.c:96 #157 0x55eec7ff4700 in partial_fastcall Modules/_functoolsmodule.c:169 #158 0x55eec7ff78f3 in partial_call Modules/_functoolsmodule.c:224 #159 0x55eec7d07e95 in _PyObject_MakeTpCall Objects/call.c:159 #160 0x55eec7e8f35c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #161 0x55eec7e8f35c in call_function Python/ceval.c:4963 #162 0x55eec7eb05b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #163 0x55eec7e90b60 in PyEval_EvalFrameEx Python/ceval.c:741 #164 0x55eec7d05baf in function_code_fastcall Objects/call.c:283 #165 0x55eec7d0772d in _PyFunction_Vectorcall Objects/call.c:410 #166 0x55eec7e8f262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #167 0x55eec7e8f262 in call_function Python/ceval.c:4963 #168 0x55eec7eb05b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #169 0x55eec7e90b60 in PyEval_EvalFrameEx Python/ceval.c:741 #170 0x55eec7e9225d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #171 0x55eec7d0753e in _PyFunction_Vectorcall Objects/call.c:435 #172 0x55eec7e8f262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #173 0x55eec7e8f262 in call_function Python/ceval.c:4963 #174 0x55eec7eb0981 in _PyEval_EvalFrameDefault Python/ceval.c:3515 #175 0x55eec7e90b60 in PyEval_EvalFrameEx Python/ceval.c:741 #176 0x55eec7e9225d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #177 0x55eec7d0753e in _PyFunction_Vectorcall Objects/call.c:435 #178 0x55eec7e8f262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #179 0x55eec7e8f262 in call_function Python/ceval.c:4963 #180 0x55eec7eb05b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #181 0x55eec7e90b60 in PyEval_EvalFrameEx Python/ceval.c:741 #182 0x55eec7d05baf in function_code_fastcall Objects/call.c:283 #183 0x55eec7d0772d in _PyFunction_Vectorcall Objects/call.c:410 #184 0x55eec7e8f262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #185 0x55eec7e8f262 in call_function Python/ceval.c:4963 #186 0x55eec7eb05b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #187 0x55eec7e90b60 in PyEval_EvalFrameEx Python/ceval.c:741 #188 0x55eec7d05baf in function_code_fastcall Objects/call.c:283 #189 0x55eec7d0772d in _PyFunction_Vectorcall Objects/call.c:410 #190 0x55eec7e8f262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #191 0x55eec7e8f262 in call_function Python/ceval.c:4963 #192 0x55eec7eb05b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #193 0x55eec7e90b60 in PyEval_EvalFrameEx Python/ceval.c:741 #194 0x55eec7d05baf in function_code_fastcall Objects/call.c:283 #195 0x55eec7d0772d in _PyFunction_Vectorcall Objects/call.c:410 #196 0x55eec7e8f262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #197 0x55eec7e8f262 in call_function Python/ceval.c:4963 #198 0x55eec7eb01f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #199 0x55eec7e90b60 in PyEval_EvalFrameEx Python/ceval.c:741 #200 0x55eec7e9225d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #201 0x55eec7d0753e in _PyFunction_Vectorcall Objects/call.c:435 #202 0x55eec80bce8e in _PyObject_Vectorcall Include/cpython/abstract.h:127 #203 0x55eec80bce8e in method_vectorcall Objects/classobject.c:89 #204 0x55eec7d0c477 in PyVectorcall_Call Objects/call.c:199 #205 0x55eec7d0cccf in PyObject_Call Objects/call.c:227 #206 0x55eec7e8d876 in do_call_core Python/ceval.c:5010 #207 0x55eec7eb11d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #208 0x55eec7e90b60 in PyEval_EvalFrameEx Python/ceval.c:741 #209 0x55eec7e9225d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #210 0x55eec7d0753e in _PyFunction_Vectorcall Objects/call.c:435 #211 0x55eec7e8f262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #212 0x55eec7e8f262 in call_function Python/ceval.c:4963 #213 0x55eec7eb05b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #214 0x55eec7e90b60 in PyEval_EvalFrameEx Python/ceval.c:741 #215 0x55eec7d05baf in function_code_fastcall Objects/call.c:283 #216 0x55eec7d0772d in _PyFunction_Vectorcall Objects/call.c:410 #217 0x55eec7e8f262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #218 0x55eec7e8f262 in call_function Python/ceval.c:4963 #219 0x55eec7eb05b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #220 0x55eec7e90b60 in PyEval_EvalFrameEx Python/ceval.c:741 #221 0x55eec7e9225d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #222 0x55eec7e9260f in PyEval_EvalCodeEx Python/ceval.c:4327 #223 0x55eec7e9263e in PyEval_EvalCode Python/ceval.c:718 #224 0x55eec814e6b3 in builtin_exec_impl Python/bltinmodule.c:1033 #225 0x55eec814e886 in builtin_exec Python/clinic/bltinmodule.c.h:396 #226 0x55eec7d8955f in cfunction_vectorcall_FASTCALL Objects/methodobject.c:422 #227 0x55eec7e8f262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #228 0x55eec7e8f262 in call_function Python/ceval.c:4963 #229 0x55eec7eb05b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #230 0x55eec7e90b60 in PyEval_EvalFrameEx Python/ceval.c:741 #231 0x55eec7e9225d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #232 0x55eec7d0753e in _PyFunction_Vectorcall Objects/call.c:435 #233 0x55eec7e8f262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #234 0x55eec7e8f262 in call_function Python/ceval.c:4963 #235 0x55eec7eb05b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #236 0x55eec7e90b60 in PyEval_EvalFrameEx Python/ceval.c:741 #237 0x55eec7e9225d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #238 0x55eec7d0753e in _PyFunction_Vectorcall Objects/call.c:435 #239 0x55eec7d0c477 in PyVectorcall_Call Objects/call.c:199 #240 0x55eec7d0cccf in PyObject_Call Objects/call.c:227 #241 0x55eec7ce595a in pymain_run_module Modules/main.c:302 #242 0x55eec7ce65de in pymain_run_python Modules/main.c:600 #243 0x55eec7ce681e in Py_RunMain Modules/main.c:685 #244 0x55eec7ce6a07 in pymain_main Modules/main.c:715 #245 0x55eec7ce6d54 in Py_BytesMain Modules/main.c:739 #246 0x55eec7ce3911 in main Programs/python.c:16 #247 0x7ff23b887001 in __libc_start_main (/usr/lib/libc.so.6+0x27001) #248 0x55eec7ce383d in _start (/buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/python+0x1ca83d)
0x60e000c12532 is located 114 bytes inside of 152-byte region [0x60e000c124c0,0x60e000c12558) freed by thread T0 here: #0 0x7ff23bc4b0e9 in __interceptor_free /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:123 #1 0x55eec7d977c2 in _PyMem_RawFree Objects/obmalloc.c:127 #2 0x55eec7d984ed in _PyMem_DebugRawFree Objects/obmalloc.c:2187 #3 0x55eec7d9851f in _PyMem_DebugFree Objects/obmalloc.c:2318 #4 0x55eec7d9a812 in PyObject_Free Objects/obmalloc.c:709 #5 0x55eec7f8088d in PyObject_GC_Del Modules/gcmodule.c:2051 #6 0x7ff2372d2c18 in PyCData_dealloc /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_ctypes/_ctypes.c:2785 #7 0x55eec7dc7e87 in subtype_dealloc Objects/typeobject.c:1292 #8 0x55eec7d91a27 in _Py_Dealloc Objects/object.c:2215 #9 0x55eec7ea5670 in _Py_DECREF Include/object.h:478 #10 0x55eec7ea5670 in _Py_XDECREF Include/object.h:541 #11 0x55eec7ea5670 in _PyEval_EvalFrameDefault Python/ceval.c:2569 #12 0x55eec7e90b60 in PyEval_EvalFrameEx Python/ceval.c:741 #13 0x55eec7d05baf in function_code_fastcall Objects/call.c:283 #14 0x55eec7d0772d in _PyFunction_Vectorcall Objects/call.c:410 #15 0x55eec80bd0b6 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #16 0x55eec80bd0b6 in method_vectorcall Objects/classobject.c:60 #17 0x55eec7e8f262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #18 0x55eec7e8f262 in call_function Python/ceval.c:4963 #19 0x55eec7eb05b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #20 0x55eec7e90b60 in PyEval_EvalFrameEx Python/ceval.c:741 #21 0x55eec7d05baf in function_code_fastcall Objects/call.c:283 #22 0x55eec7d0772d in _PyFunction_Vectorcall Objects/call.c:410 #23 0x55eec7e8f262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #24 0x55eec7e8f262 in call_function Python/ceval.c:4963 #25 0x55eec7eb01f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #26 0x55eec7e90b60 in PyEval_EvalFrameEx Python/ceval.c:741 #27 0x55eec7e9225d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #28 0x55eec7d0753e in _PyFunction_Vectorcall Objects/call.c:435 #29 0x55eec80bce8e in _PyObject_Vectorcall Include/cpython/abstract.h:127 #30 0x55eec80bce8e in method_vectorcall Objects/classobject.c:89 #31 0x55eec7d0c477 in PyVectorcall_Call Objects/call.c:199 #32 0x55eec7d0cccf in PyObject_Call Objects/call.c:227 #33 0x55eec7e8d876 in do_call_core Python/ceval.c:5010 #34 0x55eec7eb11d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #35 0x55eec7e90b60 in PyEval_EvalFrameEx Python/ceval.c:741
previously allocated by thread T0 here: #0 0x7ff23bc4b459 in __interceptor_malloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:145 #1 0x55eec7d9782e in _PyMem_RawMalloc Objects/obmalloc.c:99 #2 0x55eec7d979c5 in _PyMem_DebugRawAlloc Objects/obmalloc.c:2120 #3 0x55eec7d97a20 in _PyMem_DebugRawMalloc Objects/obmalloc.c:2153 #4 0x55eec7d97a3f in _PyMem_DebugMalloc Objects/obmalloc.c:2303 #5 0x55eec7d9a797 in PyObject_Malloc Objects/obmalloc.c:685 #6 0x55eec7f7e93c in _PyObject_GC_Alloc Modules/gcmodule.c:1964 #7 0x55eec7f802de in _PyObject_GC_Malloc Modules/gcmodule.c:1987 #8 0x55eec7dcfdbf in PyType_GenericAlloc Objects/typeobject.c:1015 #9 0x7ff2372d4f12 in GenericPyCData_new /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_ctypes/_ctypes.c:3234 #10 0x55eec7dcdcb4 in type_call Objects/typeobject.c:974 #11 0x55eec7d07e95 in _PyObject_MakeTpCall Objects/call.c:159 #12 0x55eec7e8f35c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #13 0x55eec7e8f35c in call_function Python/ceval.c:4963 #14 0x55eec7eb05b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #15 0x55eec7e90b60 in PyEval_EvalFrameEx Python/ceval.c:741 #16 0x55eec7e9225d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #17 0x55eec7d0753e in _PyFunction_Vectorcall Objects/call.c:435 #18 0x55eec7e8f262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #19 0x55eec7e8f262 in call_function Python/ceval.c:4963 #20 0x55eec7eb05b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #21 0x55eec7e90b60 in PyEval_EvalFrameEx Python/ceval.c:741 #22 0x55eec7e9225d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #23 0x55eec7d0753e in _PyFunction_Vectorcall Objects/call.c:435 #24 0x55eec7e8f262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #25 0x55eec7e8f262 in call_function Python/ceval.c:4963 #26 0x55eec7eb05b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #27 0x55eec7e90b60 in PyEval_EvalFrameEx Python/ceval.c:741 #28 0x55eec7d05baf in function_code_fastcall Objects/call.c:283 #29 0x55eec7d0772d in _PyFunction_Vectorcall Objects/call.c:410 #30 0x55eec80bd0b6 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #31 0x55eec80bd0b6 in method_vectorcall Objects/classobject.c:60 #32 0x55eec7e8f262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #33 0x55eec7e8f262 in call_function Python/ceval.c:4963 #34 0x55eec7eb05b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500
SUMMARY: AddressSanitizer: heap-use-after-free Objects/bytesobject.c:111 in PyBytes_FromStringAndSize Shadow bytes around the buggy address: 0x0c1c8017a450: fd fd fd fd fd fd fd fa fa fa fa fa fa fa fa fa 0x0c1c8017a460: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0c1c8017a470: fd fd fd fa fa fa fa fa fa fa fa fa fd fd fd fd 0x0c1c8017a480: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fa 0x0c1c8017a490: fa fa fa fa fa fa fa fa fd fd fd fd fd fd fd fd =>0x0c1c8017a4a0: fd fd fd fd fd fd[fd]fd fd fd fd fa fa fa fa fa 0x0c1c8017a4b0: fa fa fa fa 00 00 00 00 00 00 00 00 00 00 00 00 0x0c1c8017a4c0: 00 00 00 00 00 00 00 fa fa fa fa fa fa fa fa fa 0x0c1c8017a4d0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c1c8017a4e0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c1c8017a4f0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe Left alloca redzone: ca Right alloca redzone: cb Shadow gap: cc ==11613==ABORTING test_ttk_guionly skipped -- Tk unavailable due to TclError: couldn't connect to display ":99" test_tk skipped -- Tk unavailable due to TclError: couldn't connect to display ":99" test_winsound skipped -- No module named 'winsound' /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 1 leaked shared_memory objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d ' /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Lib/multiprocessing/resource_tracker.py:229: UserWarning: resource_tracker: '/psm_23bf1959': [Errno 2] No such file or directory: '/psm_23bf1959' warnings.warn('resource_tracker: %r: %s' % (name, e)) AddressSanitizer:DEADLYSIGNAL
==14657==ERROR: AddressSanitizer: SEGV on unknown address 0x03e800003941 (pc 0x7f39851647e5 bp 0x7ffe02255760 sp 0x7ffe02255640 T0) ==14657==The signal is caused by a READ memory access. #0 0x7f39851647e5 in gsignal (/usr/lib/libpthread.so.0+0x147e5) #1 0x560d321609e2 in faulthandler_raise_sigsegv Modules/faulthandler.c:983 #2 0x560d32160f7c in faulthandler_sigsegv Modules/faulthandler.c:999 #3 0x560d31df028f in cfunction_call_varargs Objects/call.c:757 #4 0x560d31df6fcb in PyCFunction_Call Objects/call.c:772 #5 0x560d31df1e95 in _PyObject_MakeTpCall Objects/call.c:159 #6 0x560d31f7935c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #7 0x560d31f7935c in call_function Python/ceval.c:4963 #8 0x560d31f9a3f6 in _PyEval_EvalFrameDefault Python/ceval.c:3469 #9 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #10 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #11 0x560d31df16f4 in _PyFunction_Vectorcall Objects/call.c:417 #12 0x560d31df6477 in PyVectorcall_Call Objects/call.c:199 #13 0x560d31df6ccf in PyObject_Call Objects/call.c:227 #14 0x560d31df6e99 in PyEval_CallObjectWithKeywords Objects/call.c:809 #15 0x560d31df6f70 in PyObject_CallObject Objects/call.c:817 #16 0x7f39813f290d in load_reduce /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_pickle.c:6829 #17 0x7f3981408444 in load /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_pickle.c:6977 #18 0x7f39814086d5 in _pickle_loads_impl /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_pickle.c:7930 #19 0x7f3981408e32 in _pickle_loads /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/clinic/_pickle.c.h:834 #20 0x560d31e731fe in cfunction_vectorcall_FASTCALL_KEYWORDS Objects/methodobject.c:437 #21 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #22 0x560d31f79262 in call_function Python/ceval.c:4963 #23 0x560d31f9a3f6 in _PyEval_EvalFrameDefault Python/ceval.c:3469 #24 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #25 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #26 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #27 0x560d321a70b6 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #28 0x560d321a70b6 in method_vectorcall Objects/classobject.c:60 #29 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #30 0x560d31f79262 in call_function Python/ceval.c:4963 #31 0x560d31f9a981 in _PyEval_EvalFrameDefault Python/ceval.c:3515 #32 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #33 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #34 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #35 0x560d31df6477 in PyVectorcall_Call Objects/call.c:199 #36 0x560d31df6ccf in PyObject_Call Objects/call.c:227 #37 0x560d31f77876 in do_call_core Python/ceval.c:5010 #38 0x560d31f9b1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #39 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #40 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #41 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #42 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #43 0x560d31f79262 in call_function Python/ceval.c:4963 #44 0x560d31f9a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #45 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #46 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #47 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #48 0x560d321a70b6 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #49 0x560d321a70b6 in method_vectorcall Objects/classobject.c:60 #50 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #51 0x560d31f79262 in call_function Python/ceval.c:4963 #52 0x560d31f9a981 in _PyEval_EvalFrameDefault Python/ceval.c:3515 #53 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #54 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #55 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #56 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #57 0x560d31f79262 in call_function Python/ceval.c:4963 #58 0x560d31f9a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #59 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #60 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #61 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #62 0x560d31df5d11 in _PyObject_FastCallDict Objects/call.c:96 #63 0x560d31df612a in _PyObject_Call_Prepend Objects/call.c:887 #64 0x560d31ebfa07 in slot_tp_init Objects/typeobject.c:6787 #65 0x560d31eb7d3f in type_call Objects/typeobject.c:994 #66 0x560d31df1e95 in _PyObject_MakeTpCall Objects/call.c:159 #67 0x560d31f7935c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #68 0x560d31f7935c in call_function Python/ceval.c:4963 #69 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #70 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #71 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #72 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #73 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #74 0x560d31f79262 in call_function Python/ceval.c:4963 #75 0x560d31f9a3f6 in _PyEval_EvalFrameDefault Python/ceval.c:3469 #76 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #77 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #78 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #79 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #80 0x560d31f79262 in call_function Python/ceval.c:4963 #81 0x560d31f9a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #82 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #83 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #84 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #85 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #86 0x560d31f79262 in call_function Python/ceval.c:4963 #87 0x560d31f9a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #88 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #89 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #90 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #91 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #92 0x560d31f79262 in call_function Python/ceval.c:4963 #93 0x560d31f9a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #94 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #95 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #96 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #97 0x560d321a6e8e in _PyObject_Vectorcall Include/cpython/abstract.h:127 #98 0x560d321a6e8e in method_vectorcall Objects/classobject.c:89 #99 0x560d31df6477 in PyVectorcall_Call Objects/call.c:199 #100 0x560d31df6ccf in PyObject_Call Objects/call.c:227 #101 0x560d31f77876 in do_call_core Python/ceval.c:5010 #102 0x560d31f9b1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #103 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #104 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #105 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #106 0x560d321a70b6 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #107 0x560d321a70b6 in method_vectorcall Objects/classobject.c:60 #108 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #109 0x560d31f79262 in call_function Python/ceval.c:4963 #110 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #111 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #112 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #113 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #114 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #115 0x560d31f79262 in call_function Python/ceval.c:4963 #116 0x560d31f9a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #117 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #118 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #119 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #120 0x560d321a6e8e in _PyObject_Vectorcall Include/cpython/abstract.h:127 #121 0x560d321a6e8e in method_vectorcall Objects/classobject.c:89 #122 0x560d31df6477 in PyVectorcall_Call Objects/call.c:199 #123 0x560d31df6ccf in PyObject_Call Objects/call.c:227 #124 0x560d31f77876 in do_call_core Python/ceval.c:5010 #125 0x560d31f9b1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #126 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #127 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #128 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #129 0x560d31df5d11 in _PyObject_FastCallDict Objects/call.c:96 #130 0x560d31df612a in _PyObject_Call_Prepend Objects/call.c:887 #131 0x560d31ebfdb7 in slot_tp_call Objects/typeobject.c:6553 #132 0x560d31df1e95 in _PyObject_MakeTpCall Objects/call.c:159 #133 0x560d31f7935c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #134 0x560d31f7935c in call_function Python/ceval.c:4963 #135 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #136 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #137 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #138 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #139 0x560d321a6e8e in _PyObject_Vectorcall Include/cpython/abstract.h:127 #140 0x560d321a6e8e in method_vectorcall Objects/classobject.c:89 #141 0x560d31df6477 in PyVectorcall_Call Objects/call.c:199 #142 0x560d31df6ccf in PyObject_Call Objects/call.c:227 #143 0x560d31f77876 in do_call_core Python/ceval.c:5010 #144 0x560d31f9b1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #145 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #146 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #147 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #148 0x560d31df5d11 in _PyObject_FastCallDict Objects/call.c:96 #149 0x560d31df612a in _PyObject_Call_Prepend Objects/call.c:887 #150 0x560d31ebfdb7 in slot_tp_call Objects/typeobject.c:6553 #151 0x560d31df1e95 in _PyObject_MakeTpCall Objects/call.c:159 #152 0x560d31f7935c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #153 0x560d31f7935c in call_function Python/ceval.c:4963 #154 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #155 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #156 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #157 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #158 0x560d321a6e8e in _PyObject_Vectorcall Include/cpython/abstract.h:127 #159 0x560d321a6e8e in method_vectorcall Objects/classobject.c:89 #160 0x560d31df6477 in PyVectorcall_Call Objects/call.c:199 #161 0x560d31df6ccf in PyObject_Call Objects/call.c:227 #162 0x560d31f77876 in do_call_core Python/ceval.c:5010 #163 0x560d31f9b1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #164 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #165 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #166 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #167 0x560d31df5d11 in _PyObject_FastCallDict Objects/call.c:96 #168 0x560d31df612a in _PyObject_Call_Prepend Objects/call.c:887 #169 0x560d31ebfdb7 in slot_tp_call Objects/typeobject.c:6553 #170 0x560d31df1e95 in _PyObject_MakeTpCall Objects/call.c:159 #171 0x560d31f7935c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #172 0x560d31f7935c in call_function Python/ceval.c:4963 #173 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #174 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #175 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #176 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #177 0x560d321a6e8e in _PyObject_Vectorcall Include/cpython/abstract.h:127 #178 0x560d321a6e8e in method_vectorcall Objects/classobject.c:89 #179 0x560d31df6477 in PyVectorcall_Call Objects/call.c:199 #180 0x560d31df6ccf in PyObject_Call Objects/call.c:227 #181 0x560d31f77876 in do_call_core Python/ceval.c:5010 #182 0x560d31f9b1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #183 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #184 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #185 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #186 0x560d31df5d11 in _PyObject_FastCallDict Objects/call.c:96 #187 0x560d31df612a in _PyObject_Call_Prepend Objects/call.c:887 #188 0x560d31ebfdb7 in slot_tp_call Objects/typeobject.c:6553 #189 0x560d31df1e95 in _PyObject_MakeTpCall Objects/call.c:159 #190 0x560d31f7935c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #191 0x560d31f7935c in call_function Python/ceval.c:4963 #192 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #193 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #194 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #195 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #196 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #197 0x560d31f79262 in call_function Python/ceval.c:4963 #198 0x560d31f9a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #199 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #200 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #201 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #202 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #203 0x560d31f79262 in call_function Python/ceval.c:4963 #204 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #205 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #206 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #207 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #208 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #209 0x560d31f79262 in call_function Python/ceval.c:4963 #210 0x560d31f9a3f6 in _PyEval_EvalFrameDefault Python/ceval.c:3469 #211 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #212 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #213 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #214 0x560d31df5d11 in _PyObject_FastCallDict Objects/call.c:96 #215 0x560d320de700 in partial_fastcall Modules/_functoolsmodule.c:169 #216 0x560d320e18f3 in partial_call Modules/_functoolsmodule.c:224 #217 0x560d31df1e95 in _PyObject_MakeTpCall Objects/call.c:159 #218 0x560d31f7935c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #219 0x560d31f7935c in call_function Python/ceval.c:4963 #220 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #221 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #222 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #223 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #224 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #225 0x560d31f79262 in call_function Python/ceval.c:4963 #226 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #227 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #228 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #229 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #230 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #231 0x560d31f79262 in call_function Python/ceval.c:4963 #232 0x560d31f9a981 in _PyEval_EvalFrameDefault Python/ceval.c:3515 #233 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #234 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #235 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #236 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #237 0x560d31f79262 in call_function Python/ceval.c:4963 #238 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #239 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #240 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #241 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #242 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #243 0x560d31f79262 in call_function Python/ceval.c:4963 #244 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #245 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #246 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #247 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #248 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #249 0x560d31f79262 in call_function Python/ceval.c:4963 #250 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #251 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #252 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #253 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #254 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #255 0x560d31f79262 in call_function Python/ceval.c:4963 #256 0x560d31f9a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #257 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #258 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #259 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #260 0x560d321a6e8e in _PyObject_Vectorcall Include/cpython/abstract.h:127 #261 0x560d321a6e8e in method_vectorcall Objects/classobject.c:89 #262 0x560d31df6477 in PyVectorcall_Call Objects/call.c:199 #263 0x560d31df6ccf in PyObject_Call Objects/call.c:227 #264 0x560d31f77876 in do_call_core Python/ceval.c:5010 #265 0x560d31f9b1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #266 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #267 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #268 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #269 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #270 0x560d31f79262 in call_function Python/ceval.c:4963 #271 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #272 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #273 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #274 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #275 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #276 0x560d31f79262 in call_function Python/ceval.c:4963 #277 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #278 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #279 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #280 0x560d31f7c60f in PyEval_EvalCodeEx Python/ceval.c:4327 #281 0x560d31f7c63e in PyEval_EvalCode Python/ceval.c:718 #282 0x560d322386b3 in builtin_exec_impl Python/bltinmodule.c:1033 #283 0x560d32238886 in builtin_exec Python/clinic/bltinmodule.c.h:396 #284 0x560d31e7355f in cfunction_vectorcall_FASTCALL Objects/methodobject.c:422 #285 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #286 0x560d31f79262 in call_function Python/ceval.c:4963 #287 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500
AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV (/usr/lib/libpthread.so.0+0x147e5) in gsignal ==14657==ABORTING AddressSanitizer:DEADLYSIGNAL
==14661==ERROR: AddressSanitizer: SEGV on unknown address 0x03e800003945 (pc 0x7f39851647e5 bp 0x7ffe02255fd0 sp 0x7ffe02255eb0 T0) ==14661==The signal is caused by a READ memory access. #0 0x7f39851647e5 in gsignal (/usr/lib/libpthread.so.0+0x147e5) #1 0x560d321609e2 in faulthandler_raise_sigsegv Modules/faulthandler.c:983 #2 0x560d32160f7c in faulthandler_sigsegv Modules/faulthandler.c:999 #3 0x560d31df028f in cfunction_call_varargs Objects/call.c:757 #4 0x560d31df6fcb in PyCFunction_Call Objects/call.c:772 #5 0x560d31df1e95 in _PyObject_MakeTpCall Objects/call.c:159 #6 0x560d31f7935c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #7 0x560d31f7935c in call_function Python/ceval.c:4963 #8 0x560d31f9a3f6 in _PyEval_EvalFrameDefault Python/ceval.c:3469 #9 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #10 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #11 0x560d31df16f4 in _PyFunction_Vectorcall Objects/call.c:417 #12 0x560d31df6477 in PyVectorcall_Call Objects/call.c:199 #13 0x560d31df6ccf in PyObject_Call Objects/call.c:227 #14 0x560d31f77876 in do_call_core Python/ceval.c:5010 #15 0x560d31f9b1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #16 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #17 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #18 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #19 0x560d31df6477 in PyVectorcall_Call Objects/call.c:199 #20 0x560d31df6ccf in PyObject_Call Objects/call.c:227 #21 0x560d31f77876 in do_call_core Python/ceval.c:5010 #22 0x560d31f9b1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #23 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #24 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #25 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #26 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #27 0x560d31f79262 in call_function Python/ceval.c:4963 #28 0x560d31f9a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #29 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #30 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #31 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #32 0x560d321a70b6 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #33 0x560d321a70b6 in method_vectorcall Objects/classobject.c:60 #34 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #35 0x560d31f79262 in call_function Python/ceval.c:4963 #36 0x560d31f9a981 in _PyEval_EvalFrameDefault Python/ceval.c:3515 #37 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #38 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #39 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #40 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #41 0x560d31f79262 in call_function Python/ceval.c:4963 #42 0x560d31f9a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #43 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #44 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #45 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #46 0x560d31df5d11 in _PyObject_FastCallDict Objects/call.c:96 #47 0x560d31df612a in _PyObject_Call_Prepend Objects/call.c:887 #48 0x560d31ebfa07 in slot_tp_init Objects/typeobject.c:6787 #49 0x560d31eb7d3f in type_call Objects/typeobject.c:994 #50 0x560d31df1e95 in _PyObject_MakeTpCall Objects/call.c:159 #51 0x560d31f7935c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #52 0x560d31f7935c in call_function Python/ceval.c:4963 #53 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #54 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #55 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #56 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #57 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #58 0x560d31f79262 in call_function Python/ceval.c:4963 #59 0x560d31f9a3f6 in _PyEval_EvalFrameDefault Python/ceval.c:3469 #60 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #61 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #62 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #63 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #64 0x560d31f79262 in call_function Python/ceval.c:4963 #65 0x560d31f9a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #66 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #67 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #68 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #69 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #70 0x560d31f79262 in call_function Python/ceval.c:4963 #71 0x560d31f9a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #72 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #73 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #74 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #75 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #76 0x560d31f79262 in call_function Python/ceval.c:4963 #77 0x560d31f9a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #78 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #79 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #80 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #81 0x560d321a6e8e in _PyObject_Vectorcall Include/cpython/abstract.h:127 #82 0x560d321a6e8e in method_vectorcall Objects/classobject.c:89 #83 0x560d31df6477 in PyVectorcall_Call Objects/call.c:199 #84 0x560d31df6ccf in PyObject_Call Objects/call.c:227 #85 0x560d31f77876 in do_call_core Python/ceval.c:5010 #86 0x560d31f9b1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #87 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #88 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #89 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #90 0x560d321a70b6 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #91 0x560d321a70b6 in method_vectorcall Objects/classobject.c:60 #92 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #93 0x560d31f79262 in call_function Python/ceval.c:4963 #94 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #95 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #96 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #97 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #98 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #99 0x560d31f79262 in call_function Python/ceval.c:4963 #100 0x560d31f9a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #101 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #102 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #103 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #104 0x560d321a6e8e in _PyObject_Vectorcall Include/cpython/abstract.h:127 #105 0x560d321a6e8e in method_vectorcall Objects/classobject.c:89 #106 0x560d31df6477 in PyVectorcall_Call Objects/call.c:199 #107 0x560d31df6ccf in PyObject_Call Objects/call.c:227 #108 0x560d31f77876 in do_call_core Python/ceval.c:5010 #109 0x560d31f9b1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #110 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #111 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #112 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #113 0x560d31df5d11 in _PyObject_FastCallDict Objects/call.c:96 #114 0x560d31df612a in _PyObject_Call_Prepend Objects/call.c:887 #115 0x560d31ebfdb7 in slot_tp_call Objects/typeobject.c:6553 #116 0x560d31df1e95 in _PyObject_MakeTpCall Objects/call.c:159 #117 0x560d31f7935c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #118 0x560d31f7935c in call_function Python/ceval.c:4963 #119 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #120 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #121 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #122 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #123 0x560d321a6e8e in _PyObject_Vectorcall Include/cpython/abstract.h:127 #124 0x560d321a6e8e in method_vectorcall Objects/classobject.c:89 #125 0x560d31df6477 in PyVectorcall_Call Objects/call.c:199 #126 0x560d31df6ccf in PyObject_Call Objects/call.c:227 #127 0x560d31f77876 in do_call_core Python/ceval.c:5010 #128 0x560d31f9b1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #129 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #130 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #131 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #132 0x560d31df5d11 in _PyObject_FastCallDict Objects/call.c:96 #133 0x560d31df612a in _PyObject_Call_Prepend Objects/call.c:887 #134 0x560d31ebfdb7 in slot_tp_call Objects/typeobject.c:6553 #135 0x560d31df1e95 in _PyObject_MakeTpCall Objects/call.c:159 #136 0x560d31f7935c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #137 0x560d31f7935c in call_function Python/ceval.c:4963 #138 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #139 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #140 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #141 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #142 0x560d321a6e8e in _PyObject_Vectorcall Include/cpython/abstract.h:127 #143 0x560d321a6e8e in method_vectorcall Objects/classobject.c:89 #144 0x560d31df6477 in PyVectorcall_Call Objects/call.c:199 #145 0x560d31df6ccf in PyObject_Call Objects/call.c:227 #146 0x560d31f77876 in do_call_core Python/ceval.c:5010 #147 0x560d31f9b1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #148 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #149 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #150 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #151 0x560d31df5d11 in _PyObject_FastCallDict Objects/call.c:96 #152 0x560d31df612a in _PyObject_Call_Prepend Objects/call.c:887 #153 0x560d31ebfdb7 in slot_tp_call Objects/typeobject.c:6553 #154 0x560d31df1e95 in _PyObject_MakeTpCall Objects/call.c:159 #155 0x560d31f7935c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #156 0x560d31f7935c in call_function Python/ceval.c:4963 #157 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #158 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #159 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #160 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #161 0x560d321a6e8e in _PyObject_Vectorcall Include/cpython/abstract.h:127 #162 0x560d321a6e8e in method_vectorcall Objects/classobject.c:89 #163 0x560d31df6477 in PyVectorcall_Call Objects/call.c:199 #164 0x560d31df6ccf in PyObject_Call Objects/call.c:227 #165 0x560d31f77876 in do_call_core Python/ceval.c:5010 #166 0x560d31f9b1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #167 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #168 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #169 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #170 0x560d31df5d11 in _PyObject_FastCallDict Objects/call.c:96 #171 0x560d31df612a in _PyObject_Call_Prepend Objects/call.c:887 #172 0x560d31ebfdb7 in slot_tp_call Objects/typeobject.c:6553 #173 0x560d31df1e95 in _PyObject_MakeTpCall Objects/call.c:159 #174 0x560d31f7935c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #175 0x560d31f7935c in call_function Python/ceval.c:4963 #176 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #177 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #178 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #179 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #180 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #181 0x560d31f79262 in call_function Python/ceval.c:4963 #182 0x560d31f9a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #183 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #184 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #185 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #186 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #187 0x560d31f79262 in call_function Python/ceval.c:4963 #188 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #189 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #190 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #191 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #192 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #193 0x560d31f79262 in call_function Python/ceval.c:4963 #194 0x560d31f9a3f6 in _PyEval_EvalFrameDefault Python/ceval.c:3469 #195 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #196 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #197 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #198 0x560d31df5d11 in _PyObject_FastCallDict Objects/call.c:96 #199 0x560d320de700 in partial_fastcall Modules/_functoolsmodule.c:169 #200 0x560d320e18f3 in partial_call Modules/_functoolsmodule.c:224 #201 0x560d31df1e95 in _PyObject_MakeTpCall Objects/call.c:159 #202 0x560d31f7935c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #203 0x560d31f7935c in call_function Python/ceval.c:4963 #204 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #205 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #206 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #207 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #208 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #209 0x560d31f79262 in call_function Python/ceval.c:4963 #210 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #211 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #212 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #213 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #214 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #215 0x560d31f79262 in call_function Python/ceval.c:4963 #216 0x560d31f9a981 in _PyEval_EvalFrameDefault Python/ceval.c:3515 #217 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #218 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #219 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #220 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #221 0x560d31f79262 in call_function Python/ceval.c:4963 #222 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #223 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #224 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #225 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #226 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #227 0x560d31f79262 in call_function Python/ceval.c:4963 #228 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #229 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #230 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #231 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #232 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #233 0x560d31f79262 in call_function Python/ceval.c:4963 #234 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #235 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #236 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #237 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #238 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #239 0x560d31f79262 in call_function Python/ceval.c:4963 #240 0x560d31f9a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #241 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #242 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #243 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #244 0x560d321a6e8e in _PyObject_Vectorcall Include/cpython/abstract.h:127 #245 0x560d321a6e8e in method_vectorcall Objects/classobject.c:89 #246 0x560d31df6477 in PyVectorcall_Call Objects/call.c:199 #247 0x560d31df6ccf in PyObject_Call Objects/call.c:227 #248 0x560d31f77876 in do_call_core Python/ceval.c:5010 #249 0x560d31f9b1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #250 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #251 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #252 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #253 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #254 0x560d31f79262 in call_function Python/ceval.c:4963 #255 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #256 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #257 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #258 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #259 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #260 0x560d31f79262 in call_function Python/ceval.c:4963 #261 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #262 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #263 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #264 0x560d31f7c60f in PyEval_EvalCodeEx Python/ceval.c:4327 #265 0x560d31f7c63e in PyEval_EvalCode Python/ceval.c:718 #266 0x560d322386b3 in builtin_exec_impl Python/bltinmodule.c:1033 #267 0x560d32238886 in builtin_exec Python/clinic/bltinmodule.c.h:396 #268 0x560d31e7355f in cfunction_vectorcall_FASTCALL Objects/methodobject.c:422 #269 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #270 0x560d31f79262 in call_function Python/ceval.c:4963 #271 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #272 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #273 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #274 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #275 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #276 0x560d31f79262 in call_function Python/ceval.c:4963 #277 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #278 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #279 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #280 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #281 0x560d31df6477 in PyVectorcall_Call Objects/call.c:199 #282 0x560d31df6ccf in PyObject_Call Objects/call.c:227 #283 0x560d31dcf95a in pymain_run_module Modules/main.c:302 #284 0x560d31dd05de in pymain_run_python Modules/main.c:600 #285 0x560d31dd081e in Py_RunMain Modules/main.c:685
AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV (/usr/lib/libpthread.so.0+0x147e5) in gsignal ==14661==ABORTING AddressSanitizer:DEADLYSIGNAL
==14673==ERROR: AddressSanitizer: SEGV on unknown address 0x03e800003951 (pc 0x7f39851647e5 bp 0x7ffe02254330 sp 0x7ffe02254210 T0) ==14673==The signal is caused by a READ memory access. #0 0x7f39851647e5 in gsignal (/usr/lib/libpthread.so.0+0x147e5) #1 0x560d321609e2 in faulthandler_raise_sigsegv Modules/faulthandler.c:983 #2 0x560d32160f7c in faulthandler_sigsegv Modules/faulthandler.c:999 #3 0x560d31df028f in cfunction_call_varargs Objects/call.c:757 #4 0x560d31df6fcb in PyCFunction_Call Objects/call.c:772 #5 0x560d31df1e95 in _PyObject_MakeTpCall Objects/call.c:159 #6 0x560d31f7935c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #7 0x560d31f7935c in call_function Python/ceval.c:4963 #8 0x560d31f9a3f6 in _PyEval_EvalFrameDefault Python/ceval.c:3469 #9 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #10 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #11 0x560d31df16f4 in _PyFunction_Vectorcall Objects/call.c:417 #12 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #13 0x560d31f79262 in call_function Python/ceval.c:4963 #14 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #15 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #16 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #17 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #18 0x560d321a72e3 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #19 0x560d321a72e3 in method_vectorcall Objects/classobject.c:67 #20 0x560d31ec9a7b in _PyObject_Vectorcall Include/cpython/abstract.h:127 #21 0x560d31ec9a7b in _PyObject_CallNoArg Include/cpython/abstract.h:153 #22 0x560d31ec9a7b in object___reduce_ex___impl Objects/typeobject.c:4637 #23 0x560d31ec9e09 in object___reduce_ex__ Objects/clinic/typeobject.c.h:178 #24 0x560d31e723b6 in cfunction_vectorcall_O Objects/methodobject.c:482 #25 0x560d31df27ab in _PyObject_Vectorcall Include/cpython/abstract.h:127 #26 0x560d31df27ab in _PyObject_FastCall Include/cpython/abstract.h:147 #27 0x560d31df27ab in object_vacall Objects/call.c:1186 #28 0x560d31df2fdd in PyObject_CallFunctionObjArgs Objects/call.c:1259 #29 0x7f39813f0c52 in _Pickle_FastCall /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_pickle.c:362 #30 0x7f398140d009 in save /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_pickle.c:4435 #31 0x7f398140f1d5 in batch_dict_exact /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_pickle.c:3281 #32 0x7f398141094f in save_dict /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_pickle.c:3335 #33 0x7f398140cb4d in save /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_pickle.c:4323 #34 0x7f398140b654 in save_reduce /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_pickle.c:4229 #35 0x7f398140ca27 in save /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_pickle.c:4472 #36 0x7f398140dfb1 in dump /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_pickle.c:4519 #37 0x7f398140e336 in _pickle_Pickler_dump /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_pickle.c:4590 #38 0x560d321b8980 in method_vectorcall_O Objects/descrobject.c:416 #39 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #40 0x560d31f79262 in call_function Python/ceval.c:4963 #41 0x560d31f9a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #42 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #43 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #44 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #45 0x560d321a70b6 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #46 0x560d321a70b6 in method_vectorcall Objects/classobject.c:60 #47 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #48 0x560d31f79262 in call_function Python/ceval.c:4963 #49 0x560d31f9a3f6 in _PyEval_EvalFrameDefault Python/ceval.c:3469 #50 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #51 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #52 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #53 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #54 0x560d31f79262 in call_function Python/ceval.c:4963 #55 0x560d31f9a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #56 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #57 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #58 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #59 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #60 0x560d31f79262 in call_function Python/ceval.c:4963 #61 0x560d31f9a981 in _PyEval_EvalFrameDefault Python/ceval.c:3515 #62 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #63 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #64 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #65 0x560d31df6477 in PyVectorcall_Call Objects/call.c:199 #66 0x560d31df6ccf in PyObject_Call Objects/call.c:227 #67 0x560d31f77876 in do_call_core Python/ceval.c:5010 #68 0x560d31f9b1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #69 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #70 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #71 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #72 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #73 0x560d31f79262 in call_function Python/ceval.c:4963 #74 0x560d31f9a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #75 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #76 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #77 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #78 0x560d321a70b6 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #79 0x560d321a70b6 in method_vectorcall Objects/classobject.c:60 #80 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #81 0x560d31f79262 in call_function Python/ceval.c:4963 #82 0x560d31f9a981 in _PyEval_EvalFrameDefault Python/ceval.c:3515 #83 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #84 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #85 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #86 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #87 0x560d31f79262 in call_function Python/ceval.c:4963 #88 0x560d31f9a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #89 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #90 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #91 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #92 0x560d31df5d11 in _PyObject_FastCallDict Objects/call.c:96 #93 0x560d31df612a in _PyObject_Call_Prepend Objects/call.c:887 #94 0x560d31ebfa07 in slot_tp_init Objects/typeobject.c:6787 #95 0x560d31eb7d3f in type_call Objects/typeobject.c:994 #96 0x560d31df1e95 in _PyObject_MakeTpCall Objects/call.c:159 #97 0x560d31f7935c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #98 0x560d31f7935c in call_function Python/ceval.c:4963 #99 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #100 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #101 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #102 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #103 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #104 0x560d31f79262 in call_function Python/ceval.c:4963 #105 0x560d31f9a3f6 in _PyEval_EvalFrameDefault Python/ceval.c:3469 #106 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #107 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #108 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #109 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #110 0x560d31f79262 in call_function Python/ceval.c:4963 #111 0x560d31f9a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #112 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #113 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #114 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #115 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #116 0x560d31f79262 in call_function Python/ceval.c:4963 #117 0x560d31f9a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #118 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #119 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #120 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #121 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #122 0x560d31f79262 in call_function Python/ceval.c:4963 #123 0x560d31f9a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #124 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #125 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #126 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #127 0x560d321a6e8e in _PyObject_Vectorcall Include/cpython/abstract.h:127 #128 0x560d321a6e8e in method_vectorcall Objects/classobject.c:89 #129 0x560d31df6477 in PyVectorcall_Call Objects/call.c:199 #130 0x560d31df6ccf in PyObject_Call Objects/call.c:227 #131 0x560d31f77876 in do_call_core Python/ceval.c:5010 #132 0x560d31f9b1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #133 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #134 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #135 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #136 0x560d321a70b6 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #137 0x560d321a70b6 in method_vectorcall Objects/classobject.c:60 #138 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #139 0x560d31f79262 in call_function Python/ceval.c:4963 #140 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #141 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #142 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #143 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #144 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #145 0x560d31f79262 in call_function Python/ceval.c:4963 #146 0x560d31f9a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #147 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #148 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #149 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #150 0x560d321a6e8e in _PyObject_Vectorcall Include/cpython/abstract.h:127 #151 0x560d321a6e8e in method_vectorcall Objects/classobject.c:89 #152 0x560d31df6477 in PyVectorcall_Call Objects/call.c:199 #153 0x560d31df6ccf in PyObject_Call Objects/call.c:227 #154 0x560d31f77876 in do_call_core Python/ceval.c:5010 #155 0x560d31f9b1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #156 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #157 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #158 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #159 0x560d31df5d11 in _PyObject_FastCallDict Objects/call.c:96 #160 0x560d31df612a in _PyObject_Call_Prepend Objects/call.c:887 #161 0x560d31ebfdb7 in slot_tp_call Objects/typeobject.c:6553 #162 0x560d31df1e95 in _PyObject_MakeTpCall Objects/call.c:159 #163 0x560d31f7935c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #164 0x560d31f7935c in call_function Python/ceval.c:4963 #165 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #166 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #167 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #168 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #169 0x560d321a6e8e in _PyObject_Vectorcall Include/cpython/abstract.h:127 #170 0x560d321a6e8e in method_vectorcall Objects/classobject.c:89 #171 0x560d31df6477 in PyVectorcall_Call Objects/call.c:199 #172 0x560d31df6ccf in PyObject_Call Objects/call.c:227 #173 0x560d31f77876 in do_call_core Python/ceval.c:5010 #174 0x560d31f9b1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #175 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #176 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #177 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #178 0x560d31df5d11 in _PyObject_FastCallDict Objects/call.c:96 #179 0x560d31df612a in _PyObject_Call_Prepend Objects/call.c:887 #180 0x560d31ebfdb7 in slot_tp_call Objects/typeobject.c:6553 #181 0x560d31df1e95 in _PyObject_MakeTpCall Objects/call.c:159 #182 0x560d31f7935c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #183 0x560d31f7935c in call_function Python/ceval.c:4963 #184 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #185 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #186 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #187 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #188 0x560d321a6e8e in _PyObject_Vectorcall Include/cpython/abstract.h:127 #189 0x560d321a6e8e in method_vectorcall Objects/classobject.c:89 #190 0x560d31df6477 in PyVectorcall_Call Objects/call.c:199 #191 0x560d31df6ccf in PyObject_Call Objects/call.c:227 #192 0x560d31f77876 in do_call_core Python/ceval.c:5010 #193 0x560d31f9b1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #194 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #195 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #196 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #197 0x560d31df5d11 in _PyObject_FastCallDict Objects/call.c:96 #198 0x560d31df612a in _PyObject_Call_Prepend Objects/call.c:887 #199 0x560d31ebfdb7 in slot_tp_call Objects/typeobject.c:6553 #200 0x560d31df1e95 in _PyObject_MakeTpCall Objects/call.c:159 #201 0x560d31f7935c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #202 0x560d31f7935c in call_function Python/ceval.c:4963 #203 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #204 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #205 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #206 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #207 0x560d321a6e8e in _PyObject_Vectorcall Include/cpython/abstract.h:127 #208 0x560d321a6e8e in method_vectorcall Objects/classobject.c:89 #209 0x560d31df6477 in PyVectorcall_Call Objects/call.c:199 #210 0x560d31df6ccf in PyObject_Call Objects/call.c:227 #211 0x560d31f77876 in do_call_core Python/ceval.c:5010 #212 0x560d31f9b1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #213 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #214 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #215 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #216 0x560d31df5d11 in _PyObject_FastCallDict Objects/call.c:96 #217 0x560d31df612a in _PyObject_Call_Prepend Objects/call.c:887 #218 0x560d31ebfdb7 in slot_tp_call Objects/typeobject.c:6553 #219 0x560d31df1e95 in _PyObject_MakeTpCall Objects/call.c:159 #220 0x560d31f7935c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #221 0x560d31f7935c in call_function Python/ceval.c:4963 #222 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #223 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #224 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #225 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #226 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #227 0x560d31f79262 in call_function Python/ceval.c:4963 #228 0x560d31f9a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #229 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #230 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #231 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #232 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #233 0x560d31f79262 in call_function Python/ceval.c:4963 #234 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #235 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #236 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #237 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #238 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #239 0x560d31f79262 in call_function Python/ceval.c:4963 #240 0x560d31f9a3f6 in _PyEval_EvalFrameDefault Python/ceval.c:3469 #241 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #242 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #243 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #244 0x560d31df5d11 in _PyObject_FastCallDict Objects/call.c:96 #245 0x560d320de700 in partial_fastcall Modules/_functoolsmodule.c:169 #246 0x560d320e18f3 in partial_call Modules/_functoolsmodule.c:224 #247 0x560d31df1e95 in _PyObject_MakeTpCall Objects/call.c:159 #248 0x560d31f7935c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #249 0x560d31f7935c in call_function Python/ceval.c:4963 #250 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #251 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #252 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #253 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #254 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #255 0x560d31f79262 in call_function Python/ceval.c:4963 #256 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #257 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #258 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #259 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #260 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #261 0x560d31f79262 in call_function Python/ceval.c:4963 #262 0x560d31f9a981 in _PyEval_EvalFrameDefault Python/ceval.c:3515 #263 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #264 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #265 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #266 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #267 0x560d31f79262 in call_function Python/ceval.c:4963 #268 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #269 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #270 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #271 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #272 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #273 0x560d31f79262 in call_function Python/ceval.c:4963 #274 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #275 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #276 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #277 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #278 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #279 0x560d31f79262 in call_function Python/ceval.c:4963 #280 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #281 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #282 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #283 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #284 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #285 0x560d31f79262 in call_function Python/ceval.c:4963 #286 0x560d31f9a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #287 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #288 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #289 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #290 0x560d321a6e8e in _PyObject_Vectorcall Include/cpython/abstract.h:127 #291 0x560d321a6e8e in method_vectorcall Objects/classobject.c:89 #292 0x560d31df6477 in PyVectorcall_Call Objects/call.c:199
AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV (/usr/lib/libpthread.so.0+0x147e5) in gsignal ==14673==ABORTING AddressSanitizer:DEADLYSIGNAL
==14700==ERROR: AddressSanitizer: SEGV on unknown address 0x03e80000396c (pc 0x7f39851647e5 bp 0x7ffe02256010 sp 0x7ffe02255ef0 T0) ==14700==The signal is caused by a READ memory access. #0 0x7f39851647e5 in gsignal (/usr/lib/libpthread.so.0+0x147e5) #1 0x560d321609e2 in faulthandler_raise_sigsegv Modules/faulthandler.c:983 #2 0x560d32160f7c in faulthandler_sigsegv Modules/faulthandler.c:999 #3 0x560d31df028f in cfunction_call_varargs Objects/call.c:757 #4 0x560d31df6fcb in PyCFunction_Call Objects/call.c:772 #5 0x560d31df1e95 in _PyObject_MakeTpCall Objects/call.c:159 #6 0x560d31f7935c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #7 0x560d31f7935c in call_function Python/ceval.c:4963 #8 0x560d31f9a3f6 in _PyEval_EvalFrameDefault Python/ceval.c:3469 #9 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #10 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #11 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #12 0x560d31df6477 in PyVectorcall_Call Objects/call.c:199 #13 0x560d31df6ccf in PyObject_Call Objects/call.c:227 #14 0x560d31f77876 in do_call_core Python/ceval.c:5010 #15 0x560d31f9b1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #16 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #17 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #18 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #19 0x560d31df6477 in PyVectorcall_Call Objects/call.c:199 #20 0x560d31df6ccf in PyObject_Call Objects/call.c:227 #21 0x560d31f77876 in do_call_core Python/ceval.c:5010 #22 0x560d31f9b1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #23 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #24 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #25 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #26 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #27 0x560d31f79262 in call_function Python/ceval.c:4963 #28 0x560d31f9a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #29 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #30 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #31 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #32 0x560d321a70b6 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #33 0x560d321a70b6 in method_vectorcall Objects/classobject.c:60 #34 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #35 0x560d31f79262 in call_function Python/ceval.c:4963 #36 0x560d31f9a981 in _PyEval_EvalFrameDefault Python/ceval.c:3515 #37 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #38 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #39 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #40 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #41 0x560d31f79262 in call_function Python/ceval.c:4963 #42 0x560d31f9a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #43 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #44 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #45 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #46 0x560d31df5d11 in _PyObject_FastCallDict Objects/call.c:96 #47 0x560d31df612a in _PyObject_Call_Prepend Objects/call.c:887 #48 0x560d31ebfa07 in slot_tp_init Objects/typeobject.c:6787 #49 0x560d31eb7d3f in type_call Objects/typeobject.c:994 #50 0x560d31df1e95 in _PyObject_MakeTpCall Objects/call.c:159 #51 0x560d31f7935c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #52 0x560d31f7935c in call_function Python/ceval.c:4963 #53 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #54 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #55 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #56 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #57 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #58 0x560d31f79262 in call_function Python/ceval.c:4963 #59 0x560d31f9a3f6 in _PyEval_EvalFrameDefault Python/ceval.c:3469 #60 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #61 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #62 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #63 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #64 0x560d31f79262 in call_function Python/ceval.c:4963 #65 0x560d31f9a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #66 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #67 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #68 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #69 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #70 0x560d31f79262 in call_function Python/ceval.c:4963 #71 0x560d31f9a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #72 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #73 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #74 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #75 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #76 0x560d31f79262 in call_function Python/ceval.c:4963 #77 0x560d31f9a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #78 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #79 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #80 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #81 0x560d321a70b6 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #82 0x560d321a70b6 in method_vectorcall Objects/classobject.c:60 #83 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #84 0x560d31f79262 in call_function Python/ceval.c:4963 #85 0x560d31f9a981 in _PyEval_EvalFrameDefault Python/ceval.c:3515 #86 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #87 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #88 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #89 0x560d321a70b6 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #90 0x560d321a70b6 in method_vectorcall Objects/classobject.c:60 #91 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #92 0x560d31f79262 in call_function Python/ceval.c:4963 #93 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #94 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #95 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #96 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #97 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #98 0x560d31f79262 in call_function Python/ceval.c:4963 #99 0x560d31f9a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #100 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #101 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #102 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #103 0x560d321a6e8e in _PyObject_Vectorcall Include/cpython/abstract.h:127 #104 0x560d321a6e8e in method_vectorcall Objects/classobject.c:89 #105 0x560d31df6477 in PyVectorcall_Call Objects/call.c:199 #106 0x560d31df6ccf in PyObject_Call Objects/call.c:227 #107 0x560d31f77876 in do_call_core Python/ceval.c:5010 #108 0x560d31f9b1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #109 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #110 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #111 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #112 0x560d31df5d11 in _PyObject_FastCallDict Objects/call.c:96 #113 0x560d31df612a in _PyObject_Call_Prepend Objects/call.c:887 #114 0x560d31ebfdb7 in slot_tp_call Objects/typeobject.c:6553 #115 0x560d31df1e95 in _PyObject_MakeTpCall Objects/call.c:159 #116 0x560d31f7935c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #117 0x560d31f7935c in call_function Python/ceval.c:4963 #118 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #119 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #120 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #121 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #122 0x560d321a6e8e in _PyObject_Vectorcall Include/cpython/abstract.h:127 #123 0x560d321a6e8e in method_vectorcall Objects/classobject.c:89 #124 0x560d31df6477 in PyVectorcall_Call Objects/call.c:199 #125 0x560d31df6ccf in PyObject_Call Objects/call.c:227 #126 0x560d31f77876 in do_call_core Python/ceval.c:5010 #127 0x560d31f9b1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #128 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #129 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #130 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #131 0x560d31df5d11 in _PyObject_FastCallDict Objects/call.c:96 #132 0x560d31df612a in _PyObject_Call_Prepend Objects/call.c:887 #133 0x560d31ebfdb7 in slot_tp_call Objects/typeobject.c:6553 #134 0x560d31df1e95 in _PyObject_MakeTpCall Objects/call.c:159 #135 0x560d31f7935c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #136 0x560d31f7935c in call_function Python/ceval.c:4963 #137 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #138 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #139 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #140 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #141 0x560d321a6e8e in _PyObject_Vectorcall Include/cpython/abstract.h:127 #142 0x560d321a6e8e in method_vectorcall Objects/classobject.c:89 #143 0x560d31df6477 in PyVectorcall_Call Objects/call.c:199 #144 0x560d31df6ccf in PyObject_Call Objects/call.c:227 #145 0x560d31f77876 in do_call_core Python/ceval.c:5010 #146 0x560d31f9b1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #147 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #148 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #149 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #150 0x560d31df5d11 in _PyObject_FastCallDict Objects/call.c:96 #151 0x560d31df612a in _PyObject_Call_Prepend Objects/call.c:887 #152 0x560d31ebfdb7 in slot_tp_call Objects/typeobject.c:6553 #153 0x560d31df1e95 in _PyObject_MakeTpCall Objects/call.c:159 #154 0x560d31f7935c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #155 0x560d31f7935c in call_function Python/ceval.c:4963 #156 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #157 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #158 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #159 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #160 0x560d321a6e8e in _PyObject_Vectorcall Include/cpython/abstract.h:127 #161 0x560d321a6e8e in method_vectorcall Objects/classobject.c:89 #162 0x560d31df6477 in PyVectorcall_Call Objects/call.c:199 #163 0x560d31df6ccf in PyObject_Call Objects/call.c:227 #164 0x560d31f77876 in do_call_core Python/ceval.c:5010 #165 0x560d31f9b1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #166 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #167 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #168 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #169 0x560d31df5d11 in _PyObject_FastCallDict Objects/call.c:96 #170 0x560d31df612a in _PyObject_Call_Prepend Objects/call.c:887 #171 0x560d31ebfdb7 in slot_tp_call Objects/typeobject.c:6553 #172 0x560d31df1e95 in _PyObject_MakeTpCall Objects/call.c:159 #173 0x560d31f7935c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #174 0x560d31f7935c in call_function Python/ceval.c:4963 #175 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #176 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #177 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #178 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #179 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #180 0x560d31f79262 in call_function Python/ceval.c:4963 #181 0x560d31f9a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #182 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #183 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #184 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #185 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #186 0x560d31f79262 in call_function Python/ceval.c:4963 #187 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #188 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #189 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #190 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #191 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #192 0x560d31f79262 in call_function Python/ceval.c:4963 #193 0x560d31f9a3f6 in _PyEval_EvalFrameDefault Python/ceval.c:3469 #194 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #195 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #196 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #197 0x560d31df5d11 in _PyObject_FastCallDict Objects/call.c:96 #198 0x560d320de700 in partial_fastcall Modules/_functoolsmodule.c:169 #199 0x560d320e18f3 in partial_call Modules/_functoolsmodule.c:224 #200 0x560d31df1e95 in _PyObject_MakeTpCall Objects/call.c:159 #201 0x560d31f7935c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #202 0x560d31f7935c in call_function Python/ceval.c:4963 #203 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #204 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #205 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #206 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #207 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #208 0x560d31f79262 in call_function Python/ceval.c:4963 #209 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #210 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #211 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #212 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #213 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #214 0x560d31f79262 in call_function Python/ceval.c:4963 #215 0x560d31f9a981 in _PyEval_EvalFrameDefault Python/ceval.c:3515 #216 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #217 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #218 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #219 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #220 0x560d31f79262 in call_function Python/ceval.c:4963 #221 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #222 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #223 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #224 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #225 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #226 0x560d31f79262 in call_function Python/ceval.c:4963 #227 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #228 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #229 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #230 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #231 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #232 0x560d31f79262 in call_function Python/ceval.c:4963 #233 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #234 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #235 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #236 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #237 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #238 0x560d31f79262 in call_function Python/ceval.c:4963 #239 0x560d31f9a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #240 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #241 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #242 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #243 0x560d321a6e8e in _PyObject_Vectorcall Include/cpython/abstract.h:127 #244 0x560d321a6e8e in method_vectorcall Objects/classobject.c:89 #245 0x560d31df6477 in PyVectorcall_Call Objects/call.c:199 #246 0x560d31df6ccf in PyObject_Call Objects/call.c:227 #247 0x560d31f77876 in do_call_core Python/ceval.c:5010 #248 0x560d31f9b1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #249 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #250 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #251 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #252 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #253 0x560d31f79262 in call_function Python/ceval.c:4963 #254 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #255 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #256 0x560d31defbaf in function_code_fastcall Objects/call.c:283 #257 0x560d31df172d in _PyFunction_Vectorcall Objects/call.c:410 #258 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #259 0x560d31f79262 in call_function Python/ceval.c:4963 #260 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #261 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #262 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #263 0x560d31f7c60f in PyEval_EvalCodeEx Python/ceval.c:4327 #264 0x560d31f7c63e in PyEval_EvalCode Python/ceval.c:718 #265 0x560d322386b3 in builtin_exec_impl Python/bltinmodule.c:1033 #266 0x560d32238886 in builtin_exec Python/clinic/bltinmodule.c.h:396 #267 0x560d31e7355f in cfunction_vectorcall_FASTCALL Objects/methodobject.c:422 #268 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #269 0x560d31f79262 in call_function Python/ceval.c:4963 #270 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #271 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #272 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #273 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #274 0x560d31f79262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #275 0x560d31f79262 in call_function Python/ceval.c:4963 #276 0x560d31f9a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #277 0x560d31f7ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #278 0x560d31f7c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #279 0x560d31df153e in _PyFunction_Vectorcall Objects/call.c:435 #280 0x560d31df6477 in PyVectorcall_Call Objects/call.c:199 #281 0x560d31df6ccf in PyObject_Call Objects/call.c:227 #282 0x560d31dcf95a in pymain_run_module Modules/main.c:302 #283 0x560d31dd05de in pymain_run_python Modules/main.c:600 #284 0x560d31dd081e in Py_RunMain Modules/main.c:685 #285 0x560d31dd0a07 in pymain_main Modules/main.c:715 #286 0x560d31dd0d54 in Py_BytesMain Modules/main.c:739
AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV (/usr/lib/libpthread.so.0+0x147e5) in gsignal ==14700==ABORTING AddressSanitizer:DEADLYSIGNAL
==15411==ERROR: AddressSanitizer: SEGV on unknown address 0x03e800003c33 (pc 0x7f9452cc67e5 bp 0x7ffd212a8980 sp 0x7ffd212a8860 T0) ==15411==The signal is caused by a READ memory access. #0 0x7f9452cc67e5 in gsignal (/usr/lib/libpthread.so.0+0x147e5) #1 0x5579852109e2 in faulthandler_raise_sigsegv Modules/faulthandler.c:983 #2 0x557985210f7c in faulthandler_sigsegv Modules/faulthandler.c:999 #3 0x557984ea028f in cfunction_call_varargs Objects/call.c:757 #4 0x557984ea6fcb in PyCFunction_Call Objects/call.c:772 #5 0x557984ea1e95 in _PyObject_MakeTpCall Objects/call.c:159 #6 0x55798502935c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #7 0x55798502935c in call_function Python/ceval.c:4963 #8 0x55798504a3f6 in _PyEval_EvalFrameDefault Python/ceval.c:3469 #9 0x55798502ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #10 0x557984e9fbaf in function_code_fastcall Objects/call.c:283 #11 0x557984ea16f4 in _PyFunction_Vectorcall Objects/call.c:417 #12 0x557984ea6477 in PyVectorcall_Call Objects/call.c:199 #13 0x557984ea6ccf in PyObject_Call Objects/call.c:227 #14 0x557984ea6e99 in PyEval_CallObjectWithKeywords Objects/call.c:809 #15 0x557984ea6f70 in PyObject_CallObject Objects/call.c:817 #16 0x7f944f67790d in load_reduce /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_pickle.c:6829 #17 0x7f944f68d444 in load /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_pickle.c:6977 #18 0x7f944f68d6d5 in _pickle_loads_impl /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_pickle.c:7930 #19 0x7f944f68de32 in _pickle_loads /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/clinic/_pickle.c.h:834 #20 0x557984f231fe in cfunction_vectorcall_FASTCALL_KEYWORDS Objects/methodobject.c:437 #21 0x557985029262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #22 0x557985029262 in call_function Python/ceval.c:4963 #23 0x55798504a3f6 in _PyEval_EvalFrameDefault Python/ceval.c:3469 #24 0x55798502ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #25 0x55798502c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #26 0x557984ea153e in _PyFunction_Vectorcall Objects/call.c:435 #27 0x5579852570b6 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #28 0x5579852570b6 in method_vectorcall Objects/classobject.c:60 #29 0x557985029262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #30 0x557985029262 in call_function Python/ceval.c:4963 #31 0x55798504a981 in _PyEval_EvalFrameDefault Python/ceval.c:3515 #32 0x55798502ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #33 0x557984e9fbaf in function_code_fastcall Objects/call.c:283 #34 0x557984ea172d in _PyFunction_Vectorcall Objects/call.c:410 #35 0x557984ea6477 in PyVectorcall_Call Objects/call.c:199 #36 0x557984ea6ccf in PyObject_Call Objects/call.c:227 #37 0x557985027876 in do_call_core Python/ceval.c:5010 #38 0x55798504b1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #39 0x55798502ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #40 0x557984e9fbaf in function_code_fastcall Objects/call.c:283 #41 0x557984ea172d in _PyFunction_Vectorcall Objects/call.c:410 #42 0x557985029262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #43 0x557985029262 in call_function Python/ceval.c:4963 #44 0x55798504a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #45 0x55798502ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #46 0x55798502c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #47 0x557984ea153e in _PyFunction_Vectorcall Objects/call.c:435 #48 0x557985029262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #49 0x557985029262 in call_function Python/ceval.c:4963 #50 0x55798504a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #51 0x55798502ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #52 0x557984e9fbaf in function_code_fastcall Objects/call.c:283 #53 0x557984ea172d in _PyFunction_Vectorcall Objects/call.c:410 #54 0x557985029262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #55 0x557985029262 in call_function Python/ceval.c:4963 #56 0x55798504a3f6 in _PyEval_EvalFrameDefault Python/ceval.c:3469 #57 0x55798502ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #58 0x557984e9fbaf in function_code_fastcall Objects/call.c:283 #59 0x557984ea172d in _PyFunction_Vectorcall Objects/call.c:410 #60 0x557985029262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #61 0x557985029262 in call_function Python/ceval.c:4963 #62 0x55798504a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #63 0x55798502ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #64 0x55798502c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #65 0x557984ea153e in _PyFunction_Vectorcall Objects/call.c:435 #66 0x557984ea6477 in PyVectorcall_Call Objects/call.c:199 #67 0x557984ea6ccf in PyObject_Call Objects/call.c:227 #68 0x557985027876 in do_call_core Python/ceval.c:5010 #69 0x55798504b1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #70 0x55798502ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #71 0x55798502c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #72 0x55798502c60f in PyEval_EvalCodeEx Python/ceval.c:4327 #73 0x55798502c63e in PyEval_EvalCode Python/ceval.c:718 #74 0x5579850cb615 in run_eval_code_obj Python/pythonrun.c:1125 #75 0x5579850cbe67 in run_mod Python/pythonrun.c:1147 #76 0x5579850d0fbc in PyRun_StringFlags Python/pythonrun.c:1034 #77 0x5579850d1023 in PyRun_SimpleStringFlags Python/pythonrun.c:460 #78 0x557984e7e40d in pymain_run_command Modules/main.c:258 #79 0x557984e80210 in pymain_run_python Modules/main.c:597 #80 0x557984e8081e in Py_RunMain Modules/main.c:685 #81 0x557984e80a07 in pymain_main Modules/main.c:715 #82 0x557984e80d54 in Py_BytesMain Modules/main.c:739 #83 0x557984e7d911 in main Programs/python.c:16 #84 0x7f94529c2001 in __libc_start_main (/usr/lib/libc.so.6+0x27001) #85 0x557984e7d83d in _start (/buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/python+0x1ca83d)
AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV (/usr/lib/libpthread.so.0+0x147e5) in gsignal ==15411==ABORTING AddressSanitizer:DEADLYSIGNAL
==15414==ERROR: AddressSanitizer: SEGV on unknown address 0x03e800003c36 (pc 0x7f9452cc67e5 bp 0x7ffd212a91f0 sp 0x7ffd212a90d0 T0) ==15414==The signal is caused by a READ memory access. #0 0x7f9452cc67e5 in gsignal (/usr/lib/libpthread.so.0+0x147e5) #1 0x5579852109e2 in faulthandler_raise_sigsegv Modules/faulthandler.c:983 #2 0x557985210f7c in faulthandler_sigsegv Modules/faulthandler.c:999 #3 0x557984ea028f in cfunction_call_varargs Objects/call.c:757 #4 0x557984ea6fcb in PyCFunction_Call Objects/call.c:772 #5 0x557984ea1e95 in _PyObject_MakeTpCall Objects/call.c:159 #6 0x55798502935c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #7 0x55798502935c in call_function Python/ceval.c:4963 #8 0x55798504a3f6 in _PyEval_EvalFrameDefault Python/ceval.c:3469 #9 0x55798502ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #10 0x557984e9fbaf in function_code_fastcall Objects/call.c:283 #11 0x557984ea16f4 in _PyFunction_Vectorcall Objects/call.c:417 #12 0x557984ea6477 in PyVectorcall_Call Objects/call.c:199 #13 0x557984ea6ccf in PyObject_Call Objects/call.c:227 #14 0x557985027876 in do_call_core Python/ceval.c:5010 #15 0x55798504b1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #16 0x55798502ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #17 0x557984e9fbaf in function_code_fastcall Objects/call.c:283 #18 0x557984ea172d in _PyFunction_Vectorcall Objects/call.c:410 #19 0x557984ea6477 in PyVectorcall_Call Objects/call.c:199 #20 0x557984ea6ccf in PyObject_Call Objects/call.c:227 #21 0x557985027876 in do_call_core Python/ceval.c:5010 #22 0x55798504b1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #23 0x55798502ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #24 0x557984e9fbaf in function_code_fastcall Objects/call.c:283 #25 0x557984ea172d in _PyFunction_Vectorcall Objects/call.c:410 #26 0x557985029262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #27 0x557985029262 in call_function Python/ceval.c:4963 #28 0x55798504a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #29 0x55798502ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #30 0x55798502c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #31 0x557984ea153e in _PyFunction_Vectorcall Objects/call.c:435 #32 0x557985029262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #33 0x557985029262 in call_function Python/ceval.c:4963 #34 0x55798504a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #35 0x55798502ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #36 0x557984e9fbaf in function_code_fastcall Objects/call.c:283 #37 0x557984ea172d in _PyFunction_Vectorcall Objects/call.c:410 #38 0x557985029262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #39 0x557985029262 in call_function Python/ceval.c:4963 #40 0x55798504a3f6 in _PyEval_EvalFrameDefault Python/ceval.c:3469 #41 0x55798502ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #42 0x557984e9fbaf in function_code_fastcall Objects/call.c:283 #43 0x557984ea172d in _PyFunction_Vectorcall Objects/call.c:410 #44 0x557985029262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #45 0x557985029262 in call_function Python/ceval.c:4963 #46 0x55798504a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #47 0x55798502ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #48 0x55798502c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #49 0x557984ea153e in _PyFunction_Vectorcall Objects/call.c:435 #50 0x557984ea6477 in PyVectorcall_Call Objects/call.c:199 #51 0x557984ea6ccf in PyObject_Call Objects/call.c:227 #52 0x557985027876 in do_call_core Python/ceval.c:5010 #53 0x55798504b1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #54 0x55798502ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #55 0x55798502c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #56 0x55798502c60f in PyEval_EvalCodeEx Python/ceval.c:4327 #57 0x55798502c63e in PyEval_EvalCode Python/ceval.c:718 #58 0x5579850cb615 in run_eval_code_obj Python/pythonrun.c:1125 #59 0x5579850cbe67 in run_mod Python/pythonrun.c:1147 #60 0x5579850d0fbc in PyRun_StringFlags Python/pythonrun.c:1034 #61 0x5579850d1023 in PyRun_SimpleStringFlags Python/pythonrun.c:460 #62 0x557984e7e40d in pymain_run_command Modules/main.c:258 #63 0x557984e80210 in pymain_run_python Modules/main.c:597 #64 0x557984e8081e in Py_RunMain Modules/main.c:685 #65 0x557984e80a07 in pymain_main Modules/main.c:715 #66 0x557984e80d54 in Py_BytesMain Modules/main.c:739 #67 0x557984e7d911 in main Programs/python.c:16 #68 0x7f94529c2001 in __libc_start_main (/usr/lib/libc.so.6+0x27001) #69 0x557984e7d83d in _start (/buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/python+0x1ca83d)
AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV (/usr/lib/libpthread.so.0+0x147e5) in gsignal ==15414==ABORTING AddressSanitizer:DEADLYSIGNAL
==15427==ERROR: AddressSanitizer: SEGV on unknown address 0x03e800003c43 (pc 0x7f9452cc67e5 bp 0x7ffd212a7550 sp 0x7ffd212a7430 T0) ==15427==The signal is caused by a READ memory access. #0 0x7f9452cc67e5 in gsignal (/usr/lib/libpthread.so.0+0x147e5) #1 0x5579852109e2 in faulthandler_raise_sigsegv Modules/faulthandler.c:983 #2 0x557985210f7c in faulthandler_sigsegv Modules/faulthandler.c:999 #3 0x557984ea028f in cfunction_call_varargs Objects/call.c:757 #4 0x557984ea6fcb in PyCFunction_Call Objects/call.c:772 #5 0x557984ea1e95 in _PyObject_MakeTpCall Objects/call.c:159 #6 0x55798502935c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #7 0x55798502935c in call_function Python/ceval.c:4963 #8 0x55798504a3f6 in _PyEval_EvalFrameDefault Python/ceval.c:3469 #9 0x55798502ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #10 0x557984e9fbaf in function_code_fastcall Objects/call.c:283 #11 0x557984ea16f4 in _PyFunction_Vectorcall Objects/call.c:417 #12 0x557985029262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #13 0x557985029262 in call_function Python/ceval.c:4963 #14 0x55798504a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #15 0x55798502ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #16 0x557984e9fbaf in function_code_fastcall Objects/call.c:283 #17 0x557984ea172d in _PyFunction_Vectorcall Objects/call.c:410 #18 0x5579852572e3 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #19 0x5579852572e3 in method_vectorcall Objects/classobject.c:67 #20 0x557984f79a7b in _PyObject_Vectorcall Include/cpython/abstract.h:127 #21 0x557984f79a7b in _PyObject_CallNoArg Include/cpython/abstract.h:153 #22 0x557984f79a7b in object___reduce_ex___impl Objects/typeobject.c:4637 #23 0x557984f79e09 in object___reduce_ex__ Objects/clinic/typeobject.c.h:178 #24 0x557984f223b6 in cfunction_vectorcall_O Objects/methodobject.c:482 #25 0x557984ea27ab in _PyObject_Vectorcall Include/cpython/abstract.h:127 #26 0x557984ea27ab in _PyObject_FastCall Include/cpython/abstract.h:147 #27 0x557984ea27ab in object_vacall Objects/call.c:1186 #28 0x557984ea2fdd in PyObject_CallFunctionObjArgs Objects/call.c:1259 #29 0x7f944f675c52 in _Pickle_FastCall /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_pickle.c:362 #30 0x7f944f692009 in save /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_pickle.c:4435 #31 0x7f944f6941d5 in batch_dict_exact /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_pickle.c:3281 #32 0x7f944f69594f in save_dict /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_pickle.c:3335 #33 0x7f944f691b4d in save /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_pickle.c:4323 #34 0x7f944f690654 in save_reduce /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_pickle.c:4229 #35 0x7f944f691a27 in save /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_pickle.c:4472 #36 0x7f944f692fb1 in dump /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_pickle.c:4519 #37 0x7f944f693336 in _pickle_Pickler_dump /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_pickle.c:4590 #38 0x557985268980 in method_vectorcall_O Objects/descrobject.c:416 #39 0x557985029262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #40 0x557985029262 in call_function Python/ceval.c:4963 #41 0x55798504a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #42 0x55798502ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #43 0x55798502c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #44 0x557984ea153e in _PyFunction_Vectorcall Objects/call.c:435 #45 0x5579852570b6 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #46 0x5579852570b6 in method_vectorcall Objects/classobject.c:60 #47 0x557985029262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #48 0x557985029262 in call_function Python/ceval.c:4963 #49 0x55798504a3f6 in _PyEval_EvalFrameDefault Python/ceval.c:3469 #50 0x55798502ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #51 0x557984e9fbaf in function_code_fastcall Objects/call.c:283 #52 0x557984ea172d in _PyFunction_Vectorcall Objects/call.c:410 #53 0x557985029262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #54 0x557985029262 in call_function Python/ceval.c:4963 #55 0x55798504a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #56 0x55798502ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #57 0x55798502c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #58 0x557984ea153e in _PyFunction_Vectorcall Objects/call.c:435 #59 0x557985029262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #60 0x557985029262 in call_function Python/ceval.c:4963 #61 0x55798504a981 in _PyEval_EvalFrameDefault Python/ceval.c:3515 #62 0x55798502ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #63 0x557984e9fbaf in function_code_fastcall Objects/call.c:283 #64 0x557984ea172d in _PyFunction_Vectorcall Objects/call.c:410 #65 0x557984ea6477 in PyVectorcall_Call Objects/call.c:199 #66 0x557984ea6ccf in PyObject_Call Objects/call.c:227 #67 0x557985027876 in do_call_core Python/ceval.c:5010 #68 0x55798504b1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #69 0x55798502ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #70 0x557984e9fbaf in function_code_fastcall Objects/call.c:283 #71 0x557984ea172d in _PyFunction_Vectorcall Objects/call.c:410 #72 0x557985029262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #73 0x557985029262 in call_function Python/ceval.c:4963 #74 0x55798504a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #75 0x55798502ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #76 0x55798502c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #77 0x557984ea153e in _PyFunction_Vectorcall Objects/call.c:435 #78 0x557985029262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #79 0x557985029262 in call_function Python/ceval.c:4963 #80 0x55798504a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #81 0x55798502ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #82 0x557984e9fbaf in function_code_fastcall Objects/call.c:283 #83 0x557984ea172d in _PyFunction_Vectorcall Objects/call.c:410 #84 0x557985029262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #85 0x557985029262 in call_function Python/ceval.c:4963 #86 0x55798504a3f6 in _PyEval_EvalFrameDefault Python/ceval.c:3469 #87 0x55798502ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #88 0x557984e9fbaf in function_code_fastcall Objects/call.c:283 #89 0x557984ea172d in _PyFunction_Vectorcall Objects/call.c:410 #90 0x557985029262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #91 0x557985029262 in call_function Python/ceval.c:4963 #92 0x55798504a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #93 0x55798502ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #94 0x55798502c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #95 0x557984ea153e in _PyFunction_Vectorcall Objects/call.c:435 #96 0x557984ea6477 in PyVectorcall_Call Objects/call.c:199 #97 0x557984ea6ccf in PyObject_Call Objects/call.c:227 #98 0x557985027876 in do_call_core Python/ceval.c:5010 #99 0x55798504b1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #100 0x55798502ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #101 0x55798502c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #102 0x55798502c60f in PyEval_EvalCodeEx Python/ceval.c:4327 #103 0x55798502c63e in PyEval_EvalCode Python/ceval.c:718 #104 0x5579850cb615 in run_eval_code_obj Python/pythonrun.c:1125 #105 0x5579850cbe67 in run_mod Python/pythonrun.c:1147 #106 0x5579850d0fbc in PyRun_StringFlags Python/pythonrun.c:1034 #107 0x5579850d1023 in PyRun_SimpleStringFlags Python/pythonrun.c:460 #108 0x557984e7e40d in pymain_run_command Modules/main.c:258 #109 0x557984e80210 in pymain_run_python Modules/main.c:597 #110 0x557984e8081e in Py_RunMain Modules/main.c:685 #111 0x557984e80a07 in pymain_main Modules/main.c:715 #112 0x557984e80d54 in Py_BytesMain Modules/main.c:739 #113 0x557984e7d911 in main Programs/python.c:16 #114 0x7f94529c2001 in __libc_start_main (/usr/lib/libc.so.6+0x27001) #115 0x557984e7d83d in _start (/buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/python+0x1ca83d)
AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV (/usr/lib/libpthread.so.0+0x147e5) in gsignal ==15427==ABORTING AddressSanitizer:DEADLYSIGNAL
==15453==ERROR: AddressSanitizer: SEGV on unknown address 0x03e800003c5d (pc 0x7f9452cc67e5 bp 0x7ffd212a9130 sp 0x7ffd212a9010 T0) ==15453==The signal is caused by a READ memory access. #0 0x7f9452cc67e5 in gsignal (/usr/lib/libpthread.so.0+0x147e5) #1 0x5579852109e2 in faulthandler_raise_sigsegv Modules/faulthandler.c:983 #2 0x557985210f7c in faulthandler_sigsegv Modules/faulthandler.c:999 #3 0x557984ea028f in cfunction_call_varargs Objects/call.c:757 #4 0x557984ea6fcb in PyCFunction_Call Objects/call.c:772 #5 0x557984ea1e95 in _PyObject_MakeTpCall Objects/call.c:159 #6 0x55798502935c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #7 0x55798502935c in call_function Python/ceval.c:4963 #8 0x55798504a3f6 in _PyEval_EvalFrameDefault Python/ceval.c:3469 #9 0x55798502ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #10 0x55798502c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #11 0x557984ea153e in _PyFunction_Vectorcall Objects/call.c:435 #12 0x557984ea6477 in PyVectorcall_Call Objects/call.c:199 #13 0x557984ea6ccf in PyObject_Call Objects/call.c:227 #14 0x557985027876 in do_call_core Python/ceval.c:5010 #15 0x55798504b1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #16 0x55798502ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #17 0x557984e9fbaf in function_code_fastcall Objects/call.c:283 #18 0x557984ea172d in _PyFunction_Vectorcall Objects/call.c:410 #19 0x557984ea6477 in PyVectorcall_Call Objects/call.c:199 #20 0x557984ea6ccf in PyObject_Call Objects/call.c:227 #21 0x557985027876 in do_call_core Python/ceval.c:5010 #22 0x55798504b1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #23 0x55798502ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #24 0x557984e9fbaf in function_code_fastcall Objects/call.c:283 #25 0x557984ea172d in _PyFunction_Vectorcall Objects/call.c:410 #26 0x557985029262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #27 0x557985029262 in call_function Python/ceval.c:4963 #28 0x55798504a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #29 0x55798502ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #30 0x55798502c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #31 0x557984ea153e in _PyFunction_Vectorcall Objects/call.c:435 #32 0x557985029262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #33 0x557985029262 in call_function Python/ceval.c:4963 #34 0x55798504a1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #35 0x55798502ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #36 0x557984e9fbaf in function_code_fastcall Objects/call.c:283 #37 0x557984ea172d in _PyFunction_Vectorcall Objects/call.c:410 #38 0x557985029262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #39 0x557985029262 in call_function Python/ceval.c:4963 #40 0x55798504a3f6 in _PyEval_EvalFrameDefault Python/ceval.c:3469 #41 0x55798502ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #42 0x557984e9fbaf in function_code_fastcall Objects/call.c:283 #43 0x557984ea172d in _PyFunction_Vectorcall Objects/call.c:410 #44 0x557985029262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #45 0x557985029262 in call_function Python/ceval.c:4963 #46 0x55798504a5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #47 0x55798502ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #48 0x55798502c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #49 0x557984ea153e in _PyFunction_Vectorcall Objects/call.c:435 #50 0x557984ea6477 in PyVectorcall_Call Objects/call.c:199 #51 0x557984ea6ccf in PyObject_Call Objects/call.c:227 #52 0x557985027876 in do_call_core Python/ceval.c:5010 #53 0x55798504b1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #54 0x55798502ab60 in PyEval_EvalFrameEx Python/ceval.c:741 #55 0x55798502c25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #56 0x55798502c60f in PyEval_EvalCodeEx Python/ceval.c:4327 #57 0x55798502c63e in PyEval_EvalCode Python/ceval.c:718 #58 0x5579850cb615 in run_eval_code_obj Python/pythonrun.c:1125 #59 0x5579850cbe67 in run_mod Python/pythonrun.c:1147 #60 0x5579850d0fbc in PyRun_StringFlags Python/pythonrun.c:1034 #61 0x5579850d1023 in PyRun_SimpleStringFlags Python/pythonrun.c:460 #62 0x557984e7e40d in pymain_run_command Modules/main.c:258 #63 0x557984e80210 in pymain_run_python Modules/main.c:597 #64 0x557984e8081e in Py_RunMain Modules/main.c:685 #65 0x557984e80a07 in pymain_main Modules/main.c:715 #66 0x557984e80d54 in Py_BytesMain Modules/main.c:739 #67 0x557984e7d911 in main Programs/python.c:16 #68 0x7f94529c2001 in __libc_start_main (/usr/lib/libc.so.6+0x27001) #69 0x557984e7d83d in _start (/buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/python+0x1ca83d)
AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV (/usr/lib/libpthread.so.0+0x147e5) in gsignal ==15453==ABORTING AddressSanitizer:DEADLYSIGNAL
==15721==ERROR: AddressSanitizer: SEGV on unknown address 0x03e800003d69 (pc 0x7f4094f357e5 bp 0x7fffc227a7b0 sp 0x7fffc227a690 T0) ==15721==The signal is caused by a READ memory access. #0 0x7f4094f357e5 in gsignal (/usr/lib/libpthread.so.0+0x147e5) #1 0x56154679b9e2 in faulthandler_raise_sigsegv Modules/faulthandler.c:983 #2 0x56154679bf7c in faulthandler_sigsegv Modules/faulthandler.c:999 #3 0x56154642b28f in cfunction_call_varargs Objects/call.c:757 #4 0x561546431fcb in PyCFunction_Call Objects/call.c:772 #5 0x56154642ce95 in _PyObject_MakeTpCall Objects/call.c:159 #6 0x5615465b435c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #7 0x5615465b435c in call_function Python/ceval.c:4963 #8 0x5615465d53f6 in _PyEval_EvalFrameDefault Python/ceval.c:3469 #9 0x5615465b5b60 in PyEval_EvalFrameEx Python/ceval.c:741 #10 0x56154642abaf in function_code_fastcall Objects/call.c:283 #11 0x56154642c6f4 in _PyFunction_Vectorcall Objects/call.c:417 #12 0x561546431477 in PyVectorcall_Call Objects/call.c:199 #13 0x561546431ccf in PyObject_Call Objects/call.c:227 #14 0x561546431e99 in PyEval_CallObjectWithKeywords Objects/call.c:809 #15 0x561546431f70 in PyObject_CallObject Objects/call.c:817 #16 0x7f40918e690d in load_reduce /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_pickle.c:6829 #17 0x7f40918fc444 in load /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_pickle.c:6977 #18 0x7f40918fc6d5 in _pickle_loads_impl /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_pickle.c:7930 #19 0x7f40918fce32 in _pickle_loads /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/clinic/_pickle.c.h:834 #20 0x5615464ae1fe in cfunction_vectorcall_FASTCALL_KEYWORDS Objects/methodobject.c:437 #21 0x5615465b4262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #22 0x5615465b4262 in call_function Python/ceval.c:4963 #23 0x5615465d53f6 in _PyEval_EvalFrameDefault Python/ceval.c:3469 #24 0x5615465b5b60 in PyEval_EvalFrameEx Python/ceval.c:741 #25 0x5615465b725d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #26 0x56154642c53e in _PyFunction_Vectorcall Objects/call.c:435 #27 0x5615467e20b6 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #28 0x5615467e20b6 in method_vectorcall Objects/classobject.c:60 #29 0x5615465b4262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #30 0x5615465b4262 in call_function Python/ceval.c:4963 #31 0x5615465d5981 in _PyEval_EvalFrameDefault Python/ceval.c:3515 #32 0x5615465b5b60 in PyEval_EvalFrameEx Python/ceval.c:741 #33 0x56154642abaf in function_code_fastcall Objects/call.c:283 #34 0x56154642c72d in _PyFunction_Vectorcall Objects/call.c:410 #35 0x561546431477 in PyVectorcall_Call Objects/call.c:199 #36 0x561546431ccf in PyObject_Call Objects/call.c:227 #37 0x5615465b2876 in do_call_core Python/ceval.c:5010 #38 0x5615465d61d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #39 0x5615465b5b60 in PyEval_EvalFrameEx Python/ceval.c:741 #40 0x56154642abaf in function_code_fastcall Objects/call.c:283 #41 0x56154642c72d in _PyFunction_Vectorcall Objects/call.c:410 #42 0x5615465b4262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #43 0x5615465b4262 in call_function Python/ceval.c:4963 #44 0x5615465d51f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #45 0x5615465b5b60 in PyEval_EvalFrameEx Python/ceval.c:741 #46 0x5615465b725d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #47 0x56154642c53e in _PyFunction_Vectorcall Objects/call.c:435 #48 0x5615465b4262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #49 0x5615465b4262 in call_function Python/ceval.c:4963 #50 0x5615465d51f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #51 0x5615465b5b60 in PyEval_EvalFrameEx Python/ceval.c:741 #52 0x56154642abaf in function_code_fastcall Objects/call.c:283 #53 0x56154642c72d in _PyFunction_Vectorcall Objects/call.c:410 #54 0x5615465b4262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #55 0x5615465b4262 in call_function Python/ceval.c:4963 #56 0x5615465d55b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #57 0x5615465b5b60 in PyEval_EvalFrameEx Python/ceval.c:741 #58 0x5615465b725d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #59 0x56154642c53e in _PyFunction_Vectorcall Objects/call.c:435 #60 0x5615465b4262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #61 0x5615465b4262 in call_function Python/ceval.c:4963 #62 0x5615465d5981 in _PyEval_EvalFrameDefault Python/ceval.c:3515 #63 0x5615465b5b60 in PyEval_EvalFrameEx Python/ceval.c:741 #64 0x5615465b725d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #65 0x5615465b760f in PyEval_EvalCodeEx Python/ceval.c:4327 #66 0x5615465b763e in PyEval_EvalCode Python/ceval.c:718 #67 0x561546656615 in run_eval_code_obj Python/pythonrun.c:1125 #68 0x561546656e67 in run_mod Python/pythonrun.c:1147 #69 0x56154665bfbc in PyRun_StringFlags Python/pythonrun.c:1034 #70 0x56154665c023 in PyRun_SimpleStringFlags Python/pythonrun.c:460 #71 0x56154640940d in pymain_run_command Modules/main.c:258 #72 0x56154640b210 in pymain_run_python Modules/main.c:597 #73 0x56154640b81e in Py_RunMain Modules/main.c:685 #74 0x56154640ba07 in pymain_main Modules/main.c:715 #75 0x56154640bd54 in Py_BytesMain Modules/main.c:739 #76 0x561546408911 in main Programs/python.c:16 #77 0x7f4094c31001 in __libc_start_main (/usr/lib/libc.so.6+0x27001) #78 0x56154640883d in _start (/buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/python+0x1ca83d)
AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV (/usr/lib/libpthread.so.0+0x147e5) in gsignal ==15721==ABORTING AddressSanitizer:DEADLYSIGNAL
==15726==ERROR: AddressSanitizer: SEGV on unknown address 0x03e800003d6e (pc 0x7fac7e8e27e5 bp 0x7ffcaf0d3c70 sp 0x7ffcaf0d3b50 T0) ==15726==The signal is caused by a READ memory access. #0 0x7fac7e8e27e5 in gsignal (/usr/lib/libpthread.so.0+0x147e5) #1 0x5604464329e2 in faulthandler_raise_sigsegv Modules/faulthandler.c:983 #2 0x560446432f7c in faulthandler_sigsegv Modules/faulthandler.c:999 #3 0x5604460c228f in cfunction_call_varargs Objects/call.c:757 #4 0x5604460c8fcb in PyCFunction_Call Objects/call.c:772 #5 0x5604460c3e95 in _PyObject_MakeTpCall Objects/call.c:159 #6 0x56044624b35c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #7 0x56044624b35c in call_function Python/ceval.c:4963 #8 0x56044626c3f6 in _PyEval_EvalFrameDefault Python/ceval.c:3469 #9 0x56044624cb60 in PyEval_EvalFrameEx Python/ceval.c:741 #10 0x5604460c1baf in function_code_fastcall Objects/call.c:283 #11 0x5604460c36f4 in _PyFunction_Vectorcall Objects/call.c:417 #12 0x5604460c8477 in PyVectorcall_Call Objects/call.c:199 #13 0x5604460c8ccf in PyObject_Call Objects/call.c:227 #14 0x560446249876 in do_call_core Python/ceval.c:5010 #15 0x56044626d1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #16 0x56044624cb60 in PyEval_EvalFrameEx Python/ceval.c:741 #17 0x5604460c1baf in function_code_fastcall Objects/call.c:283 #18 0x5604460c372d in _PyFunction_Vectorcall Objects/call.c:410 #19 0x5604460c8477 in PyVectorcall_Call Objects/call.c:199 #20 0x5604460c8ccf in PyObject_Call Objects/call.c:227 #21 0x560446249876 in do_call_core Python/ceval.c:5010 #22 0x56044626d1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #23 0x56044624cb60 in PyEval_EvalFrameEx Python/ceval.c:741 #24 0x5604460c1baf in function_code_fastcall Objects/call.c:283 #25 0x5604460c372d in _PyFunction_Vectorcall Objects/call.c:410 #26 0x56044624b262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #27 0x56044624b262 in call_function Python/ceval.c:4963 #28 0x56044626c1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #29 0x56044624cb60 in PyEval_EvalFrameEx Python/ceval.c:741 #30 0x56044624e25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #31 0x5604460c353e in _PyFunction_Vectorcall Objects/call.c:435 #32 0x56044624b262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #33 0x56044624b262 in call_function Python/ceval.c:4963 #34 0x56044626c1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #35 0x56044624cb60 in PyEval_EvalFrameEx Python/ceval.c:741 #36 0x5604460c1baf in function_code_fastcall Objects/call.c:283 #37 0x5604460c372d in _PyFunction_Vectorcall Objects/call.c:410 #38 0x56044624b262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #39 0x56044624b262 in call_function Python/ceval.c:4963 #40 0x56044626c5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #41 0x56044624cb60 in PyEval_EvalFrameEx Python/ceval.c:741 #42 0x56044624e25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #43 0x5604460c353e in _PyFunction_Vectorcall Objects/call.c:435 #44 0x56044624b262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #45 0x56044624b262 in call_function Python/ceval.c:4963 #46 0x56044626c981 in _PyEval_EvalFrameDefault Python/ceval.c:3515 #47 0x56044624cb60 in PyEval_EvalFrameEx Python/ceval.c:741 #48 0x56044624e25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #49 0x56044624e60f in PyEval_EvalCodeEx Python/ceval.c:4327 #50 0x56044624e63e in PyEval_EvalCode Python/ceval.c:718 #51 0x5604462ed615 in run_eval_code_obj Python/pythonrun.c:1125 #52 0x5604462ede67 in run_mod Python/pythonrun.c:1147 #53 0x5604462f2fbc in PyRun_StringFlags Python/pythonrun.c:1034 #54 0x5604462f3023 in PyRun_SimpleStringFlags Python/pythonrun.c:460 #55 0x5604460a040d in pymain_run_command Modules/main.c:258 #56 0x5604460a2210 in pymain_run_python Modules/main.c:597 #57 0x5604460a281e in Py_RunMain Modules/main.c:685 #58 0x5604460a2a07 in pymain_main Modules/main.c:715 #59 0x5604460a2d54 in Py_BytesMain Modules/main.c:739 #60 0x56044609f911 in main Programs/python.c:16 #61 0x7fac7e5de001 in __libc_start_main (/usr/lib/libc.so.6+0x27001) #62 0x56044609f83d in _start (/buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/python+0x1ca83d)
AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV (/usr/lib/libpthread.so.0+0x147e5) in gsignal ==15726==ABORTING AddressSanitizer:DEADLYSIGNAL
==15738==ERROR: AddressSanitizer: SEGV on unknown address 0x03e800003d7a (pc 0x7f3c31a657e5 bp 0x7ffdae41fdc0 sp 0x7ffdae41fca0 T0) ==15738==The signal is caused by a READ memory access. #0 0x7f3c31a657e5 in gsignal (/usr/lib/libpthread.so.0+0x147e5) #1 0x55bc93a7c9e2 in faulthandler_raise_sigsegv Modules/faulthandler.c:983 #2 0x55bc93a7cf7c in faulthandler_sigsegv Modules/faulthandler.c:999 #3 0x55bc9370c28f in cfunction_call_varargs Objects/call.c:757 #4 0x55bc93712fcb in PyCFunction_Call Objects/call.c:772 #5 0x55bc9370de95 in _PyObject_MakeTpCall Objects/call.c:159 #6 0x55bc9389535c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #7 0x55bc9389535c in call_function Python/ceval.c:4963 #8 0x55bc938b63f6 in _PyEval_EvalFrameDefault Python/ceval.c:3469 #9 0x55bc93896b60 in PyEval_EvalFrameEx Python/ceval.c:741 #10 0x55bc9370bbaf in function_code_fastcall Objects/call.c:283 #11 0x55bc9370d6f4 in _PyFunction_Vectorcall Objects/call.c:417 #12 0x55bc93895262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #13 0x55bc93895262 in call_function Python/ceval.c:4963 #14 0x55bc938b65b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #15 0x55bc93896b60 in PyEval_EvalFrameEx Python/ceval.c:741 #16 0x55bc9370bbaf in function_code_fastcall Objects/call.c:283 #17 0x55bc9370d72d in _PyFunction_Vectorcall Objects/call.c:410 #18 0x55bc93ac32e3 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #19 0x55bc93ac32e3 in method_vectorcall Objects/classobject.c:67 #20 0x55bc937e5a7b in _PyObject_Vectorcall Include/cpython/abstract.h:127 #21 0x55bc937e5a7b in _PyObject_CallNoArg Include/cpython/abstract.h:153 #22 0x55bc937e5a7b in object___reduce_ex___impl Objects/typeobject.c:4637 #23 0x55bc937e5e09 in object___reduce_ex__ Objects/clinic/typeobject.c.h:178 #24 0x55bc9378e3b6 in cfunction_vectorcall_O Objects/methodobject.c:482 #25 0x55bc9370e7ab in _PyObject_Vectorcall Include/cpython/abstract.h:127 #26 0x55bc9370e7ab in _PyObject_FastCall Include/cpython/abstract.h:147 #27 0x55bc9370e7ab in object_vacall Objects/call.c:1186 #28 0x55bc9370efdd in PyObject_CallFunctionObjArgs Objects/call.c:1259 #29 0x7f3c2e414c52 in _Pickle_FastCall /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_pickle.c:362 #30 0x7f3c2e431009 in save /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_pickle.c:4435 #31 0x7f3c2e4331d5 in batch_dict_exact /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_pickle.c:3281 #32 0x7f3c2e43494f in save_dict /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_pickle.c:3335 #33 0x7f3c2e430b4d in save /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_pickle.c:4323 #34 0x7f3c2e42f654 in save_reduce /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_pickle.c:4229 #35 0x7f3c2e430a27 in save /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_pickle.c:4472 #36 0x7f3c2e431fb1 in dump /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_pickle.c:4519 #37 0x7f3c2e432336 in _pickle_Pickler_dump /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_pickle.c:4590 #38 0x55bc93ad4980 in method_vectorcall_O Objects/descrobject.c:416 #39 0x55bc93895262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #40 0x55bc93895262 in call_function Python/ceval.c:4963 #41 0x55bc938b61f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #42 0x55bc93896b60 in PyEval_EvalFrameEx Python/ceval.c:741 #43 0x55bc9389825d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #44 0x55bc9370d53e in _PyFunction_Vectorcall Objects/call.c:435 #45 0x55bc93ac30b6 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #46 0x55bc93ac30b6 in method_vectorcall Objects/classobject.c:60 #47 0x55bc93895262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #48 0x55bc93895262 in call_function Python/ceval.c:4963 #49 0x55bc938b63f6 in _PyEval_EvalFrameDefault Python/ceval.c:3469 #50 0x55bc93896b60 in PyEval_EvalFrameEx Python/ceval.c:741 #51 0x55bc9370bbaf in function_code_fastcall Objects/call.c:283 #52 0x55bc9370d72d in _PyFunction_Vectorcall Objects/call.c:410 #53 0x55bc93895262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #54 0x55bc93895262 in call_function Python/ceval.c:4963 #55 0x55bc938b61f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #56 0x55bc93896b60 in PyEval_EvalFrameEx Python/ceval.c:741 #57 0x55bc9389825d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #58 0x55bc9370d53e in _PyFunction_Vectorcall Objects/call.c:435 #59 0x55bc93895262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #60 0x55bc93895262 in call_function Python/ceval.c:4963 #61 0x55bc938b6981 in _PyEval_EvalFrameDefault Python/ceval.c:3515 #62 0x55bc93896b60 in PyEval_EvalFrameEx Python/ceval.c:741 #63 0x55bc9370bbaf in function_code_fastcall Objects/call.c:283 #64 0x55bc9370d72d in _PyFunction_Vectorcall Objects/call.c:410 #65 0x55bc93712477 in PyVectorcall_Call Objects/call.c:199 #66 0x55bc93712ccf in PyObject_Call Objects/call.c:227 #67 0x55bc93893876 in do_call_core Python/ceval.c:5010 #68 0x55bc938b71d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #69 0x55bc93896b60 in PyEval_EvalFrameEx Python/ceval.c:741 #70 0x55bc9370bbaf in function_code_fastcall Objects/call.c:283 #71 0x55bc9370d72d in _PyFunction_Vectorcall Objects/call.c:410 #72 0x55bc93895262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #73 0x55bc93895262 in call_function Python/ceval.c:4963 #74 0x55bc938b61f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #75 0x55bc93896b60 in PyEval_EvalFrameEx Python/ceval.c:741 #76 0x55bc9389825d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #77 0x55bc9370d53e in _PyFunction_Vectorcall Objects/call.c:435 #78 0x55bc93895262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #79 0x55bc93895262 in call_function Python/ceval.c:4963 #80 0x55bc938b61f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #81 0x55bc93896b60 in PyEval_EvalFrameEx Python/ceval.c:741 #82 0x55bc9370bbaf in function_code_fastcall Objects/call.c:283 #83 0x55bc9370d72d in _PyFunction_Vectorcall Objects/call.c:410 #84 0x55bc93895262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #85 0x55bc93895262 in call_function Python/ceval.c:4963 #86 0x55bc938b65b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #87 0x55bc93896b60 in PyEval_EvalFrameEx Python/ceval.c:741 #88 0x55bc9389825d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #89 0x55bc9370d53e in _PyFunction_Vectorcall Objects/call.c:435 #90 0x55bc93895262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #91 0x55bc93895262 in call_function Python/ceval.c:4963 #92 0x55bc938b6981 in _PyEval_EvalFrameDefault Python/ceval.c:3515 #93 0x55bc93896b60 in PyEval_EvalFrameEx Python/ceval.c:741 #94 0x55bc9389825d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #95 0x55bc9389860f in PyEval_EvalCodeEx Python/ceval.c:4327 #96 0x55bc9389863e in PyEval_EvalCode Python/ceval.c:718 #97 0x55bc93937615 in run_eval_code_obj Python/pythonrun.c:1125 #98 0x55bc93937e67 in run_mod Python/pythonrun.c:1147 #99 0x55bc9393cfbc in PyRun_StringFlags Python/pythonrun.c:1034 #100 0x55bc9393d023 in PyRun_SimpleStringFlags Python/pythonrun.c:460 #101 0x55bc936ea40d in pymain_run_command Modules/main.c:258 #102 0x55bc936ec210 in pymain_run_python Modules/main.c:597 #103 0x55bc936ec81e in Py_RunMain Modules/main.c:685 #104 0x55bc936eca07 in pymain_main Modules/main.c:715 #105 0x55bc936ecd54 in Py_BytesMain Modules/main.c:739 #106 0x55bc936e9911 in main Programs/python.c:16 #107 0x7f3c31761001 in __libc_start_main (/usr/lib/libc.so.6+0x27001) #108 0x55bc936e983d in _start (/buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/python+0x1ca83d)
AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV (/usr/lib/libpthread.so.0+0x147e5) in gsignal ==15738==ABORTING AddressSanitizer:DEADLYSIGNAL
==15765==ERROR: AddressSanitizer: SEGV on unknown address 0x03e800003d95 (pc 0x7f5b07b047e5 bp 0x7ffc15aab9a0 sp 0x7ffc15aab880 T0) ==15765==The signal is caused by a READ memory access. #0 0x7f5b07b047e5 in gsignal (/usr/lib/libpthread.so.0+0x147e5) #1 0x56199ebd29e2 in faulthandler_raise_sigsegv Modules/faulthandler.c:983 #2 0x56199ebd2f7c in faulthandler_sigsegv Modules/faulthandler.c:999 #3 0x56199e86228f in cfunction_call_varargs Objects/call.c:757 #4 0x56199e868fcb in PyCFunction_Call Objects/call.c:772 #5 0x56199e863e95 in _PyObject_MakeTpCall Objects/call.c:159 #6 0x56199e9eb35c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #7 0x56199e9eb35c in call_function Python/ceval.c:4963 #8 0x56199ea0c3f6 in _PyEval_EvalFrameDefault Python/ceval.c:3469 #9 0x56199e9ecb60 in PyEval_EvalFrameEx Python/ceval.c:741 #10 0x56199e9ee25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #11 0x56199e86353e in _PyFunction_Vectorcall Objects/call.c:435 #12 0x56199e868477 in PyVectorcall_Call Objects/call.c:199 #13 0x56199e868ccf in PyObject_Call Objects/call.c:227 #14 0x56199e9e9876 in do_call_core Python/ceval.c:5010 #15 0x56199ea0d1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #16 0x56199e9ecb60 in PyEval_EvalFrameEx Python/ceval.c:741 #17 0x56199e861baf in function_code_fastcall Objects/call.c:283 #18 0x56199e86372d in _PyFunction_Vectorcall Objects/call.c:410 #19 0x56199e868477 in PyVectorcall_Call Objects/call.c:199 #20 0x56199e868ccf in PyObject_Call Objects/call.c:227 #21 0x56199e9e9876 in do_call_core Python/ceval.c:5010 #22 0x56199ea0d1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #23 0x56199e9ecb60 in PyEval_EvalFrameEx Python/ceval.c:741 #24 0x56199e861baf in function_code_fastcall Objects/call.c:283 #25 0x56199e86372d in _PyFunction_Vectorcall Objects/call.c:410 #26 0x56199e9eb262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #27 0x56199e9eb262 in call_function Python/ceval.c:4963 #28 0x56199ea0c1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #29 0x56199e9ecb60 in PyEval_EvalFrameEx Python/ceval.c:741 #30 0x56199e9ee25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #31 0x56199e86353e in _PyFunction_Vectorcall Objects/call.c:435 #32 0x56199e9eb262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #33 0x56199e9eb262 in call_function Python/ceval.c:4963 #34 0x56199ea0c1f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #35 0x56199e9ecb60 in PyEval_EvalFrameEx Python/ceval.c:741 #36 0x56199e861baf in function_code_fastcall Objects/call.c:283 #37 0x56199e86372d in _PyFunction_Vectorcall Objects/call.c:410 #38 0x56199e9eb262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #39 0x56199e9eb262 in call_function Python/ceval.c:4963 #40 0x56199ea0c5b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #41 0x56199e9ecb60 in PyEval_EvalFrameEx Python/ceval.c:741 #42 0x56199e9ee25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #43 0x56199e86353e in _PyFunction_Vectorcall Objects/call.c:435 #44 0x56199e9eb262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #45 0x56199e9eb262 in call_function Python/ceval.c:4963 #46 0x56199ea0c981 in _PyEval_EvalFrameDefault Python/ceval.c:3515 #47 0x56199e9ecb60 in PyEval_EvalFrameEx Python/ceval.c:741 #48 0x56199e9ee25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #49 0x56199e9ee60f in PyEval_EvalCodeEx Python/ceval.c:4327 #50 0x56199e9ee63e in PyEval_EvalCode Python/ceval.c:718 #51 0x56199ea8d615 in run_eval_code_obj Python/pythonrun.c:1125 #52 0x56199ea8de67 in run_mod Python/pythonrun.c:1147 #53 0x56199ea92fbc in PyRun_StringFlags Python/pythonrun.c:1034 #54 0x56199ea93023 in PyRun_SimpleStringFlags Python/pythonrun.c:460 #55 0x56199e84040d in pymain_run_command Modules/main.c:258 #56 0x56199e842210 in pymain_run_python Modules/main.c:597 #57 0x56199e84281e in Py_RunMain Modules/main.c:685 #58 0x56199e842a07 in pymain_main Modules/main.c:715 #59 0x56199e842d54 in Py_BytesMain Modules/main.c:739 #60 0x56199e83f911 in main Programs/python.c:16 #61 0x7f5b07800001 in __libc_start_main (/usr/lib/libc.so.6+0x27001) #62 0x56199e83f83d in _start (/buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/python+0x1ca83d)
AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV (/usr/lib/libpthread.so.0+0x147e5) in gsignal ==15765==ABORTING
==28070==ERROR: AddressSanitizer: heap-use-after-free on address 0x60e000587232 at pc 0x5577b32146b0 bp 0x7fff33d73740 sp 0x7fff33d73730 READ of size 1 at 0x60e000587232 thread T0 #0 0x5577b32146af in PyBytes_FromStringAndSize Objects/bytesobject.c:111 #1 0x7f066a10f29f in c_get /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_ctypes/cfield.c:1166 #2 0x7f066a0fd984 in PyCData_get /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_ctypes/_ctypes.c:3079 #3 0x7f066a0fe520 in Pointer_item /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_ctypes/_ctypes.c:5113 #4 0x7f066a0fe6b9 in Pointer_subscript /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_ctypes/_ctypes.c:5260 #5 0x5577b35bf279 in PyObject_GetItem Objects/abstract.c:154 #6 0x5577b33c1de8 in _PyEval_EvalFrameDefault Python/ceval.c:1584 #7 0x5577b33b9b60 in PyEval_EvalFrameEx Python/ceval.c:741 #8 0x5577b322ebaf in function_code_fastcall Objects/call.c:283 #9 0x5577b323072d in _PyFunction_Vectorcall Objects/call.c:410 #10 0x5577b35e60b6 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #11 0x5577b35e60b6 in method_vectorcall Objects/classobject.c:60 #12 0x5577b33b8262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #13 0x5577b33b8262 in call_function Python/ceval.c:4963 #14 0x5577b33d95b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #15 0x5577b33b9b60 in PyEval_EvalFrameEx Python/ceval.c:741 #16 0x5577b322ebaf in function_code_fastcall Objects/call.c:283 #17 0x5577b323072d in _PyFunction_Vectorcall Objects/call.c:410 #18 0x5577b33b8262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #19 0x5577b33b8262 in call_function Python/ceval.c:4963 #20 0x5577b33d91f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #21 0x5577b33b9b60 in PyEval_EvalFrameEx Python/ceval.c:741 #22 0x5577b33bb25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #23 0x5577b323053e in _PyFunction_Vectorcall Objects/call.c:435 #24 0x5577b35e5e8e in _PyObject_Vectorcall Include/cpython/abstract.h:127 #25 0x5577b35e5e8e in method_vectorcall Objects/classobject.c:89 #26 0x5577b3235477 in PyVectorcall_Call Objects/call.c:199 #27 0x5577b3235ccf in PyObject_Call Objects/call.c:227 #28 0x5577b33b6876 in do_call_core Python/ceval.c:5010 #29 0x5577b33da1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #30 0x5577b33b9b60 in PyEval_EvalFrameEx Python/ceval.c:741 #31 0x5577b33bb25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #32 0x5577b323053e in _PyFunction_Vectorcall Objects/call.c:435 #33 0x5577b3234d11 in _PyObject_FastCallDict Objects/call.c:96 #34 0x5577b323512a in _PyObject_Call_Prepend Objects/call.c:887 #35 0x5577b32fedb7 in slot_tp_call Objects/typeobject.c:6553 #36 0x5577b3230e95 in _PyObject_MakeTpCall Objects/call.c:159 #37 0x5577b33b835c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #38 0x5577b33b835c in call_function Python/ceval.c:4963 #39 0x5577b33d95b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #40 0x5577b33b9b60 in PyEval_EvalFrameEx Python/ceval.c:741 #41 0x5577b33bb25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #42 0x5577b323053e in _PyFunction_Vectorcall Objects/call.c:435 #43 0x5577b35e5e8e in _PyObject_Vectorcall Include/cpython/abstract.h:127 #44 0x5577b35e5e8e in method_vectorcall Objects/classobject.c:89 #45 0x5577b3235477 in PyVectorcall_Call Objects/call.c:199 #46 0x5577b3235ccf in PyObject_Call Objects/call.c:227 #47 0x5577b33b6876 in do_call_core Python/ceval.c:5010 #48 0x5577b33da1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #49 0x5577b33b9b60 in PyEval_EvalFrameEx Python/ceval.c:741 #50 0x5577b33bb25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #51 0x5577b323053e in _PyFunction_Vectorcall Objects/call.c:435 #52 0x5577b3234d11 in _PyObject_FastCallDict Objects/call.c:96 #53 0x5577b323512a in _PyObject_Call_Prepend Objects/call.c:887 #54 0x5577b32fedb7 in slot_tp_call Objects/typeobject.c:6553 #55 0x5577b3230e95 in _PyObject_MakeTpCall Objects/call.c:159 #56 0x5577b33b835c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #57 0x5577b33b835c in call_function Python/ceval.c:4963 #58 0x5577b33d95b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #59 0x5577b33b9b60 in PyEval_EvalFrameEx Python/ceval.c:741 #60 0x5577b33bb25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #61 0x5577b323053e in _PyFunction_Vectorcall Objects/call.c:435 #62 0x5577b35e5e8e in _PyObject_Vectorcall Include/cpython/abstract.h:127 #63 0x5577b35e5e8e in method_vectorcall Objects/classobject.c:89 #64 0x5577b3235477 in PyVectorcall_Call Objects/call.c:199 #65 0x5577b3235ccf in PyObject_Call Objects/call.c:227 #66 0x5577b33b6876 in do_call_core Python/ceval.c:5010 #67 0x5577b33da1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #68 0x5577b33b9b60 in PyEval_EvalFrameEx Python/ceval.c:741 #69 0x5577b33bb25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #70 0x5577b323053e in _PyFunction_Vectorcall Objects/call.c:435 #71 0x5577b3234d11 in _PyObject_FastCallDict Objects/call.c:96 #72 0x5577b323512a in _PyObject_Call_Prepend Objects/call.c:887 #73 0x5577b32fedb7 in slot_tp_call Objects/typeobject.c:6553 #74 0x5577b3230e95 in _PyObject_MakeTpCall Objects/call.c:159 #75 0x5577b33b835c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #76 0x5577b33b835c in call_function Python/ceval.c:4963 #77 0x5577b33d95b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #78 0x5577b33b9b60 in PyEval_EvalFrameEx Python/ceval.c:741 #79 0x5577b33bb25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #80 0x5577b323053e in _PyFunction_Vectorcall Objects/call.c:435 #81 0x5577b35e5e8e in _PyObject_Vectorcall Include/cpython/abstract.h:127 #82 0x5577b35e5e8e in method_vectorcall Objects/classobject.c:89 #83 0x5577b3235477 in PyVectorcall_Call Objects/call.c:199 #84 0x5577b3235ccf in PyObject_Call Objects/call.c:227 #85 0x5577b33b6876 in do_call_core Python/ceval.c:5010 #86 0x5577b33da1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #87 0x5577b33b9b60 in PyEval_EvalFrameEx Python/ceval.c:741 #88 0x5577b33bb25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #89 0x5577b323053e in _PyFunction_Vectorcall Objects/call.c:435 #90 0x5577b3234d11 in _PyObject_FastCallDict Objects/call.c:96 #91 0x5577b323512a in _PyObject_Call_Prepend Objects/call.c:887 #92 0x5577b32fedb7 in slot_tp_call Objects/typeobject.c:6553 #93 0x5577b3230e95 in _PyObject_MakeTpCall Objects/call.c:159 #94 0x5577b33b835c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #95 0x5577b33b835c in call_function Python/ceval.c:4963 #96 0x5577b33d95b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #97 0x5577b33b9b60 in PyEval_EvalFrameEx Python/ceval.c:741 #98 0x5577b33bb25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #99 0x5577b323053e in _PyFunction_Vectorcall Objects/call.c:435 #100 0x5577b35e5e8e in _PyObject_Vectorcall Include/cpython/abstract.h:127 #101 0x5577b35e5e8e in method_vectorcall Objects/classobject.c:89 #102 0x5577b3235477 in PyVectorcall_Call Objects/call.c:199 #103 0x5577b3235ccf in PyObject_Call Objects/call.c:227 #104 0x5577b33b6876 in do_call_core Python/ceval.c:5010 #105 0x5577b33da1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #106 0x5577b33b9b60 in PyEval_EvalFrameEx Python/ceval.c:741 #107 0x5577b33bb25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #108 0x5577b323053e in _PyFunction_Vectorcall Objects/call.c:435 #109 0x5577b3234d11 in _PyObject_FastCallDict Objects/call.c:96 #110 0x5577b323512a in _PyObject_Call_Prepend Objects/call.c:887 #111 0x5577b32fedb7 in slot_tp_call Objects/typeobject.c:6553 #112 0x5577b3230e95 in _PyObject_MakeTpCall Objects/call.c:159 #113 0x5577b33b835c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #114 0x5577b33b835c in call_function Python/ceval.c:4963 #115 0x5577b33d95b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #116 0x5577b33b9b60 in PyEval_EvalFrameEx Python/ceval.c:741 #117 0x5577b33bb25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #118 0x5577b323053e in _PyFunction_Vectorcall Objects/call.c:435 #119 0x5577b35e5e8e in _PyObject_Vectorcall Include/cpython/abstract.h:127 #120 0x5577b35e5e8e in method_vectorcall Objects/classobject.c:89 #121 0x5577b3235477 in PyVectorcall_Call Objects/call.c:199 #122 0x5577b3235ccf in PyObject_Call Objects/call.c:227 #123 0x5577b33b6876 in do_call_core Python/ceval.c:5010 #124 0x5577b33da1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #125 0x5577b33b9b60 in PyEval_EvalFrameEx Python/ceval.c:741 #126 0x5577b33bb25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #127 0x5577b323053e in _PyFunction_Vectorcall Objects/call.c:435 #128 0x5577b3234d11 in _PyObject_FastCallDict Objects/call.c:96 #129 0x5577b323512a in _PyObject_Call_Prepend Objects/call.c:887 #130 0x5577b32fedb7 in slot_tp_call Objects/typeobject.c:6553 #131 0x5577b3230e95 in _PyObject_MakeTpCall Objects/call.c:159 #132 0x5577b33b835c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #133 0x5577b33b835c in call_function Python/ceval.c:4963 #134 0x5577b33d95b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #135 0x5577b33b9b60 in PyEval_EvalFrameEx Python/ceval.c:741 #136 0x5577b322ebaf in function_code_fastcall Objects/call.c:283 #137 0x5577b323072d in _PyFunction_Vectorcall Objects/call.c:410 #138 0x5577b33b8262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #139 0x5577b33b8262 in call_function Python/ceval.c:4963 #140 0x5577b33d91f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #141 0x5577b33b9b60 in PyEval_EvalFrameEx Python/ceval.c:741 #142 0x5577b322ebaf in function_code_fastcall Objects/call.c:283 #143 0x5577b323072d in _PyFunction_Vectorcall Objects/call.c:410 #144 0x5577b33b8262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #145 0x5577b33b8262 in call_function Python/ceval.c:4963 #146 0x5577b33d95b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #147 0x5577b33b9b60 in PyEval_EvalFrameEx Python/ceval.c:741 #148 0x5577b33bb25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #149 0x5577b323053e in _PyFunction_Vectorcall Objects/call.c:435 #150 0x5577b33b8262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #151 0x5577b33b8262 in call_function Python/ceval.c:4963 #152 0x5577b33d93f6 in _PyEval_EvalFrameDefault Python/ceval.c:3469 #153 0x5577b33b9b60 in PyEval_EvalFrameEx Python/ceval.c:741 #154 0x5577b322ebaf in function_code_fastcall Objects/call.c:283 #155 0x5577b323072d in _PyFunction_Vectorcall Objects/call.c:410 #156 0x5577b3234d11 in _PyObject_FastCallDict Objects/call.c:96 #157 0x5577b351d700 in partial_fastcall Modules/_functoolsmodule.c:169 #158 0x5577b35208f3 in partial_call Modules/_functoolsmodule.c:224 #159 0x5577b3230e95 in _PyObject_MakeTpCall Objects/call.c:159 #160 0x5577b33b835c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #161 0x5577b33b835c in call_function Python/ceval.c:4963 #162 0x5577b33d95b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #163 0x5577b33b9b60 in PyEval_EvalFrameEx Python/ceval.c:741 #164 0x5577b322ebaf in function_code_fastcall Objects/call.c:283 #165 0x5577b323072d in _PyFunction_Vectorcall Objects/call.c:410 #166 0x5577b33b8262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #167 0x5577b33b8262 in call_function Python/ceval.c:4963 #168 0x5577b33d95b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #169 0x5577b33b9b60 in PyEval_EvalFrameEx Python/ceval.c:741 #170 0x5577b33bb25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #171 0x5577b323053e in _PyFunction_Vectorcall Objects/call.c:435 #172 0x5577b33b8262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #173 0x5577b33b8262 in call_function Python/ceval.c:4963 #174 0x5577b33d9981 in _PyEval_EvalFrameDefault Python/ceval.c:3515 #175 0x5577b33b9b60 in PyEval_EvalFrameEx Python/ceval.c:741 #176 0x5577b33bb25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #177 0x5577b323053e in _PyFunction_Vectorcall Objects/call.c:435 #178 0x5577b33b8262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #179 0x5577b33b8262 in call_function Python/ceval.c:4963 #180 0x5577b33d95b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #181 0x5577b33b9b60 in PyEval_EvalFrameEx Python/ceval.c:741 #182 0x5577b322ebaf in function_code_fastcall Objects/call.c:283 #183 0x5577b323072d in _PyFunction_Vectorcall Objects/call.c:410 #184 0x5577b33b8262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #185 0x5577b33b8262 in call_function Python/ceval.c:4963 #186 0x5577b33d95b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #187 0x5577b33b9b60 in PyEval_EvalFrameEx Python/ceval.c:741 #188 0x5577b322ebaf in function_code_fastcall Objects/call.c:283 #189 0x5577b323072d in _PyFunction_Vectorcall Objects/call.c:410 #190 0x5577b33b8262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #191 0x5577b33b8262 in call_function Python/ceval.c:4963 #192 0x5577b33d91f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #193 0x5577b33b9b60 in PyEval_EvalFrameEx Python/ceval.c:741 #194 0x5577b322ebaf in function_code_fastcall Objects/call.c:283 #195 0x5577b323072d in _PyFunction_Vectorcall Objects/call.c:410 #196 0x5577b33b8262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #197 0x5577b33b8262 in call_function Python/ceval.c:4963 #198 0x5577b33d91f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #199 0x5577b33b9b60 in PyEval_EvalFrameEx Python/ceval.c:741 #200 0x5577b33bb25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #201 0x5577b323053e in _PyFunction_Vectorcall Objects/call.c:435 #202 0x5577b35e5e8e in _PyObject_Vectorcall Include/cpython/abstract.h:127 #203 0x5577b35e5e8e in method_vectorcall Objects/classobject.c:89 #204 0x5577b3235477 in PyVectorcall_Call Objects/call.c:199 #205 0x5577b3235ccf in PyObject_Call Objects/call.c:227 #206 0x5577b33b6876 in do_call_core Python/ceval.c:5010 #207 0x5577b33da1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #208 0x5577b33b9b60 in PyEval_EvalFrameEx Python/ceval.c:741 #209 0x5577b33bb25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #210 0x5577b323053e in _PyFunction_Vectorcall Objects/call.c:435 #211 0x5577b33b8262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #212 0x5577b33b8262 in call_function Python/ceval.c:4963 #213 0x5577b33d95b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #214 0x5577b33b9b60 in PyEval_EvalFrameEx Python/ceval.c:741 #215 0x5577b33bb25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #216 0x5577b33bb60f in PyEval_EvalCodeEx Python/ceval.c:4327 #217 0x5577b33bb63e in PyEval_EvalCode Python/ceval.c:718 #218 0x5577b36776b3 in builtin_exec_impl Python/bltinmodule.c:1033 #219 0x5577b3677886 in builtin_exec Python/clinic/bltinmodule.c.h:396 #220 0x5577b32b255f in cfunction_vectorcall_FASTCALL Objects/methodobject.c:422 #221 0x5577b33b8262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #222 0x5577b33b8262 in call_function Python/ceval.c:4963 #223 0x5577b33d95b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #224 0x5577b33b9b60 in PyEval_EvalFrameEx Python/ceval.c:741 #225 0x5577b33bb25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #226 0x5577b323053e in _PyFunction_Vectorcall Objects/call.c:435 #227 0x5577b33b8262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #228 0x5577b33b8262 in call_function Python/ceval.c:4963 #229 0x5577b33d95b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #230 0x5577b33b9b60 in PyEval_EvalFrameEx Python/ceval.c:741 #231 0x5577b33bb25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #232 0x5577b323053e in _PyFunction_Vectorcall Objects/call.c:435 #233 0x5577b3235477 in PyVectorcall_Call Objects/call.c:199 #234 0x5577b3235ccf in PyObject_Call Objects/call.c:227 #235 0x5577b320e95a in pymain_run_module Modules/main.c:302 #236 0x5577b320f5de in pymain_run_python Modules/main.c:600 #237 0x5577b320f81e in Py_RunMain Modules/main.c:685 #238 0x5577b320fa07 in pymain_main Modules/main.c:715 #239 0x5577b320fd54 in Py_BytesMain Modules/main.c:739 #240 0x5577b320c911 in main Programs/python.c:16 #241 0x7f0670d38001 in __libc_start_main (/usr/lib/libc.so.6+0x27001) #242 0x5577b320c83d in _start (/buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/python+0x1ca83d)
0x60e000587232 is located 114 bytes inside of 152-byte region [0x60e0005871c0,0x60e000587258) freed by thread T0 here: #0 0x7f06710fc0e9 in __interceptor_free /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:123 #1 0x5577b32c07c2 in _PyMem_RawFree Objects/obmalloc.c:127 #2 0x5577b32c14ed in _PyMem_DebugRawFree Objects/obmalloc.c:2187 #3 0x5577b32c151f in _PyMem_DebugFree Objects/obmalloc.c:2318 #4 0x5577b32c3812 in PyObject_Free Objects/obmalloc.c:709 #5 0x5577b34a988d in PyObject_GC_Del Modules/gcmodule.c:2051 #6 0x7f066a0ebc18 in PyCData_dealloc /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_ctypes/_ctypes.c:2785 #7 0x5577b32f0e87 in subtype_dealloc Objects/typeobject.c:1292 #8 0x5577b32baa27 in _Py_Dealloc Objects/object.c:2215 #9 0x5577b33ce670 in _Py_DECREF Include/object.h:478 #10 0x5577b33ce670 in _Py_XDECREF Include/object.h:541 #11 0x5577b33ce670 in _PyEval_EvalFrameDefault Python/ceval.c:2569 #12 0x5577b33b9b60 in PyEval_EvalFrameEx Python/ceval.c:741 #13 0x5577b322ebaf in function_code_fastcall Objects/call.c:283 #14 0x5577b323072d in _PyFunction_Vectorcall Objects/call.c:410 #15 0x5577b35e60b6 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #16 0x5577b35e60b6 in method_vectorcall Objects/classobject.c:60 #17 0x5577b33b8262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #18 0x5577b33b8262 in call_function Python/ceval.c:4963 #19 0x5577b33d95b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #20 0x5577b33b9b60 in PyEval_EvalFrameEx Python/ceval.c:741 #21 0x5577b322ebaf in function_code_fastcall Objects/call.c:283 #22 0x5577b323072d in _PyFunction_Vectorcall Objects/call.c:410 #23 0x5577b33b8262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #24 0x5577b33b8262 in call_function Python/ceval.c:4963 #25 0x5577b33d91f5 in _PyEval_EvalFrameDefault Python/ceval.c:3486 #26 0x5577b33b9b60 in PyEval_EvalFrameEx Python/ceval.c:741 #27 0x5577b33bb25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #28 0x5577b323053e in _PyFunction_Vectorcall Objects/call.c:435 #29 0x5577b35e5e8e in _PyObject_Vectorcall Include/cpython/abstract.h:127 #30 0x5577b35e5e8e in method_vectorcall Objects/classobject.c:89 #31 0x5577b3235477 in PyVectorcall_Call Objects/call.c:199 #32 0x5577b3235ccf in PyObject_Call Objects/call.c:227 #33 0x5577b33b6876 in do_call_core Python/ceval.c:5010 #34 0x5577b33da1d7 in _PyEval_EvalFrameDefault Python/ceval.c:3559 #35 0x5577b33b9b60 in PyEval_EvalFrameEx Python/ceval.c:741
previously allocated by thread T0 here: #0 0x7f06710fc459 in __interceptor_malloc /build/gcc/src/gcc/libsanitizer/asan/asan_malloc_linux.cpp:145 #1 0x5577b32c082e in _PyMem_RawMalloc Objects/obmalloc.c:99 #2 0x5577b32c09c5 in _PyMem_DebugRawAlloc Objects/obmalloc.c:2120 #3 0x5577b32c0a20 in _PyMem_DebugRawMalloc Objects/obmalloc.c:2153 #4 0x5577b32c0a3f in _PyMem_DebugMalloc Objects/obmalloc.c:2303 #5 0x5577b32c3797 in PyObject_Malloc Objects/obmalloc.c:685 #6 0x5577b34a793c in _PyObject_GC_Alloc Modules/gcmodule.c:1964 #7 0x5577b34a92de in _PyObject_GC_Malloc Modules/gcmodule.c:1987 #8 0x5577b32f8dbf in PyType_GenericAlloc Objects/typeobject.c:1015 #9 0x7f066a0edf12 in GenericPyCData_new /buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/Modules/_ctypes/_ctypes.c:3234 #10 0x5577b32f6cb4 in type_call Objects/typeobject.c:974 #11 0x5577b3230e95 in _PyObject_MakeTpCall Objects/call.c:159 #12 0x5577b33b835c in _PyObject_Vectorcall Include/cpython/abstract.h:125 #13 0x5577b33b835c in call_function Python/ceval.c:4963 #14 0x5577b33d95b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #15 0x5577b33b9b60 in PyEval_EvalFrameEx Python/ceval.c:741 #16 0x5577b33bb25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #17 0x5577b323053e in _PyFunction_Vectorcall Objects/call.c:435 #18 0x5577b33b8262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #19 0x5577b33b8262 in call_function Python/ceval.c:4963 #20 0x5577b33d95b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #21 0x5577b33b9b60 in PyEval_EvalFrameEx Python/ceval.c:741 #22 0x5577b33bb25d in _PyEval_EvalCodeWithName Python/ceval.c:4298 #23 0x5577b323053e in _PyFunction_Vectorcall Objects/call.c:435 #24 0x5577b33b8262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #25 0x5577b33b8262 in call_function Python/ceval.c:4963 #26 0x5577b33d95b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500 #27 0x5577b33b9b60 in PyEval_EvalFrameEx Python/ceval.c:741 #28 0x5577b322ebaf in function_code_fastcall Objects/call.c:283 #29 0x5577b323072d in _PyFunction_Vectorcall Objects/call.c:410 #30 0x5577b35e60b6 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #31 0x5577b35e60b6 in method_vectorcall Objects/classobject.c:60 #32 0x5577b33b8262 in _PyObject_Vectorcall Include/cpython/abstract.h:127 #33 0x5577b33b8262 in call_function Python/ceval.c:4963 #34 0x5577b33d95b0 in _PyEval_EvalFrameDefault Python/ceval.c:3500
SUMMARY: AddressSanitizer: heap-use-after-free Objects/bytesobject.c:111 in PyBytes_FromStringAndSize Shadow bytes around the buggy address: 0x0c1c800a8df0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c1c800a8e00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c1c800a8e10: 00 00 00 fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c1c800a8e20: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c1c800a8e30: fa fa fa fa fa fa fa fa fd fd fd fd fd fd fd fd =>0x0c1c800a8e40: fd fd fd fd fd fd[fd]fd fd fd fd fa fa fa fa fa 0x0c1c800a8e50: fa fa fa fa fd fd fd fd fd fd fd fd fd fd fd fd 0x0c1c800a8e60: fd fd fd fd fd fd fd fa fa fa fa fa fa fa fa fa 0x0c1c800a8e70: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0c1c800a8e80: fd fd fd fa fa fa fa fa fa fa fa fa fd fd fd fd 0x0c1c800a8e90: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fa Shadow byte legend (one shadow byte represents 8 application bytes): Addressable: 00 Partially addressable: 01 02 03 04 05 06 07 Heap left redzone: fa Freed heap region: fd Stack left redzone: f1 Stack mid redzone: f2 Stack right redzone: f3 Stack after return: f5 Stack use after scope: f8 Global redzone: f9 Global init order: f6 Poisoned by user: f7 Container overflow: fc Array cookie: ac Intra object redzone: bb ASan internal: fe Left alloca redzone: ca Right alloca redzone: cb Shadow gap: cc ==28070==ABORTING make: *** [Makefile:1161: buildbottest] Error 1
Cannot open file '/buildbot/buildarea/3.8.pablogsal-arch-x86_64.asan/build/test-results.xml' for upload
Test report
Failed tests:
- test_ctypes
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org