Buildbot failure in Python on AMD64 Arch Linux Asan Debug 3.9
The Buildbot has detected a new failure on builder AMD64 Arch Linux Asan Debug 3.9 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/588/builds/21
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: pablogsal-arch-x86_64
Build Reason: <unknown> Blamelist: Andre Delfino <adelfino@gmail.com>, Erlend Egeberg Aasland <erlend.aasland@innova.no>, Ethan Furman <ethan@stoneleaf.us>, Jason R. Coombs <jaraco@jaraco.com>, Julien Palard <julien@palard.fr>, Lysandros Nikolaou <lisandrosnik@gmail.com>, Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>, Pablo Galindo <Pablogsal@gmail.com>, Ross <rrhodes@users.noreply.github.com>, Serhiy Storchaka <storchaka@gmail.com>, Steve Dower <steve.dower@python.org>, Terry Jan Reedy <tjreedy@udel.edu>, Vladimir <greatvovan@gmail.com>, Yair Frid <fridyair@gmail.com>, cptpcrd <31829097+cptpcrd@users.noreply.github.com>
BUILD FAILED: failed test (failure) uploading test-results.xml (failure)
Summary of the results of the build (if available):
Captured traceback
remote: Enumerating objects: 1
remote: Enumerating objects: 11, done.
remote: Counting objects: 9% (1/11)
remote: Counting objects: 18% (2/11)
remote: Counting objects: 27% (3/11)
remote: Counting objects: 36% (4/11)
remote: Counting objects: 45% (5/11)
remote: Counting objects: 54% (6/11)
remote: Counting objects: 63% (7/11)
remote: Counting objects: 72% (8/11)
remote: Counting objects: 81% (9/11)
remote: Counting objects: 90% (10/11)
remote: Counting objects: 100% (11/11)
remote: Counting objects: 100% (11/11), done.
remote: Compressing objects: 25% (1/4)
remote: Compressing objects: 50% (2/4)
remote: Compressing objects: 75% (3/4)
remote: Compressing objects: 100% (4/4)
remote: Compressing objects: 100% (4/4), done.
remote: Total 12 (delta 7), reused 7 (delta 7), pack-reused 1
From https://github.com/python/cpython
- branch 3.9 -> FETCH_HEAD Reset branch '3.9'
./Modules/signalmodule.c: In function ‘signal_siginterrupt_impl’: ./Modules/signalmodule.c:660:5: warning: ‘siginterrupt’ is deprecated: Use sigaction with SA_RESTART instead [-Wdeprecated-declarations] 660 | if (siginterrupt(signalnum, flag)<0) { | ^~ In file included from ./Modules/signalmodule.c:28: /usr/include/signal.h:311:12: note: declared here 311 | extern int siginterrupt (int __sig, int __interrupt) __THROW | ^~~~~~~~~~~~
test_kqueue skipped -- test works only on BSD test_winreg skipped -- No module named 'winreg' AddressSanitizer:DEADLYSIGNAL
==24694==ERROR: AddressSanitizer: SEGV on unknown address 0x03e800006076 (pc 0x7f2944539f75 bp 0x7ffd536817e0 sp 0x7ffd536816c0 T0) ==24694==The signal is caused by a READ memory access. #0 0x7f2944539f75 in gsignal (/usr/lib/libpthread.so.0+0x13f75) #1 0x560329005c0a in faulthandler_raise_sigsegv Modules/faulthandler.c:1045 #2 0x5603290061b2 in faulthandler_sigsegv Modules/faulthandler.c:1061 #3 0x560329080ad3 in cfunction_call Objects/methodobject.c:548 #4 0x560328c6f791 in _PyObject_MakeTpCall Objects/call.c:191 #5 0x560328df9b7e in _PyObject_VectorcallTstate Include/cpython/abstract.h:116 #6 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #7 0x560328e010fd in call_function Python/ceval.c:5072 #8 0x560328e20897 in _PyEval_EvalFrameDefault Python/ceval.c:3487 #9 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #10 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #11 0x560328c6eff8 in _PyFunction_Vectorcall Objects/call.c:374 #12 0x560328c6e3f2 in PyVectorcall_Call Objects/call.c:231 #13 0x560328c6e8e3 in _PyObject_Call Objects/call.c:266 #14 0x560328c71cec in PyObject_CallObject Objects/call.c:457 #15 0x7f294049609c in load_reduce /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Modules/_pickle.c:6833 #16 0x7f29404ac346 in load /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Modules/_pickle.c:6981 #17 0x7f29404ac5df in _pickle_loads_impl /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Modules/_pickle.c:7935 #18 0x7f29404acd3c in _pickle_loads /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Modules/clinic/_pickle.c.h:834 #19 0x560329080df3 in cfunction_vectorcall_FASTCALL_KEYWORDS Objects/methodobject.c:442 #20 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #21 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #22 0x560328e010fd in call_function Python/ceval.c:5072 #23 0x560328e20897 in _PyEval_EvalFrameDefault Python/ceval.c:3487 #24 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #25 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #26 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #27 0x56032904b39f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #28 0x56032904c8a2 in method_vectorcall Objects/classobject.c:53 #29 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #30 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #31 0x560328e010fd in call_function Python/ceval.c:5072 #32 0x560328e20e32 in _PyEval_EvalFrameDefault Python/ceval.c:3535 #33 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #34 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #35 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #36 0x560328c6e3f2 in PyVectorcall_Call Objects/call.c:231 #37 0x560328c6e8e3 in _PyObject_Call Objects/call.c:266 #38 0x560328c6ea07 in PyObject_Call Objects/call.c:293 #39 0x560328e01859 in do_call_core Python/ceval.c:5120 #40 0x560328e216dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #41 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #42 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #43 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #44 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #45 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #46 0x560328e010fd in call_function Python/ceval.c:5072 #47 0x560328e20681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #48 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #49 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #50 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #51 0x56032904b39f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #52 0x56032904c8a2 in method_vectorcall Objects/classobject.c:53 #53 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #54 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #55 0x560328e010fd in call_function Python/ceval.c:5072 #56 0x560328e20e32 in _PyEval_EvalFrameDefault Python/ceval.c:3535 #57 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #58 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #59 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #60 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #61 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #62 0x560328e010fd in call_function Python/ceval.c:5072 #63 0x560328e20681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #64 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #65 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #66 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #67 0x560328c702a5 in _PyObject_FastCallDictTstate Objects/call.c:118 #68 0x560328c70a83 in _PyObject_Call_Prepend Objects/call.c:489 #69 0x560328d3f96b in slot_tp_init Objects/typeobject.c:6943 #70 0x560328d366d3 in type_call Objects/typeobject.c:1026 #71 0x560328c6f791 in _PyObject_MakeTpCall Objects/call.c:191 #72 0x560328df9b7e in _PyObject_VectorcallTstate Include/cpython/abstract.h:116 #73 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #74 0x560328e010fd in call_function Python/ceval.c:5072 #75 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #76 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #77 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #78 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #79 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #80 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #81 0x560328e010fd in call_function Python/ceval.c:5072 #82 0x560328e20897 in _PyEval_EvalFrameDefault Python/ceval.c:3487 #83 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #84 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #85 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #86 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #87 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #88 0x560328e010fd in call_function Python/ceval.c:5072 #89 0x560328e20681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #90 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #91 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #92 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #93 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #94 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #95 0x560328e010fd in call_function Python/ceval.c:5072 #96 0x560328e20681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #97 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #98 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #99 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #100 0x56032904b39f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #101 0x56032904c798 in method_vectorcall Objects/classobject.c:83 #102 0x560328c6e3f2 in PyVectorcall_Call Objects/call.c:231 #103 0x560328c6e8e3 in _PyObject_Call Objects/call.c:266 #104 0x560328c6ea07 in PyObject_Call Objects/call.c:293 #105 0x560328e01859 in do_call_core Python/ceval.c:5120 #106 0x560328e216dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #107 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #108 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #109 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #110 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #111 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #112 0x560328e010fd in call_function Python/ceval.c:5072 #113 0x560328e20681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #114 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #115 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #116 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #117 0x56032904b39f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #118 0x56032904c8a2 in method_vectorcall Objects/classobject.c:53 #119 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #120 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #121 0x560328e010fd in call_function Python/ceval.c:5072 #122 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #123 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #124 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #125 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #126 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #127 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #128 0x560328e010fd in call_function Python/ceval.c:5072 #129 0x560328e20681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #130 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #131 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #132 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #133 0x56032904b39f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #134 0x56032904c798 in method_vectorcall Objects/classobject.c:83 #135 0x560328c6e3f2 in PyVectorcall_Call Objects/call.c:231 #136 0x560328c6e8e3 in _PyObject_Call Objects/call.c:266 #137 0x560328c6ea07 in PyObject_Call Objects/call.c:293 #138 0x560328e01859 in do_call_core Python/ceval.c:5120 #139 0x560328e216dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #140 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #141 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #142 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #143 0x560328c702a5 in _PyObject_FastCallDictTstate Objects/call.c:118 #144 0x560328c70a83 in _PyObject_Call_Prepend Objects/call.c:489 #145 0x560328d3fd98 in slot_tp_call Objects/typeobject.c:6703 #146 0x560328c6f791 in _PyObject_MakeTpCall Objects/call.c:191 #147 0x560328df9b7e in _PyObject_VectorcallTstate Include/cpython/abstract.h:116 #148 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #149 0x560328e010fd in call_function Python/ceval.c:5072 #150 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #151 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #152 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #153 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #154 0x56032904b39f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #155 0x56032904c798 in method_vectorcall Objects/classobject.c:83 #156 0x560328c6e3f2 in PyVectorcall_Call Objects/call.c:231 #157 0x560328c6e8e3 in _PyObject_Call Objects/call.c:266 #158 0x560328c6ea07 in PyObject_Call Objects/call.c:293 #159 0x560328e01859 in do_call_core Python/ceval.c:5120 #160 0x560328e216dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #161 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #162 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #163 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #164 0x560328c702a5 in _PyObject_FastCallDictTstate Objects/call.c:118 #165 0x560328c70a83 in _PyObject_Call_Prepend Objects/call.c:489 #166 0x560328d3fd98 in slot_tp_call Objects/typeobject.c:6703 #167 0x560328c6f791 in _PyObject_MakeTpCall Objects/call.c:191 #168 0x560328df9b7e in _PyObject_VectorcallTstate Include/cpython/abstract.h:116 #169 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #170 0x560328e010fd in call_function Python/ceval.c:5072 #171 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #172 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #173 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #174 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #175 0x56032904b39f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #176 0x56032904c798 in method_vectorcall Objects/classobject.c:83 #177 0x560328c6e3f2 in PyVectorcall_Call Objects/call.c:231 #178 0x560328c6e8e3 in _PyObject_Call Objects/call.c:266 #179 0x560328c6ea07 in PyObject_Call Objects/call.c:293 #180 0x560328e01859 in do_call_core Python/ceval.c:5120 #181 0x560328e216dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #182 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #183 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #184 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #185 0x560328c702a5 in _PyObject_FastCallDictTstate Objects/call.c:118 #186 0x560328c70a83 in _PyObject_Call_Prepend Objects/call.c:489 #187 0x560328d3fd98 in slot_tp_call Objects/typeobject.c:6703 #188 0x560328c6f791 in _PyObject_MakeTpCall Objects/call.c:191 #189 0x560328df9b7e in _PyObject_VectorcallTstate Include/cpython/abstract.h:116 #190 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #191 0x560328e010fd in call_function Python/ceval.c:5072 #192 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #193 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #194 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #195 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #196 0x56032904b39f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #197 0x56032904c798 in method_vectorcall Objects/classobject.c:83 #198 0x560328c6e3f2 in PyVectorcall_Call Objects/call.c:231 #199 0x560328c6e8e3 in _PyObject_Call Objects/call.c:266 #200 0x560328c6ea07 in PyObject_Call Objects/call.c:293 #201 0x560328e01859 in do_call_core Python/ceval.c:5120 #202 0x560328e216dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #203 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #204 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #205 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #206 0x560328c702a5 in _PyObject_FastCallDictTstate Objects/call.c:118 #207 0x560328c70a83 in _PyObject_Call_Prepend Objects/call.c:489 #208 0x560328d3fd98 in slot_tp_call Objects/typeobject.c:6703 #209 0x560328c6f791 in _PyObject_MakeTpCall Objects/call.c:191 #210 0x560328df9b7e in _PyObject_VectorcallTstate Include/cpython/abstract.h:116 #211 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #212 0x560328e010fd in call_function Python/ceval.c:5072 #213 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #214 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #215 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #216 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #217 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #218 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #219 0x560328e010fd in call_function Python/ceval.c:5072 #220 0x560328e20681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #221 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #222 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #223 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #224 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #225 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #226 0x560328e010fd in call_function Python/ceval.c:5072 #227 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #228 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #229 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #230 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #231 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #232 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #233 0x560328e010fd in call_function Python/ceval.c:5072 #234 0x560328e20897 in _PyEval_EvalFrameDefault Python/ceval.c:3487 #235 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #236 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #237 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #238 0x560328f7d6c8 in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #239 0x560328f7d6c8 in partial_vectorcall Modules/_functoolsmodule.c:167 #240 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #241 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #242 0x560328e010fd in call_function Python/ceval.c:5072 #243 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #244 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #245 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #246 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #247 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #248 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #249 0x560328e010fd in call_function Python/ceval.c:5072 #250 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #251 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #252 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #253 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #254 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #255 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #256 0x560328e010fd in call_function Python/ceval.c:5072 #257 0x560328e20e32 in _PyEval_EvalFrameDefault Python/ceval.c:3535 #258 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #259 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #260 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #261 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #262 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #263 0x560328e010fd in call_function Python/ceval.c:5072 #264 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #265 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #266 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #267 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #268 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #269 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #270 0x560328e010fd in call_function Python/ceval.c:5072 #271 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #272 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #273 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #274 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #275 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #276 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #277 0x560328e010fd in call_function Python/ceval.c:5072 #278 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #279 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #280 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #281 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #282 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #283 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #284 0x560328e010fd in call_function Python/ceval.c:5072 #285 0x560328e20681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #286 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #287 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #288 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #289 0x56032904b39f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #290 0x56032904c8a2 in method_vectorcall Objects/classobject.c:53 #291 0x560328c6e1e3 in PyVectorcall_Call Objects/call.c:243 #292 0x560328c6e8e3 in _PyObject_Call Objects/call.c:266 #293 0x560328c6ea07 in PyObject_Call Objects/call.c:293 #294 0x560328e01859 in do_call_core Python/ceval.c:5120 #295 0x560328e216dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #296 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #297 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #298 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #299 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #300 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #301 0x560328e010fd in call_function Python/ceval.c:5072 #302 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #303 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #304 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #305 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #306 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #307 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #308 0x560328e010fd in call_function Python/ceval.c:5072 #309 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #310 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #311 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #312 0x560328e26630 in _PyEval_EvalCodeWithName Python/ceval.c:4359 #313 0x560328e2667b in PyEval_EvalCodeEx Python/ceval.c:4375 #314 0x560328e266aa in PyEval_EvalCode Python/ceval.c:826
AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV (/usr/lib/libpthread.so.0+0x13f75) in gsignal ==24694==ABORTING AddressSanitizer:DEADLYSIGNAL
==24704==ERROR: AddressSanitizer: SEGV on unknown address 0x03e800006080 (pc 0x7f2944539f75 bp 0x7ffd53682160 sp 0x7ffd53682040 T0) ==24704==The signal is caused by a READ memory access. #0 0x7f2944539f75 in gsignal (/usr/lib/libpthread.so.0+0x13f75) #1 0x560329005c0a in faulthandler_raise_sigsegv Modules/faulthandler.c:1045 #2 0x5603290061b2 in faulthandler_sigsegv Modules/faulthandler.c:1061 #3 0x560329080ad3 in cfunction_call Objects/methodobject.c:548 #4 0x560328c6f791 in _PyObject_MakeTpCall Objects/call.c:191 #5 0x560328df9b7e in _PyObject_VectorcallTstate Include/cpython/abstract.h:116 #6 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #7 0x560328e010fd in call_function Python/ceval.c:5072 #8 0x560328e20897 in _PyEval_EvalFrameDefault Python/ceval.c:3487 #9 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #10 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #11 0x560328c6eff8 in _PyFunction_Vectorcall Objects/call.c:374 #12 0x560328c6e3f2 in PyVectorcall_Call Objects/call.c:231 #13 0x560328c6e8e3 in _PyObject_Call Objects/call.c:266 #14 0x560328c6ea07 in PyObject_Call Objects/call.c:293 #15 0x560328e01859 in do_call_core Python/ceval.c:5120 #16 0x560328e216dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #17 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #18 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #19 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #20 0x560328c6e3f2 in PyVectorcall_Call Objects/call.c:231 #21 0x560328c6e8e3 in _PyObject_Call Objects/call.c:266 #22 0x560328c6ea07 in PyObject_Call Objects/call.c:293 #23 0x560328e01859 in do_call_core Python/ceval.c:5120 #24 0x560328e216dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #25 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #26 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #27 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #28 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #29 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #30 0x560328e010fd in call_function Python/ceval.c:5072 #31 0x560328e20681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #32 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #33 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #34 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #35 0x56032904b39f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #36 0x56032904c8a2 in method_vectorcall Objects/classobject.c:53 #37 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #38 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #39 0x560328e010fd in call_function Python/ceval.c:5072 #40 0x560328e20e32 in _PyEval_EvalFrameDefault Python/ceval.c:3535 #41 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #42 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #43 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #44 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #45 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #46 0x560328e010fd in call_function Python/ceval.c:5072 #47 0x560328e20681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #48 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #49 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #50 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #51 0x560328c702a5 in _PyObject_FastCallDictTstate Objects/call.c:118 #52 0x560328c70a83 in _PyObject_Call_Prepend Objects/call.c:489 #53 0x560328d3f96b in slot_tp_init Objects/typeobject.c:6943 #54 0x560328d366d3 in type_call Objects/typeobject.c:1026 #55 0x560328c6f791 in _PyObject_MakeTpCall Objects/call.c:191 #56 0x560328df9b7e in _PyObject_VectorcallTstate Include/cpython/abstract.h:116 #57 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #58 0x560328e010fd in call_function Python/ceval.c:5072 #59 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #60 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #61 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #62 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #63 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #64 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #65 0x560328e010fd in call_function Python/ceval.c:5072 #66 0x560328e20897 in _PyEval_EvalFrameDefault Python/ceval.c:3487 #67 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #68 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #69 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #70 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #71 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #72 0x560328e010fd in call_function Python/ceval.c:5072 #73 0x560328e20681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #74 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #75 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #76 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #77 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #78 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #79 0x560328e010fd in call_function Python/ceval.c:5072 #80 0x560328e20681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #81 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #82 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #83 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #84 0x56032904b39f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #85 0x56032904c798 in method_vectorcall Objects/classobject.c:83 #86 0x560328c6e3f2 in PyVectorcall_Call Objects/call.c:231 #87 0x560328c6e8e3 in _PyObject_Call Objects/call.c:266 #88 0x560328c6ea07 in PyObject_Call Objects/call.c:293 #89 0x560328e01859 in do_call_core Python/ceval.c:5120 #90 0x560328e216dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #91 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #92 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #93 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #94 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #95 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #96 0x560328e010fd in call_function Python/ceval.c:5072 #97 0x560328e20681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #98 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #99 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #100 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #101 0x56032904b39f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #102 0x56032904c8a2 in method_vectorcall Objects/classobject.c:53 #103 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #104 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #105 0x560328e010fd in call_function Python/ceval.c:5072 #106 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #107 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #108 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #109 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #110 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #111 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #112 0x560328e010fd in call_function Python/ceval.c:5072 #113 0x560328e20681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #114 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #115 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #116 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #117 0x56032904b39f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #118 0x56032904c798 in method_vectorcall Objects/classobject.c:83 #119 0x560328c6e3f2 in PyVectorcall_Call Objects/call.c:231 #120 0x560328c6e8e3 in _PyObject_Call Objects/call.c:266 #121 0x560328c6ea07 in PyObject_Call Objects/call.c:293 #122 0x560328e01859 in do_call_core Python/ceval.c:5120 #123 0x560328e216dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #124 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #125 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #126 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #127 0x560328c702a5 in _PyObject_FastCallDictTstate Objects/call.c:118 #128 0x560328c70a83 in _PyObject_Call_Prepend Objects/call.c:489 #129 0x560328d3fd98 in slot_tp_call Objects/typeobject.c:6703 #130 0x560328c6f791 in _PyObject_MakeTpCall Objects/call.c:191 #131 0x560328df9b7e in _PyObject_VectorcallTstate Include/cpython/abstract.h:116 #132 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #133 0x560328e010fd in call_function Python/ceval.c:5072 #134 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #135 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #136 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #137 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #138 0x56032904b39f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #139 0x56032904c798 in method_vectorcall Objects/classobject.c:83 #140 0x560328c6e3f2 in PyVectorcall_Call Objects/call.c:231 #141 0x560328c6e8e3 in _PyObject_Call Objects/call.c:266 #142 0x560328c6ea07 in PyObject_Call Objects/call.c:293 #143 0x560328e01859 in do_call_core Python/ceval.c:5120 #144 0x560328e216dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #145 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #146 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #147 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #148 0x560328c702a5 in _PyObject_FastCallDictTstate Objects/call.c:118 #149 0x560328c70a83 in _PyObject_Call_Prepend Objects/call.c:489 #150 0x560328d3fd98 in slot_tp_call Objects/typeobject.c:6703 #151 0x560328c6f791 in _PyObject_MakeTpCall Objects/call.c:191 #152 0x560328df9b7e in _PyObject_VectorcallTstate Include/cpython/abstract.h:116 #153 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #154 0x560328e010fd in call_function Python/ceval.c:5072 #155 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #156 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #157 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #158 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #159 0x56032904b39f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #160 0x56032904c798 in method_vectorcall Objects/classobject.c:83 #161 0x560328c6e3f2 in PyVectorcall_Call Objects/call.c:231 #162 0x560328c6e8e3 in _PyObject_Call Objects/call.c:266 #163 0x560328c6ea07 in PyObject_Call Objects/call.c:293 #164 0x560328e01859 in do_call_core Python/ceval.c:5120 #165 0x560328e216dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #166 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #167 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #168 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #169 0x560328c702a5 in _PyObject_FastCallDictTstate Objects/call.c:118 #170 0x560328c70a83 in _PyObject_Call_Prepend Objects/call.c:489 #171 0x560328d3fd98 in slot_tp_call Objects/typeobject.c:6703 #172 0x560328c6f791 in _PyObject_MakeTpCall Objects/call.c:191 #173 0x560328df9b7e in _PyObject_VectorcallTstate Include/cpython/abstract.h:116 #174 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #175 0x560328e010fd in call_function Python/ceval.c:5072 #176 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #177 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #178 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #179 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #180 0x56032904b39f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #181 0x56032904c798 in method_vectorcall Objects/classobject.c:83 #182 0x560328c6e3f2 in PyVectorcall_Call Objects/call.c:231 #183 0x560328c6e8e3 in _PyObject_Call Objects/call.c:266 #184 0x560328c6ea07 in PyObject_Call Objects/call.c:293 #185 0x560328e01859 in do_call_core Python/ceval.c:5120 #186 0x560328e216dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #187 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #188 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #189 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #190 0x560328c702a5 in _PyObject_FastCallDictTstate Objects/call.c:118 #191 0x560328c70a83 in _PyObject_Call_Prepend Objects/call.c:489 #192 0x560328d3fd98 in slot_tp_call Objects/typeobject.c:6703 #193 0x560328c6f791 in _PyObject_MakeTpCall Objects/call.c:191 #194 0x560328df9b7e in _PyObject_VectorcallTstate Include/cpython/abstract.h:116 #195 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #196 0x560328e010fd in call_function Python/ceval.c:5072 #197 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #198 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #199 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #200 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #201 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #202 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #203 0x560328e010fd in call_function Python/ceval.c:5072 #204 0x560328e20681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #205 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #206 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #207 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #208 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #209 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #210 0x560328e010fd in call_function Python/ceval.c:5072 #211 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #212 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #213 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #214 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #215 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #216 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #217 0x560328e010fd in call_function Python/ceval.c:5072 #218 0x560328e20897 in _PyEval_EvalFrameDefault Python/ceval.c:3487 #219 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #220 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #221 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #222 0x560328f7d6c8 in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #223 0x560328f7d6c8 in partial_vectorcall Modules/_functoolsmodule.c:167 #224 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #225 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #226 0x560328e010fd in call_function Python/ceval.c:5072 #227 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #228 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #229 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #230 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #231 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #232 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #233 0x560328e010fd in call_function Python/ceval.c:5072 #234 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #235 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #236 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #237 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #238 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #239 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #240 0x560328e010fd in call_function Python/ceval.c:5072 #241 0x560328e20e32 in _PyEval_EvalFrameDefault Python/ceval.c:3535 #242 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #243 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #244 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #245 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #246 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #247 0x560328e010fd in call_function Python/ceval.c:5072 #248 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #249 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #250 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #251 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #252 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #253 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #254 0x560328e010fd in call_function Python/ceval.c:5072 #255 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #256 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #257 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #258 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #259 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #260 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #261 0x560328e010fd in call_function Python/ceval.c:5072 #262 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #263 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #264 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #265 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #266 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #267 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #268 0x560328e010fd in call_function Python/ceval.c:5072 #269 0x560328e20681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #270 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #271 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #272 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #273 0x56032904b39f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #274 0x56032904c8a2 in method_vectorcall Objects/classobject.c:53 #275 0x560328c6e1e3 in PyVectorcall_Call Objects/call.c:243 #276 0x560328c6e8e3 in _PyObject_Call Objects/call.c:266 #277 0x560328c6ea07 in PyObject_Call Objects/call.c:293 #278 0x560328e01859 in do_call_core Python/ceval.c:5120 #279 0x560328e216dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #280 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #281 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #282 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #283 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #284 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #285 0x560328e010fd in call_function Python/ceval.c:5072 #286 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #287 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #288 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #289 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #290 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #291 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #292 0x560328e010fd in call_function Python/ceval.c:5072 #293 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #294 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #295 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #296 0x560328e26630 in _PyEval_EvalCodeWithName Python/ceval.c:4359 #297 0x560328e2667b in PyEval_EvalCodeEx Python/ceval.c:4375 #298 0x560328e266aa in PyEval_EvalCode Python/ceval.c:826 #299 0x5603290fe259 in builtin_exec_impl Python/bltinmodule.c:1035 #300 0x5603290fe433 in builtin_exec Python/clinic/bltinmodule.c.h:396 #301 0x5603290820e1 in cfunction_vectorcall_FASTCALL Objects/methodobject.c:426 #302 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #303 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #304 0x560328e010fd in call_function Python/ceval.c:5072 #305 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #306 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #307 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #308 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #309 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #310 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #311 0x560328e010fd in call_function Python/ceval.c:5072 #312 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #313 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #314 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #315 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396
AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV (/usr/lib/libpthread.so.0+0x13f75) in gsignal ==24704==ABORTING AddressSanitizer:DEADLYSIGNAL
==24714==ERROR: AddressSanitizer: SEGV on unknown address 0x03e80000608a (pc 0x7f2944539f75 bp 0x7ffd536802d0 sp 0x7ffd536801b0 T0) ==24714==The signal is caused by a READ memory access. #0 0x7f2944539f75 in gsignal (/usr/lib/libpthread.so.0+0x13f75) #1 0x560329005c0a in faulthandler_raise_sigsegv Modules/faulthandler.c:1045 #2 0x5603290061b2 in faulthandler_sigsegv Modules/faulthandler.c:1061 #3 0x560329080ad3 in cfunction_call Objects/methodobject.c:548 #4 0x560328c6f791 in _PyObject_MakeTpCall Objects/call.c:191 #5 0x560328df9b7e in _PyObject_VectorcallTstate Include/cpython/abstract.h:116 #6 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #7 0x560328e010fd in call_function Python/ceval.c:5072 #8 0x560328e20897 in _PyEval_EvalFrameDefault Python/ceval.c:3487 #9 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #10 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #11 0x560328c6eff8 in _PyFunction_Vectorcall Objects/call.c:374 #12 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #13 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #14 0x560328e010fd in call_function Python/ceval.c:5072 #15 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #16 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #17 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #18 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #19 0x56032904ca31 in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #20 0x56032904ca31 in method_vectorcall Objects/classobject.c:61 #21 0x560328d4aeab in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #22 0x560328d4aeab in _PyObject_CallNoArg Include/cpython/abstract.h:172 #23 0x560328d4aeab in object___reduce_ex___impl Objects/typeobject.c:4772 #24 0x560328d4b276 in object___reduce_ex__ Objects/clinic/typeobject.c.h:178 #25 0x5603290817d0 in cfunction_vectorcall_O Objects/methodobject.c:512 #26 0x7f2940494ed1 in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #27 0x7f2940494ed1 in PyObject_CallOneArg Include/cpython/abstract.h:188 #28 0x7f2940494ed1 in _Pickle_FastCall /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Modules/_pickle.c:362 #29 0x7f29404b1183 in save /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Modules/_pickle.c:4435 #30 0x7f29404b318f in batch_dict_exact /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Modules/_pickle.c:3282 #31 0x7f29404b4850 in save_dict /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Modules/_pickle.c:3336 #32 0x7f29404b0bdc in save /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Modules/_pickle.c:4324 #33 0x7f29404af572 in save_reduce /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Modules/_pickle.c:4230 #34 0x7f29404b0ad4 in save /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Modules/_pickle.c:4472 #35 0x7f29404b1f56 in dump /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Modules/_pickle.c:4519 #36 0x7f29404b22e2 in _pickle_Pickler_dump /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Modules/_pickle.c:4590 #37 0x56032906331d in method_vectorcall_O Objects/descrobject.c:462 #38 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #39 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #40 0x560328e010fd in call_function Python/ceval.c:5072 #41 0x560328e20681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #42 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #43 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #44 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #45 0x56032904b39f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #46 0x56032904c8a2 in method_vectorcall Objects/classobject.c:53 #47 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #48 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #49 0x560328e010fd in call_function Python/ceval.c:5072 #50 0x560328e20897 in _PyEval_EvalFrameDefault Python/ceval.c:3487 #51 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #52 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #53 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #54 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #55 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #56 0x560328e010fd in call_function Python/ceval.c:5072 #57 0x560328e20681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #58 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #59 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #60 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #61 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #62 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #63 0x560328e010fd in call_function Python/ceval.c:5072 #64 0x560328e20e32 in _PyEval_EvalFrameDefault Python/ceval.c:3535 #65 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #66 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #67 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #68 0x560328c6e3f2 in PyVectorcall_Call Objects/call.c:231 #69 0x560328c6e8e3 in _PyObject_Call Objects/call.c:266 #70 0x560328c6ea07 in PyObject_Call Objects/call.c:293 #71 0x560328e01859 in do_call_core Python/ceval.c:5120 #72 0x560328e216dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #73 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #74 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #75 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #76 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #77 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #78 0x560328e010fd in call_function Python/ceval.c:5072 #79 0x560328e20681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #80 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #81 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #82 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #83 0x56032904b39f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #84 0x56032904c8a2 in method_vectorcall Objects/classobject.c:53 #85 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #86 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #87 0x560328e010fd in call_function Python/ceval.c:5072 #88 0x560328e20e32 in _PyEval_EvalFrameDefault Python/ceval.c:3535 #89 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #90 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #91 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #92 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #93 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #94 0x560328e010fd in call_function Python/ceval.c:5072 #95 0x560328e20681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #96 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #97 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #98 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #99 0x560328c702a5 in _PyObject_FastCallDictTstate Objects/call.c:118 #100 0x560328c70a83 in _PyObject_Call_Prepend Objects/call.c:489 #101 0x560328d3f96b in slot_tp_init Objects/typeobject.c:6943 #102 0x560328d366d3 in type_call Objects/typeobject.c:1026 #103 0x560328c6f791 in _PyObject_MakeTpCall Objects/call.c:191 #104 0x560328df9b7e in _PyObject_VectorcallTstate Include/cpython/abstract.h:116 #105 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #106 0x560328e010fd in call_function Python/ceval.c:5072 #107 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #108 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #109 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #110 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #111 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #112 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #113 0x560328e010fd in call_function Python/ceval.c:5072 #114 0x560328e20897 in _PyEval_EvalFrameDefault Python/ceval.c:3487 #115 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #116 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #117 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #118 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #119 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #120 0x560328e010fd in call_function Python/ceval.c:5072 #121 0x560328e20681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #122 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #123 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #124 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #125 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #126 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #127 0x560328e010fd in call_function Python/ceval.c:5072 #128 0x560328e20681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #129 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #130 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #131 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #132 0x56032904b39f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #133 0x56032904c798 in method_vectorcall Objects/classobject.c:83 #134 0x560328c6e3f2 in PyVectorcall_Call Objects/call.c:231 #135 0x560328c6e8e3 in _PyObject_Call Objects/call.c:266 #136 0x560328c6ea07 in PyObject_Call Objects/call.c:293 #137 0x560328e01859 in do_call_core Python/ceval.c:5120 #138 0x560328e216dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #139 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #140 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #141 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #142 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #143 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #144 0x560328e010fd in call_function Python/ceval.c:5072 #145 0x560328e20681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #146 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #147 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #148 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #149 0x56032904b39f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #150 0x56032904c8a2 in method_vectorcall Objects/classobject.c:53 #151 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #152 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #153 0x560328e010fd in call_function Python/ceval.c:5072 #154 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #155 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #156 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #157 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #158 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #159 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #160 0x560328e010fd in call_function Python/ceval.c:5072 #161 0x560328e20681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #162 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #163 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #164 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #165 0x56032904b39f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #166 0x56032904c798 in method_vectorcall Objects/classobject.c:83 #167 0x560328c6e3f2 in PyVectorcall_Call Objects/call.c:231 #168 0x560328c6e8e3 in _PyObject_Call Objects/call.c:266 #169 0x560328c6ea07 in PyObject_Call Objects/call.c:293 #170 0x560328e01859 in do_call_core Python/ceval.c:5120 #171 0x560328e216dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #172 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #173 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #174 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #175 0x560328c702a5 in _PyObject_FastCallDictTstate Objects/call.c:118 #176 0x560328c70a83 in _PyObject_Call_Prepend Objects/call.c:489 #177 0x560328d3fd98 in slot_tp_call Objects/typeobject.c:6703 #178 0x560328c6f791 in _PyObject_MakeTpCall Objects/call.c:191 #179 0x560328df9b7e in _PyObject_VectorcallTstate Include/cpython/abstract.h:116 #180 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #181 0x560328e010fd in call_function Python/ceval.c:5072 #182 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #183 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #184 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #185 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #186 0x56032904b39f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #187 0x56032904c798 in method_vectorcall Objects/classobject.c:83 #188 0x560328c6e3f2 in PyVectorcall_Call Objects/call.c:231 #189 0x560328c6e8e3 in _PyObject_Call Objects/call.c:266 #190 0x560328c6ea07 in PyObject_Call Objects/call.c:293 #191 0x560328e01859 in do_call_core Python/ceval.c:5120 #192 0x560328e216dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #193 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #194 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #195 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #196 0x560328c702a5 in _PyObject_FastCallDictTstate Objects/call.c:118 #197 0x560328c70a83 in _PyObject_Call_Prepend Objects/call.c:489 #198 0x560328d3fd98 in slot_tp_call Objects/typeobject.c:6703 #199 0x560328c6f791 in _PyObject_MakeTpCall Objects/call.c:191 #200 0x560328df9b7e in _PyObject_VectorcallTstate Include/cpython/abstract.h:116 #201 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #202 0x560328e010fd in call_function Python/ceval.c:5072 #203 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #204 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #205 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #206 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #207 0x56032904b39f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #208 0x56032904c798 in method_vectorcall Objects/classobject.c:83 #209 0x560328c6e3f2 in PyVectorcall_Call Objects/call.c:231 #210 0x560328c6e8e3 in _PyObject_Call Objects/call.c:266 #211 0x560328c6ea07 in PyObject_Call Objects/call.c:293 #212 0x560328e01859 in do_call_core Python/ceval.c:5120 #213 0x560328e216dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #214 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #215 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #216 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #217 0x560328c702a5 in _PyObject_FastCallDictTstate Objects/call.c:118 #218 0x560328c70a83 in _PyObject_Call_Prepend Objects/call.c:489 #219 0x560328d3fd98 in slot_tp_call Objects/typeobject.c:6703 #220 0x560328c6f791 in _PyObject_MakeTpCall Objects/call.c:191 #221 0x560328df9b7e in _PyObject_VectorcallTstate Include/cpython/abstract.h:116 #222 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #223 0x560328e010fd in call_function Python/ceval.c:5072 #224 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #225 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #226 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #227 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #228 0x56032904b39f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #229 0x56032904c798 in method_vectorcall Objects/classobject.c:83 #230 0x560328c6e3f2 in PyVectorcall_Call Objects/call.c:231 #231 0x560328c6e8e3 in _PyObject_Call Objects/call.c:266 #232 0x560328c6ea07 in PyObject_Call Objects/call.c:293 #233 0x560328e01859 in do_call_core Python/ceval.c:5120 #234 0x560328e216dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #235 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #236 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #237 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #238 0x560328c702a5 in _PyObject_FastCallDictTstate Objects/call.c:118 #239 0x560328c70a83 in _PyObject_Call_Prepend Objects/call.c:489 #240 0x560328d3fd98 in slot_tp_call Objects/typeobject.c:6703 #241 0x560328c6f791 in _PyObject_MakeTpCall Objects/call.c:191 #242 0x560328df9b7e in _PyObject_VectorcallTstate Include/cpython/abstract.h:116 #243 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #244 0x560328e010fd in call_function Python/ceval.c:5072 #245 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #246 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #247 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #248 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #249 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #250 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #251 0x560328e010fd in call_function Python/ceval.c:5072 #252 0x560328e20681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #253 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #254 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #255 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #256 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #257 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #258 0x560328e010fd in call_function Python/ceval.c:5072 #259 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #260 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #261 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #262 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #263 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #264 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #265 0x560328e010fd in call_function Python/ceval.c:5072 #266 0x560328e20897 in _PyEval_EvalFrameDefault Python/ceval.c:3487 #267 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #268 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #269 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #270 0x560328f7d6c8 in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #271 0x560328f7d6c8 in partial_vectorcall Modules/_functoolsmodule.c:167 #272 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #273 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #274 0x560328e010fd in call_function Python/ceval.c:5072 #275 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #276 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #277 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #278 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #279 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #280 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #281 0x560328e010fd in call_function Python/ceval.c:5072 #282 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #283 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #284 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #285 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #286 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #287 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #288 0x560328e010fd in call_function Python/ceval.c:5072 #289 0x560328e20e32 in _PyEval_EvalFrameDefault Python/ceval.c:3535 #290 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #291 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #292 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #293 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #294 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #295 0x560328e010fd in call_function Python/ceval.c:5072 #296 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #297 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #298 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #299 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #300 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #301 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #302 0x560328e010fd in call_function Python/ceval.c:5072 #303 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #304 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #305 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #306 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #307 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #308 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #309 0x560328e010fd in call_function Python/ceval.c:5072 #310 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #311 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #312 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #313 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #314 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #315 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #316 0x560328e010fd in call_function Python/ceval.c:5072 #317 0x560328e20681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #318 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #319 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #320 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396
AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV (/usr/lib/libpthread.so.0+0x13f75) in gsignal ==24714==ABORTING AddressSanitizer:DEADLYSIGNAL
==24814==ERROR: AddressSanitizer: SEGV on unknown address 0x03e8000060ee (pc 0x7f2944539f75 bp 0x7ffd53682640 sp 0x7ffd53682520 T0) ==24814==The signal is caused by a READ memory access. #0 0x7f2944539f75 in gsignal (/usr/lib/libpthread.so.0+0x13f75) #1 0x560329005c0a in faulthandler_raise_sigsegv Modules/faulthandler.c:1045 #2 0x5603290061b2 in faulthandler_sigsegv Modules/faulthandler.c:1061 #3 0x560329080ad3 in cfunction_call Objects/methodobject.c:548 #4 0x560328c6f791 in _PyObject_MakeTpCall Objects/call.c:191 #5 0x560328df9b7e in _PyObject_VectorcallTstate Include/cpython/abstract.h:116 #6 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #7 0x560328e010fd in call_function Python/ceval.c:5072 #8 0x560328e20897 in _PyEval_EvalFrameDefault Python/ceval.c:3487 #9 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #10 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #11 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #12 0x560328c6e1e3 in PyVectorcall_Call Objects/call.c:243 #13 0x560328c6e8e3 in _PyObject_Call Objects/call.c:266 #14 0x560328c6ea07 in PyObject_Call Objects/call.c:293 #15 0x560328e01859 in do_call_core Python/ceval.c:5120 #16 0x560328e216dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #17 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #18 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #19 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #20 0x560328c6e3f2 in PyVectorcall_Call Objects/call.c:231 #21 0x560328c6e8e3 in _PyObject_Call Objects/call.c:266 #22 0x560328c6ea07 in PyObject_Call Objects/call.c:293 #23 0x560328e01859 in do_call_core Python/ceval.c:5120 #24 0x560328e216dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #25 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #26 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #27 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #28 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #29 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #30 0x560328e010fd in call_function Python/ceval.c:5072 #31 0x560328e20681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #32 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #33 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #34 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #35 0x56032904b39f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #36 0x56032904c8a2 in method_vectorcall Objects/classobject.c:53 #37 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #38 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #39 0x560328e010fd in call_function Python/ceval.c:5072 #40 0x560328e20e32 in _PyEval_EvalFrameDefault Python/ceval.c:3535 #41 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #42 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #43 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #44 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #45 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #46 0x560328e010fd in call_function Python/ceval.c:5072 #47 0x560328e20681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #48 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #49 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #50 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #51 0x560328c702a5 in _PyObject_FastCallDictTstate Objects/call.c:118 #52 0x560328c70a83 in _PyObject_Call_Prepend Objects/call.c:489 #53 0x560328d3f96b in slot_tp_init Objects/typeobject.c:6943 #54 0x560328d366d3 in type_call Objects/typeobject.c:1026 #55 0x560328c6f791 in _PyObject_MakeTpCall Objects/call.c:191 #56 0x560328df9b7e in _PyObject_VectorcallTstate Include/cpython/abstract.h:116 #57 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #58 0x560328e010fd in call_function Python/ceval.c:5072 #59 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #60 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #61 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #62 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #63 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #64 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #65 0x560328e010fd in call_function Python/ceval.c:5072 #66 0x560328e20897 in _PyEval_EvalFrameDefault Python/ceval.c:3487 #67 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #68 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #69 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #70 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #71 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #72 0x560328e010fd in call_function Python/ceval.c:5072 #73 0x560328e20681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #74 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #75 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #76 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #77 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #78 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #79 0x560328e010fd in call_function Python/ceval.c:5072 #80 0x560328e20681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #81 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #82 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #83 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #84 0x56032904b39f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #85 0x56032904c8a2 in method_vectorcall Objects/classobject.c:53 #86 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #87 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #88 0x560328e010fd in call_function Python/ceval.c:5072 #89 0x560328e20e32 in _PyEval_EvalFrameDefault Python/ceval.c:3535 #90 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #91 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #92 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #93 0x56032904b39f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #94 0x56032904c8a2 in method_vectorcall Objects/classobject.c:53 #95 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #96 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #97 0x560328e010fd in call_function Python/ceval.c:5072 #98 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #99 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #100 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #101 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #102 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #103 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #104 0x560328e010fd in call_function Python/ceval.c:5072 #105 0x560328e20681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #106 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #107 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #108 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #109 0x56032904b39f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #110 0x56032904c798 in method_vectorcall Objects/classobject.c:83 #111 0x560328c6e3f2 in PyVectorcall_Call Objects/call.c:231 #112 0x560328c6e8e3 in _PyObject_Call Objects/call.c:266 #113 0x560328c6ea07 in PyObject_Call Objects/call.c:293 #114 0x560328e01859 in do_call_core Python/ceval.c:5120 #115 0x560328e216dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #116 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #117 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #118 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #119 0x560328c702a5 in _PyObject_FastCallDictTstate Objects/call.c:118 #120 0x560328c70a83 in _PyObject_Call_Prepend Objects/call.c:489 #121 0x560328d3fd98 in slot_tp_call Objects/typeobject.c:6703 #122 0x560328c6f791 in _PyObject_MakeTpCall Objects/call.c:191 #123 0x560328df9b7e in _PyObject_VectorcallTstate Include/cpython/abstract.h:116 #124 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #125 0x560328e010fd in call_function Python/ceval.c:5072 #126 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #127 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #128 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #129 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #130 0x56032904b39f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #131 0x56032904c798 in method_vectorcall Objects/classobject.c:83 #132 0x560328c6e3f2 in PyVectorcall_Call Objects/call.c:231 #133 0x560328c6e8e3 in _PyObject_Call Objects/call.c:266 #134 0x560328c6ea07 in PyObject_Call Objects/call.c:293 #135 0x560328e01859 in do_call_core Python/ceval.c:5120 #136 0x560328e216dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #137 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #138 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #139 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #140 0x560328c702a5 in _PyObject_FastCallDictTstate Objects/call.c:118 #141 0x560328c70a83 in _PyObject_Call_Prepend Objects/call.c:489 #142 0x560328d3fd98 in slot_tp_call Objects/typeobject.c:6703 #143 0x560328c6f791 in _PyObject_MakeTpCall Objects/call.c:191 #144 0x560328df9b7e in _PyObject_VectorcallTstate Include/cpython/abstract.h:116 #145 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #146 0x560328e010fd in call_function Python/ceval.c:5072 #147 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #148 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #149 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #150 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #151 0x56032904b39f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #152 0x56032904c798 in method_vectorcall Objects/classobject.c:83 #153 0x560328c6e3f2 in PyVectorcall_Call Objects/call.c:231 #154 0x560328c6e8e3 in _PyObject_Call Objects/call.c:266 #155 0x560328c6ea07 in PyObject_Call Objects/call.c:293 #156 0x560328e01859 in do_call_core Python/ceval.c:5120 #157 0x560328e216dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #158 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #159 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #160 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #161 0x560328c702a5 in _PyObject_FastCallDictTstate Objects/call.c:118 #162 0x560328c70a83 in _PyObject_Call_Prepend Objects/call.c:489 #163 0x560328d3fd98 in slot_tp_call Objects/typeobject.c:6703 #164 0x560328c6f791 in _PyObject_MakeTpCall Objects/call.c:191 #165 0x560328df9b7e in _PyObject_VectorcallTstate Include/cpython/abstract.h:116 #166 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #167 0x560328e010fd in call_function Python/ceval.c:5072 #168 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #169 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #170 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #171 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #172 0x56032904b39f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #173 0x56032904c798 in method_vectorcall Objects/classobject.c:83 #174 0x560328c6e3f2 in PyVectorcall_Call Objects/call.c:231 #175 0x560328c6e8e3 in _PyObject_Call Objects/call.c:266 #176 0x560328c6ea07 in PyObject_Call Objects/call.c:293 #177 0x560328e01859 in do_call_core Python/ceval.c:5120 #178 0x560328e216dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #179 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #180 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #181 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #182 0x560328c702a5 in _PyObject_FastCallDictTstate Objects/call.c:118 #183 0x560328c70a83 in _PyObject_Call_Prepend Objects/call.c:489 #184 0x560328d3fd98 in slot_tp_call Objects/typeobject.c:6703 #185 0x560328c6f791 in _PyObject_MakeTpCall Objects/call.c:191 #186 0x560328df9b7e in _PyObject_VectorcallTstate Include/cpython/abstract.h:116 #187 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #188 0x560328e010fd in call_function Python/ceval.c:5072 #189 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #190 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #191 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #192 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #193 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #194 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #195 0x560328e010fd in call_function Python/ceval.c:5072 #196 0x560328e20681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #197 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #198 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #199 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #200 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #201 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #202 0x560328e010fd in call_function Python/ceval.c:5072 #203 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #204 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #205 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #206 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #207 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #208 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #209 0x560328e010fd in call_function Python/ceval.c:5072 #210 0x560328e20897 in _PyEval_EvalFrameDefault Python/ceval.c:3487 #211 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #212 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #213 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #214 0x560328f7d6c8 in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #215 0x560328f7d6c8 in partial_vectorcall Modules/_functoolsmodule.c:167 #216 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #217 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #218 0x560328e010fd in call_function Python/ceval.c:5072 #219 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #220 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #221 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #222 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #223 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #224 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #225 0x560328e010fd in call_function Python/ceval.c:5072 #226 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #227 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #228 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #229 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #230 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #231 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #232 0x560328e010fd in call_function Python/ceval.c:5072 #233 0x560328e20e32 in _PyEval_EvalFrameDefault Python/ceval.c:3535 #234 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #235 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #236 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #237 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #238 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #239 0x560328e010fd in call_function Python/ceval.c:5072 #240 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #241 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #242 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #243 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #244 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #245 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #246 0x560328e010fd in call_function Python/ceval.c:5072 #247 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #248 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #249 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #250 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #251 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #252 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #253 0x560328e010fd in call_function Python/ceval.c:5072 #254 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #255 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #256 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #257 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #258 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #259 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #260 0x560328e010fd in call_function Python/ceval.c:5072 #261 0x560328e20681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #262 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #263 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #264 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #265 0x56032904b39f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #266 0x56032904c8a2 in method_vectorcall Objects/classobject.c:53 #267 0x560328c6e1e3 in PyVectorcall_Call Objects/call.c:243 #268 0x560328c6e8e3 in _PyObject_Call Objects/call.c:266 #269 0x560328c6ea07 in PyObject_Call Objects/call.c:293 #270 0x560328e01859 in do_call_core Python/ceval.c:5120 #271 0x560328e216dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #272 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #273 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #274 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #275 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #276 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #277 0x560328e010fd in call_function Python/ceval.c:5072 #278 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #279 0x560328c6d94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #280 0x560328c6d94b in function_code_fastcall Objects/call.c:330 #281 0x560328c6f03a in _PyFunction_Vectorcall Objects/call.c:367 #282 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #283 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #284 0x560328e010fd in call_function Python/ceval.c:5072 #285 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #286 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #287 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #288 0x560328e26630 in _PyEval_EvalCodeWithName Python/ceval.c:4359 #289 0x560328e2667b in PyEval_EvalCodeEx Python/ceval.c:4375 #290 0x560328e266aa in PyEval_EvalCode Python/ceval.c:826 #291 0x5603290fe259 in builtin_exec_impl Python/bltinmodule.c:1035 #292 0x5603290fe433 in builtin_exec Python/clinic/bltinmodule.c.h:396 #293 0x5603290820e1 in cfunction_vectorcall_FASTCALL Objects/methodobject.c:426 #294 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #295 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #296 0x560328e010fd in call_function Python/ceval.c:5072 #297 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #298 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #299 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #300 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #301 0x560328df9a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #302 0x560328e010fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #303 0x560328e010fd in call_function Python/ceval.c:5072 #304 0x560328e20a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #305 0x560328e261e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #306 0x560328e261e3 in _PyEval_EvalCode Python/ceval.c:4327 #307 0x560328c6ee24 in _PyFunction_Vectorcall Objects/call.c:396 #308 0x560328c6e3f2 in PyVectorcall_Call Objects/call.c:231 #309 0x560328c6e8e3 in _PyObject_Call Objects/call.c:266 #310 0x560328c6ea07 in PyObject_Call Objects/call.c:293 #311 0x560328c4b9f9 in pymain_run_module Modules/main.c:291 #312 0x560328c4c716 in pymain_run_python Modules/main.c:592 #313 0x560328c4c957 in Py_RunMain Modules/main.c:677 #314 0x560328c4cb47 in pymain_main Modules/main.c:707
AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV (/usr/lib/libpthread.so.0+0x13f75) in gsignal ==24814==ABORTING AddressSanitizer:DEADLYSIGNAL
==25111==ERROR: AddressSanitizer: SEGV on unknown address 0x03e800006217 (pc 0x7f0ad15b4f75 bp 0x7ffd0733b420 sp 0x7ffd0733b300 T0) ==25111==The signal is caused by a READ memory access. #0 0x7f0ad15b4f75 in gsignal (/usr/lib/libpthread.so.0+0x13f75) #1 0x5569e71dbc0a in faulthandler_raise_sigsegv Modules/faulthandler.c:1045 #2 0x5569e71dc1b2 in faulthandler_sigsegv Modules/faulthandler.c:1061 #3 0x5569e7256ad3 in cfunction_call Objects/methodobject.c:548 #4 0x5569e6e45791 in _PyObject_MakeTpCall Objects/call.c:191 #5 0x5569e6fcfb7e in _PyObject_VectorcallTstate Include/cpython/abstract.h:116 #6 0x5569e6fd70fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #7 0x5569e6fd70fd in call_function Python/ceval.c:5072 #8 0x5569e6ff6897 in _PyEval_EvalFrameDefault Python/ceval.c:3487 #9 0x5569e6e4394b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #10 0x5569e6e4394b in function_code_fastcall Objects/call.c:330 #11 0x5569e6e44ff8 in _PyFunction_Vectorcall Objects/call.c:374 #12 0x5569e6e443f2 in PyVectorcall_Call Objects/call.c:231 #13 0x5569e6e448e3 in _PyObject_Call Objects/call.c:266 #14 0x5569e6e47cec in PyObject_CallObject Objects/call.c:457 #15 0x7f0acdf3409c in load_reduce /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Modules/_pickle.c:6833 #16 0x7f0acdf4a346 in load /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Modules/_pickle.c:6981 #17 0x7f0acdf4a5df in _pickle_loads_impl /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Modules/_pickle.c:7935 #18 0x7f0acdf4ad3c in _pickle_loads /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Modules/clinic/_pickle.c.h:834 #19 0x5569e7256df3 in cfunction_vectorcall_FASTCALL_KEYWORDS Objects/methodobject.c:442 #20 0x5569e6fcfa4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #21 0x5569e6fd70fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #22 0x5569e6fd70fd in call_function Python/ceval.c:5072 #23 0x5569e6ff6897 in _PyEval_EvalFrameDefault Python/ceval.c:3487 #24 0x5569e6ffc1e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #25 0x5569e6ffc1e3 in _PyEval_EvalCode Python/ceval.c:4327 #26 0x5569e6e44e24 in _PyFunction_Vectorcall Objects/call.c:396 #27 0x5569e722139f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #28 0x5569e72228a2 in method_vectorcall Objects/classobject.c:53 #29 0x5569e6fcfa4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #30 0x5569e6fd70fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #31 0x5569e6fd70fd in call_function Python/ceval.c:5072 #32 0x5569e6ff6e32 in _PyEval_EvalFrameDefault Python/ceval.c:3535 #33 0x5569e6e4394b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #34 0x5569e6e4394b in function_code_fastcall Objects/call.c:330 #35 0x5569e6e4503a in _PyFunction_Vectorcall Objects/call.c:367 #36 0x5569e6e443f2 in PyVectorcall_Call Objects/call.c:231 #37 0x5569e6e448e3 in _PyObject_Call Objects/call.c:266 #38 0x5569e6e44a07 in PyObject_Call Objects/call.c:293 #39 0x5569e6fd7859 in do_call_core Python/ceval.c:5120 #40 0x5569e6ff76dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #41 0x5569e6e4394b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #42 0x5569e6e4394b in function_code_fastcall Objects/call.c:330 #43 0x5569e6e4503a in _PyFunction_Vectorcall Objects/call.c:367 #44 0x5569e6fcfa4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #45 0x5569e6fd70fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #46 0x5569e6fd70fd in call_function Python/ceval.c:5072 #47 0x5569e6ff6681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #48 0x5569e6ffc1e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #49 0x5569e6ffc1e3 in _PyEval_EvalCode Python/ceval.c:4327 #50 0x5569e6e44e24 in _PyFunction_Vectorcall Objects/call.c:396 #51 0x5569e6fcfa4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #52 0x5569e6fd70fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #53 0x5569e6fd70fd in call_function Python/ceval.c:5072 #54 0x5569e6ff6681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #55 0x5569e6e4394b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #56 0x5569e6e4394b in function_code_fastcall Objects/call.c:330 #57 0x5569e6e4503a in _PyFunction_Vectorcall Objects/call.c:367 #58 0x5569e6fcfa4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #59 0x5569e6fd70fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #60 0x5569e6fd70fd in call_function Python/ceval.c:5072 #61 0x5569e6ff6897 in _PyEval_EvalFrameDefault Python/ceval.c:3487 #62 0x5569e6e4394b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #63 0x5569e6e4394b in function_code_fastcall Objects/call.c:330 #64 0x5569e6e4503a in _PyFunction_Vectorcall Objects/call.c:367 #65 0x5569e6fcfa4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #66 0x5569e6fd70fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #67 0x5569e6fd70fd in call_function Python/ceval.c:5072 #68 0x5569e6ff6a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #69 0x5569e6ffc1e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #70 0x5569e6ffc1e3 in _PyEval_EvalCode Python/ceval.c:4327 #71 0x5569e6e44e24 in _PyFunction_Vectorcall Objects/call.c:396 #72 0x5569e6e441e3 in PyVectorcall_Call Objects/call.c:243 #73 0x5569e6e448e3 in _PyObject_Call Objects/call.c:266 #74 0x5569e6e44a07 in PyObject_Call Objects/call.c:293 #75 0x5569e6fd7859 in do_call_core Python/ceval.c:5120 #76 0x5569e6ff76dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #77 0x5569e6ffc1e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #78 0x5569e6ffc1e3 in _PyEval_EvalCode Python/ceval.c:4327 #79 0x5569e6ffc630 in _PyEval_EvalCodeWithName Python/ceval.c:4359 #80 0x5569e6ffc67b in PyEval_EvalCodeEx Python/ceval.c:4375 #81 0x5569e6ffc6aa in PyEval_EvalCode Python/ceval.c:826 #82 0x5569e708190d in run_eval_code_obj Python/pythonrun.c:1218 #83 0x5569e7082375 in run_mod Python/pythonrun.c:1239 #84 0x5569e70877ea in PyRun_StringFlags Python/pythonrun.c:1105 #85 0x5569e7087890 in PyRun_SimpleStringFlags Python/pythonrun.c:496 #86 0x5569e6e203e2 in pymain_run_command Modules/main.c:246 #87 0x5569e6e2233b in pymain_run_python Modules/main.c:589 #88 0x5569e6e22957 in Py_RunMain Modules/main.c:677 #89 0x5569e6e22b47 in pymain_main Modules/main.c:707 #90 0x5569e6e22ea6 in Py_BytesMain Modules/main.c:731 #91 0x5569e6e1f8c1 in main Programs/python.c:15 #92 0x7f0ad12af151 in __libc_start_main (/usr/lib/libc.so.6+0x28151) #93 0x5569e6e1f7ed in _start (/buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/python+0x1f17ed)
AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV (/usr/lib/libpthread.so.0+0x13f75) in gsignal ==25111==ABORTING AddressSanitizer:DEADLYSIGNAL
==25121==ERROR: AddressSanitizer: SEGV on unknown address 0x03e800006221 (pc 0x7f0ad15b4f75 bp 0x7ffd0733bda0 sp 0x7ffd0733bc80 T0) ==25121==The signal is caused by a READ memory access. #0 0x7f0ad15b4f75 in gsignal (/usr/lib/libpthread.so.0+0x13f75) #1 0x5569e71dbc0a in faulthandler_raise_sigsegv Modules/faulthandler.c:1045 #2 0x5569e71dc1b2 in faulthandler_sigsegv Modules/faulthandler.c:1061 #3 0x5569e7256ad3 in cfunction_call Objects/methodobject.c:548 #4 0x5569e6e45791 in _PyObject_MakeTpCall Objects/call.c:191 #5 0x5569e6fcfb7e in _PyObject_VectorcallTstate Include/cpython/abstract.h:116 #6 0x5569e6fd70fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #7 0x5569e6fd70fd in call_function Python/ceval.c:5072 #8 0x5569e6ff6897 in _PyEval_EvalFrameDefault Python/ceval.c:3487 #9 0x5569e6e4394b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #10 0x5569e6e4394b in function_code_fastcall Objects/call.c:330 #11 0x5569e6e44ff8 in _PyFunction_Vectorcall Objects/call.c:374 #12 0x5569e6e443f2 in PyVectorcall_Call Objects/call.c:231 #13 0x5569e6e448e3 in _PyObject_Call Objects/call.c:266 #14 0x5569e6e44a07 in PyObject_Call Objects/call.c:293 #15 0x5569e6fd7859 in do_call_core Python/ceval.c:5120 #16 0x5569e6ff76dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #17 0x5569e6e4394b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #18 0x5569e6e4394b in function_code_fastcall Objects/call.c:330 #19 0x5569e6e4503a in _PyFunction_Vectorcall Objects/call.c:367 #20 0x5569e6e443f2 in PyVectorcall_Call Objects/call.c:231 #21 0x5569e6e448e3 in _PyObject_Call Objects/call.c:266 #22 0x5569e6e44a07 in PyObject_Call Objects/call.c:293 #23 0x5569e6fd7859 in do_call_core Python/ceval.c:5120 #24 0x5569e6ff76dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #25 0x5569e6e4394b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #26 0x5569e6e4394b in function_code_fastcall Objects/call.c:330 #27 0x5569e6e4503a in _PyFunction_Vectorcall Objects/call.c:367 #28 0x5569e6fcfa4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #29 0x5569e6fd70fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #30 0x5569e6fd70fd in call_function Python/ceval.c:5072 #31 0x5569e6ff6681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #32 0x5569e6ffc1e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #33 0x5569e6ffc1e3 in _PyEval_EvalCode Python/ceval.c:4327 #34 0x5569e6e44e24 in _PyFunction_Vectorcall Objects/call.c:396 #35 0x5569e6fcfa4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #36 0x5569e6fd70fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #37 0x5569e6fd70fd in call_function Python/ceval.c:5072 #38 0x5569e6ff6681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #39 0x5569e6e4394b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #40 0x5569e6e4394b in function_code_fastcall Objects/call.c:330 #41 0x5569e6e4503a in _PyFunction_Vectorcall Objects/call.c:367 #42 0x5569e6fcfa4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #43 0x5569e6fd70fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #44 0x5569e6fd70fd in call_function Python/ceval.c:5072 #45 0x5569e6ff6897 in _PyEval_EvalFrameDefault Python/ceval.c:3487 #46 0x5569e6e4394b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #47 0x5569e6e4394b in function_code_fastcall Objects/call.c:330 #48 0x5569e6e4503a in _PyFunction_Vectorcall Objects/call.c:367 #49 0x5569e6fcfa4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #50 0x5569e6fd70fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #51 0x5569e6fd70fd in call_function Python/ceval.c:5072 #52 0x5569e6ff6a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #53 0x5569e6ffc1e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #54 0x5569e6ffc1e3 in _PyEval_EvalCode Python/ceval.c:4327 #55 0x5569e6e44e24 in _PyFunction_Vectorcall Objects/call.c:396 #56 0x5569e6e441e3 in PyVectorcall_Call Objects/call.c:243 #57 0x5569e6e448e3 in _PyObject_Call Objects/call.c:266 #58 0x5569e6e44a07 in PyObject_Call Objects/call.c:293 #59 0x5569e6fd7859 in do_call_core Python/ceval.c:5120 #60 0x5569e6ff76dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #61 0x5569e6ffc1e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #62 0x5569e6ffc1e3 in _PyEval_EvalCode Python/ceval.c:4327 #63 0x5569e6ffc630 in _PyEval_EvalCodeWithName Python/ceval.c:4359 #64 0x5569e6ffc67b in PyEval_EvalCodeEx Python/ceval.c:4375 #65 0x5569e6ffc6aa in PyEval_EvalCode Python/ceval.c:826 #66 0x5569e708190d in run_eval_code_obj Python/pythonrun.c:1218 #67 0x5569e7082375 in run_mod Python/pythonrun.c:1239 #68 0x5569e70877ea in PyRun_StringFlags Python/pythonrun.c:1105 #69 0x5569e7087890 in PyRun_SimpleStringFlags Python/pythonrun.c:496 #70 0x5569e6e203e2 in pymain_run_command Modules/main.c:246 #71 0x5569e6e2233b in pymain_run_python Modules/main.c:589 #72 0x5569e6e22957 in Py_RunMain Modules/main.c:677 #73 0x5569e6e22b47 in pymain_main Modules/main.c:707 #74 0x5569e6e22ea6 in Py_BytesMain Modules/main.c:731 #75 0x5569e6e1f8c1 in main Programs/python.c:15 #76 0x7f0ad12af151 in __libc_start_main (/usr/lib/libc.so.6+0x28151) #77 0x5569e6e1f7ed in _start (/buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/python+0x1f17ed)
AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV (/usr/lib/libpthread.so.0+0x13f75) in gsignal ==25121==ABORTING AddressSanitizer:DEADLYSIGNAL
==25131==ERROR: AddressSanitizer: SEGV on unknown address 0x03e80000622b (pc 0x7f0ad15b4f75 bp 0x7ffd07339f10 sp 0x7ffd07339df0 T0) ==25131==The signal is caused by a READ memory access. #0 0x7f0ad15b4f75 in gsignal (/usr/lib/libpthread.so.0+0x13f75) #1 0x5569e71dbc0a in faulthandler_raise_sigsegv Modules/faulthandler.c:1045 #2 0x5569e71dc1b2 in faulthandler_sigsegv Modules/faulthandler.c:1061 #3 0x5569e7256ad3 in cfunction_call Objects/methodobject.c:548 #4 0x5569e6e45791 in _PyObject_MakeTpCall Objects/call.c:191 #5 0x5569e6fcfb7e in _PyObject_VectorcallTstate Include/cpython/abstract.h:116 #6 0x5569e6fd70fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #7 0x5569e6fd70fd in call_function Python/ceval.c:5072 #8 0x5569e6ff6897 in _PyEval_EvalFrameDefault Python/ceval.c:3487 #9 0x5569e6e4394b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #10 0x5569e6e4394b in function_code_fastcall Objects/call.c:330 #11 0x5569e6e44ff8 in _PyFunction_Vectorcall Objects/call.c:374 #12 0x5569e6fcfa4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #13 0x5569e6fd70fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #14 0x5569e6fd70fd in call_function Python/ceval.c:5072 #15 0x5569e6ff6a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #16 0x5569e6e4394b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #17 0x5569e6e4394b in function_code_fastcall Objects/call.c:330 #18 0x5569e6e4503a in _PyFunction_Vectorcall Objects/call.c:367 #19 0x5569e7222a31 in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #20 0x5569e7222a31 in method_vectorcall Objects/classobject.c:61 #21 0x5569e6f20eab in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #22 0x5569e6f20eab in _PyObject_CallNoArg Include/cpython/abstract.h:172 #23 0x5569e6f20eab in object___reduce_ex___impl Objects/typeobject.c:4772 #24 0x5569e6f21276 in object___reduce_ex__ Objects/clinic/typeobject.c.h:178 #25 0x5569e72577d0 in cfunction_vectorcall_O Objects/methodobject.c:512 #26 0x7f0acdf32ed1 in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #27 0x7f0acdf32ed1 in PyObject_CallOneArg Include/cpython/abstract.h:188 #28 0x7f0acdf32ed1 in _Pickle_FastCall /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Modules/_pickle.c:362 #29 0x7f0acdf4f183 in save /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Modules/_pickle.c:4435 #30 0x7f0acdf5118f in batch_dict_exact /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Modules/_pickle.c:3282 #31 0x7f0acdf52850 in save_dict /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Modules/_pickle.c:3336 #32 0x7f0acdf4ebdc in save /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Modules/_pickle.c:4324 #33 0x7f0acdf4d572 in save_reduce /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Modules/_pickle.c:4230 #34 0x7f0acdf4ead4 in save /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Modules/_pickle.c:4472 #35 0x7f0acdf4ff56 in dump /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Modules/_pickle.c:4519 #36 0x7f0acdf502e2 in _pickle_Pickler_dump /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Modules/_pickle.c:4590 #37 0x5569e723931d in method_vectorcall_O Objects/descrobject.c:462 #38 0x5569e6fcfa4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #39 0x5569e6fd70fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #40 0x5569e6fd70fd in call_function Python/ceval.c:5072 #41 0x5569e6ff6681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #42 0x5569e6ffc1e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #43 0x5569e6ffc1e3 in _PyEval_EvalCode Python/ceval.c:4327 #44 0x5569e6e44e24 in _PyFunction_Vectorcall Objects/call.c:396 #45 0x5569e722139f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #46 0x5569e72228a2 in method_vectorcall Objects/classobject.c:53 #47 0x5569e6fcfa4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #48 0x5569e6fd70fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #49 0x5569e6fd70fd in call_function Python/ceval.c:5072 #50 0x5569e6ff6897 in _PyEval_EvalFrameDefault Python/ceval.c:3487 #51 0x5569e6e4394b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #52 0x5569e6e4394b in function_code_fastcall Objects/call.c:330 #53 0x5569e6e4503a in _PyFunction_Vectorcall Objects/call.c:367 #54 0x5569e6fcfa4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #55 0x5569e6fd70fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #56 0x5569e6fd70fd in call_function Python/ceval.c:5072 #57 0x5569e6ff6681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #58 0x5569e6ffc1e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #59 0x5569e6ffc1e3 in _PyEval_EvalCode Python/ceval.c:4327 #60 0x5569e6e44e24 in _PyFunction_Vectorcall Objects/call.c:396 #61 0x5569e6fcfa4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #62 0x5569e6fd70fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #63 0x5569e6fd70fd in call_function Python/ceval.c:5072 #64 0x5569e6ff6e32 in _PyEval_EvalFrameDefault Python/ceval.c:3535 #65 0x5569e6e4394b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #66 0x5569e6e4394b in function_code_fastcall Objects/call.c:330 #67 0x5569e6e4503a in _PyFunction_Vectorcall Objects/call.c:367 #68 0x5569e6e443f2 in PyVectorcall_Call Objects/call.c:231 #69 0x5569e6e448e3 in _PyObject_Call Objects/call.c:266 #70 0x5569e6e44a07 in PyObject_Call Objects/call.c:293 #71 0x5569e6fd7859 in do_call_core Python/ceval.c:5120 #72 0x5569e6ff76dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #73 0x5569e6e4394b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #74 0x5569e6e4394b in function_code_fastcall Objects/call.c:330 #75 0x5569e6e4503a in _PyFunction_Vectorcall Objects/call.c:367 #76 0x5569e6fcfa4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #77 0x5569e6fd70fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #78 0x5569e6fd70fd in call_function Python/ceval.c:5072 #79 0x5569e6ff6681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #80 0x5569e6ffc1e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #81 0x5569e6ffc1e3 in _PyEval_EvalCode Python/ceval.c:4327 #82 0x5569e6e44e24 in _PyFunction_Vectorcall Objects/call.c:396 #83 0x5569e6fcfa4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #84 0x5569e6fd70fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #85 0x5569e6fd70fd in call_function Python/ceval.c:5072 #86 0x5569e6ff6681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #87 0x5569e6e4394b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #88 0x5569e6e4394b in function_code_fastcall Objects/call.c:330 #89 0x5569e6e4503a in _PyFunction_Vectorcall Objects/call.c:367 #90 0x5569e6fcfa4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #91 0x5569e6fd70fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #92 0x5569e6fd70fd in call_function Python/ceval.c:5072 #93 0x5569e6ff6897 in _PyEval_EvalFrameDefault Python/ceval.c:3487 #94 0x5569e6e4394b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #95 0x5569e6e4394b in function_code_fastcall Objects/call.c:330 #96 0x5569e6e4503a in _PyFunction_Vectorcall Objects/call.c:367 #97 0x5569e6fcfa4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #98 0x5569e6fd70fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #99 0x5569e6fd70fd in call_function Python/ceval.c:5072 #100 0x5569e6ff6a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #101 0x5569e6ffc1e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #102 0x5569e6ffc1e3 in _PyEval_EvalCode Python/ceval.c:4327 #103 0x5569e6e44e24 in _PyFunction_Vectorcall Objects/call.c:396 #104 0x5569e6e441e3 in PyVectorcall_Call Objects/call.c:243 #105 0x5569e6e448e3 in _PyObject_Call Objects/call.c:266 #106 0x5569e6e44a07 in PyObject_Call Objects/call.c:293 #107 0x5569e6fd7859 in do_call_core Python/ceval.c:5120 #108 0x5569e6ff76dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #109 0x5569e6ffc1e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #110 0x5569e6ffc1e3 in _PyEval_EvalCode Python/ceval.c:4327 #111 0x5569e6ffc630 in _PyEval_EvalCodeWithName Python/ceval.c:4359 #112 0x5569e6ffc67b in PyEval_EvalCodeEx Python/ceval.c:4375 #113 0x5569e6ffc6aa in PyEval_EvalCode Python/ceval.c:826 #114 0x5569e708190d in run_eval_code_obj Python/pythonrun.c:1218 #115 0x5569e7082375 in run_mod Python/pythonrun.c:1239 #116 0x5569e70877ea in PyRun_StringFlags Python/pythonrun.c:1105 #117 0x5569e7087890 in PyRun_SimpleStringFlags Python/pythonrun.c:496 #118 0x5569e6e203e2 in pymain_run_command Modules/main.c:246 #119 0x5569e6e2233b in pymain_run_python Modules/main.c:589 #120 0x5569e6e22957 in Py_RunMain Modules/main.c:677 #121 0x5569e6e22b47 in pymain_main Modules/main.c:707 #122 0x5569e6e22ea6 in Py_BytesMain Modules/main.c:731 #123 0x5569e6e1f8c1 in main Programs/python.c:15 #124 0x7f0ad12af151 in __libc_start_main (/usr/lib/libc.so.6+0x28151) #125 0x5569e6e1f7ed in _start (/buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/python+0x1f17ed)
AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV (/usr/lib/libpthread.so.0+0x13f75) in gsignal ==25131==ABORTING AddressSanitizer:DEADLYSIGNAL
==25231==ERROR: AddressSanitizer: SEGV on unknown address 0x03e80000628f (pc 0x7f0ad15b4f75 bp 0x7ffd0733bce0 sp 0x7ffd0733bbc0 T0) ==25231==The signal is caused by a READ memory access. #0 0x7f0ad15b4f75 in gsignal (/usr/lib/libpthread.so.0+0x13f75) #1 0x5569e71dbc0a in faulthandler_raise_sigsegv Modules/faulthandler.c:1045 #2 0x5569e71dc1b2 in faulthandler_sigsegv Modules/faulthandler.c:1061 #3 0x5569e7256ad3 in cfunction_call Objects/methodobject.c:548 #4 0x5569e6e45791 in _PyObject_MakeTpCall Objects/call.c:191 #5 0x5569e6fcfb7e in _PyObject_VectorcallTstate Include/cpython/abstract.h:116 #6 0x5569e6fd70fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #7 0x5569e6fd70fd in call_function Python/ceval.c:5072 #8 0x5569e6ff6897 in _PyEval_EvalFrameDefault Python/ceval.c:3487 #9 0x5569e6ffc1e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #10 0x5569e6ffc1e3 in _PyEval_EvalCode Python/ceval.c:4327 #11 0x5569e6e44e24 in _PyFunction_Vectorcall Objects/call.c:396 #12 0x5569e6e441e3 in PyVectorcall_Call Objects/call.c:243 #13 0x5569e6e448e3 in _PyObject_Call Objects/call.c:266 #14 0x5569e6e44a07 in PyObject_Call Objects/call.c:293 #15 0x5569e6fd7859 in do_call_core Python/ceval.c:5120 #16 0x5569e6ff76dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #17 0x5569e6e4394b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #18 0x5569e6e4394b in function_code_fastcall Objects/call.c:330 #19 0x5569e6e4503a in _PyFunction_Vectorcall Objects/call.c:367 #20 0x5569e6e443f2 in PyVectorcall_Call Objects/call.c:231 #21 0x5569e6e448e3 in _PyObject_Call Objects/call.c:266 #22 0x5569e6e44a07 in PyObject_Call Objects/call.c:293 #23 0x5569e6fd7859 in do_call_core Python/ceval.c:5120 #24 0x5569e6ff76dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #25 0x5569e6e4394b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #26 0x5569e6e4394b in function_code_fastcall Objects/call.c:330 #27 0x5569e6e4503a in _PyFunction_Vectorcall Objects/call.c:367 #28 0x5569e6fcfa4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #29 0x5569e6fd70fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #30 0x5569e6fd70fd in call_function Python/ceval.c:5072 #31 0x5569e6ff6681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #32 0x5569e6ffc1e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #33 0x5569e6ffc1e3 in _PyEval_EvalCode Python/ceval.c:4327 #34 0x5569e6e44e24 in _PyFunction_Vectorcall Objects/call.c:396 #35 0x5569e6fcfa4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #36 0x5569e6fd70fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #37 0x5569e6fd70fd in call_function Python/ceval.c:5072 #38 0x5569e6ff6681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #39 0x5569e6e4394b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #40 0x5569e6e4394b in function_code_fastcall Objects/call.c:330 #41 0x5569e6e4503a in _PyFunction_Vectorcall Objects/call.c:367 #42 0x5569e6fcfa4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #43 0x5569e6fd70fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #44 0x5569e6fd70fd in call_function Python/ceval.c:5072 #45 0x5569e6ff6897 in _PyEval_EvalFrameDefault Python/ceval.c:3487 #46 0x5569e6e4394b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #47 0x5569e6e4394b in function_code_fastcall Objects/call.c:330 #48 0x5569e6e4503a in _PyFunction_Vectorcall Objects/call.c:367 #49 0x5569e6fcfa4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #50 0x5569e6fd70fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #51 0x5569e6fd70fd in call_function Python/ceval.c:5072 #52 0x5569e6ff6a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #53 0x5569e6ffc1e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #54 0x5569e6ffc1e3 in _PyEval_EvalCode Python/ceval.c:4327 #55 0x5569e6e44e24 in _PyFunction_Vectorcall Objects/call.c:396 #56 0x5569e6e441e3 in PyVectorcall_Call Objects/call.c:243 #57 0x5569e6e448e3 in _PyObject_Call Objects/call.c:266 #58 0x5569e6e44a07 in PyObject_Call Objects/call.c:293 #59 0x5569e6fd7859 in do_call_core Python/ceval.c:5120 #60 0x5569e6ff76dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #61 0x5569e6ffc1e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #62 0x5569e6ffc1e3 in _PyEval_EvalCode Python/ceval.c:4327 #63 0x5569e6ffc630 in _PyEval_EvalCodeWithName Python/ceval.c:4359 #64 0x5569e6ffc67b in PyEval_EvalCodeEx Python/ceval.c:4375 #65 0x5569e6ffc6aa in PyEval_EvalCode Python/ceval.c:826 #66 0x5569e708190d in run_eval_code_obj Python/pythonrun.c:1218 #67 0x5569e7082375 in run_mod Python/pythonrun.c:1239 #68 0x5569e70877ea in PyRun_StringFlags Python/pythonrun.c:1105 #69 0x5569e7087890 in PyRun_SimpleStringFlags Python/pythonrun.c:496 #70 0x5569e6e203e2 in pymain_run_command Modules/main.c:246 #71 0x5569e6e2233b in pymain_run_python Modules/main.c:589 #72 0x5569e6e22957 in Py_RunMain Modules/main.c:677 #73 0x5569e6e22b47 in pymain_main Modules/main.c:707 #74 0x5569e6e22ea6 in Py_BytesMain Modules/main.c:731 #75 0x5569e6e1f8c1 in main Programs/python.c:15 #76 0x7f0ad12af151 in __libc_start_main (/usr/lib/libc.so.6+0x28151) #77 0x5569e6e1f7ed in _start (/buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/python+0x1f17ed)
AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV (/usr/lib/libpthread.so.0+0x13f75) in gsignal ==25231==ABORTING AddressSanitizer:DEADLYSIGNAL
==25530==ERROR: AddressSanitizer: SEGV on unknown address 0x03e8000063ba (pc 0x7f7a50525f75 bp 0x7ffd7a067a40 sp 0x7ffd7a067920 T0) ==25530==The signal is caused by a READ memory access. #0 0x7f7a50525f75 in gsignal (/usr/lib/libpthread.so.0+0x13f75) #1 0x55e644d77c0a in faulthandler_raise_sigsegv Modules/faulthandler.c:1045 #2 0x55e644d781b2 in faulthandler_sigsegv Modules/faulthandler.c:1061 #3 0x55e644df2ad3 in cfunction_call Objects/methodobject.c:548 #4 0x55e6449e1791 in _PyObject_MakeTpCall Objects/call.c:191 #5 0x55e644b6bb7e in _PyObject_VectorcallTstate Include/cpython/abstract.h:116 #6 0x55e644b730fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #7 0x55e644b730fd in call_function Python/ceval.c:5072 #8 0x55e644b92897 in _PyEval_EvalFrameDefault Python/ceval.c:3487 #9 0x55e6449df94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #10 0x55e6449df94b in function_code_fastcall Objects/call.c:330 #11 0x55e6449e0ff8 in _PyFunction_Vectorcall Objects/call.c:374 #12 0x55e6449e03f2 in PyVectorcall_Call Objects/call.c:231 #13 0x55e6449e08e3 in _PyObject_Call Objects/call.c:266 #14 0x55e6449e3cec in PyObject_CallObject Objects/call.c:457 #15 0x7f7a4cea509c in load_reduce /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Modules/_pickle.c:6833 #16 0x7f7a4cebb346 in load /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Modules/_pickle.c:6981 #17 0x7f7a4cebb5df in _pickle_loads_impl /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Modules/_pickle.c:7935 #18 0x7f7a4cebbd3c in _pickle_loads /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Modules/clinic/_pickle.c.h:834 #19 0x55e644df2df3 in cfunction_vectorcall_FASTCALL_KEYWORDS Objects/methodobject.c:442 #20 0x55e644b6ba4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #21 0x55e644b730fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #22 0x55e644b730fd in call_function Python/ceval.c:5072 #23 0x55e644b92897 in _PyEval_EvalFrameDefault Python/ceval.c:3487 #24 0x55e644b981e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #25 0x55e644b981e3 in _PyEval_EvalCode Python/ceval.c:4327 #26 0x55e6449e0e24 in _PyFunction_Vectorcall Objects/call.c:396 #27 0x55e644dbd39f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #28 0x55e644dbe8a2 in method_vectorcall Objects/classobject.c:53 #29 0x55e644b6ba4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #30 0x55e644b730fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #31 0x55e644b730fd in call_function Python/ceval.c:5072 #32 0x55e644b92e32 in _PyEval_EvalFrameDefault Python/ceval.c:3535 #33 0x55e6449df94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #34 0x55e6449df94b in function_code_fastcall Objects/call.c:330 #35 0x55e6449e103a in _PyFunction_Vectorcall Objects/call.c:367 #36 0x55e6449e03f2 in PyVectorcall_Call Objects/call.c:231 #37 0x55e6449e08e3 in _PyObject_Call Objects/call.c:266 #38 0x55e6449e0a07 in PyObject_Call Objects/call.c:293 #39 0x55e644b73859 in do_call_core Python/ceval.c:5120 #40 0x55e644b936dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #41 0x55e6449df94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #42 0x55e6449df94b in function_code_fastcall Objects/call.c:330 #43 0x55e6449e103a in _PyFunction_Vectorcall Objects/call.c:367 #44 0x55e644b6ba4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #45 0x55e644b730fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #46 0x55e644b730fd in call_function Python/ceval.c:5072 #47 0x55e644b92681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #48 0x55e644b981e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #49 0x55e644b981e3 in _PyEval_EvalCode Python/ceval.c:4327 #50 0x55e6449e0e24 in _PyFunction_Vectorcall Objects/call.c:396 #51 0x55e644b6ba4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #52 0x55e644b730fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #53 0x55e644b730fd in call_function Python/ceval.c:5072 #54 0x55e644b92681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #55 0x55e6449df94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #56 0x55e6449df94b in function_code_fastcall Objects/call.c:330 #57 0x55e6449e103a in _PyFunction_Vectorcall Objects/call.c:367 #58 0x55e644b6ba4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #59 0x55e644b730fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #60 0x55e644b730fd in call_function Python/ceval.c:5072 #61 0x55e644b92a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #62 0x55e644b981e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #63 0x55e644b981e3 in _PyEval_EvalCode Python/ceval.c:4327 #64 0x55e6449e0e24 in _PyFunction_Vectorcall Objects/call.c:396 #65 0x55e644b6ba4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #66 0x55e644b730fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #67 0x55e644b730fd in call_function Python/ceval.c:5072 #68 0x55e644b92e32 in _PyEval_EvalFrameDefault Python/ceval.c:3535 #69 0x55e644b981e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #70 0x55e644b981e3 in _PyEval_EvalCode Python/ceval.c:4327 #71 0x55e644b98630 in _PyEval_EvalCodeWithName Python/ceval.c:4359 #72 0x55e644b9867b in PyEval_EvalCodeEx Python/ceval.c:4375 #73 0x55e644b986aa in PyEval_EvalCode Python/ceval.c:826 #74 0x55e644c1d90d in run_eval_code_obj Python/pythonrun.c:1218 #75 0x55e644c1e375 in run_mod Python/pythonrun.c:1239 #76 0x55e644c237ea in PyRun_StringFlags Python/pythonrun.c:1105 #77 0x55e644c23890 in PyRun_SimpleStringFlags Python/pythonrun.c:496 #78 0x55e6449bc3e2 in pymain_run_command Modules/main.c:246 #79 0x55e6449be33b in pymain_run_python Modules/main.c:589 #80 0x55e6449be957 in Py_RunMain Modules/main.c:677 #81 0x55e6449beb47 in pymain_main Modules/main.c:707 #82 0x55e6449beea6 in Py_BytesMain Modules/main.c:731 #83 0x55e6449bb8c1 in main Programs/python.c:15 #84 0x7f7a50220151 in __libc_start_main (/usr/lib/libc.so.6+0x28151) #85 0x55e6449bb7ed in _start (/buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/python+0x1f17ed)
AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV (/usr/lib/libpthread.so.0+0x13f75) in gsignal ==25530==ABORTING AddressSanitizer:DEADLYSIGNAL
==25540==ERROR: AddressSanitizer: SEGV on unknown address 0x03e8000063c4 (pc 0x7f58e7021f75 bp 0x7ffc2d5a0e30 sp 0x7ffc2d5a0d10 T0) ==25540==The signal is caused by a READ memory access. #0 0x7f58e7021f75 in gsignal (/usr/lib/libpthread.so.0+0x13f75) #1 0x55defab41c0a in faulthandler_raise_sigsegv Modules/faulthandler.c:1045 #2 0x55defab421b2 in faulthandler_sigsegv Modules/faulthandler.c:1061 #3 0x55defabbcad3 in cfunction_call Objects/methodobject.c:548 #4 0x55defa7ab791 in _PyObject_MakeTpCall Objects/call.c:191 #5 0x55defa935b7e in _PyObject_VectorcallTstate Include/cpython/abstract.h:116 #6 0x55defa93d0fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #7 0x55defa93d0fd in call_function Python/ceval.c:5072 #8 0x55defa95c897 in _PyEval_EvalFrameDefault Python/ceval.c:3487 #9 0x55defa7a994b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #10 0x55defa7a994b in function_code_fastcall Objects/call.c:330 #11 0x55defa7aaff8 in _PyFunction_Vectorcall Objects/call.c:374 #12 0x55defa7aa3f2 in PyVectorcall_Call Objects/call.c:231 #13 0x55defa7aa8e3 in _PyObject_Call Objects/call.c:266 #14 0x55defa7aaa07 in PyObject_Call Objects/call.c:293 #15 0x55defa93d859 in do_call_core Python/ceval.c:5120 #16 0x55defa95d6dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #17 0x55defa7a994b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #18 0x55defa7a994b in function_code_fastcall Objects/call.c:330 #19 0x55defa7ab03a in _PyFunction_Vectorcall Objects/call.c:367 #20 0x55defa7aa3f2 in PyVectorcall_Call Objects/call.c:231 #21 0x55defa7aa8e3 in _PyObject_Call Objects/call.c:266 #22 0x55defa7aaa07 in PyObject_Call Objects/call.c:293 #23 0x55defa93d859 in do_call_core Python/ceval.c:5120 #24 0x55defa95d6dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #25 0x55defa7a994b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #26 0x55defa7a994b in function_code_fastcall Objects/call.c:330 #27 0x55defa7ab03a in _PyFunction_Vectorcall Objects/call.c:367 #28 0x55defa935a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #29 0x55defa93d0fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #30 0x55defa93d0fd in call_function Python/ceval.c:5072 #31 0x55defa95c681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #32 0x55defa9621e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #33 0x55defa9621e3 in _PyEval_EvalCode Python/ceval.c:4327 #34 0x55defa7aae24 in _PyFunction_Vectorcall Objects/call.c:396 #35 0x55defa935a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #36 0x55defa93d0fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #37 0x55defa93d0fd in call_function Python/ceval.c:5072 #38 0x55defa95c681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #39 0x55defa7a994b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #40 0x55defa7a994b in function_code_fastcall Objects/call.c:330 #41 0x55defa7ab03a in _PyFunction_Vectorcall Objects/call.c:367 #42 0x55defa935a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #43 0x55defa93d0fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #44 0x55defa93d0fd in call_function Python/ceval.c:5072 #45 0x55defa95ca58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #46 0x55defa9621e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #47 0x55defa9621e3 in _PyEval_EvalCode Python/ceval.c:4327 #48 0x55defa7aae24 in _PyFunction_Vectorcall Objects/call.c:396 #49 0x55defa935a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #50 0x55defa93d0fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #51 0x55defa93d0fd in call_function Python/ceval.c:5072 #52 0x55defa95ce32 in _PyEval_EvalFrameDefault Python/ceval.c:3535 #53 0x55defa9621e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #54 0x55defa9621e3 in _PyEval_EvalCode Python/ceval.c:4327 #55 0x55defa962630 in _PyEval_EvalCodeWithName Python/ceval.c:4359 #56 0x55defa96267b in PyEval_EvalCodeEx Python/ceval.c:4375 #57 0x55defa9626aa in PyEval_EvalCode Python/ceval.c:826 #58 0x55defa9e790d in run_eval_code_obj Python/pythonrun.c:1218 #59 0x55defa9e8375 in run_mod Python/pythonrun.c:1239 #60 0x55defa9ed7ea in PyRun_StringFlags Python/pythonrun.c:1105 #61 0x55defa9ed890 in PyRun_SimpleStringFlags Python/pythonrun.c:496 #62 0x55defa7863e2 in pymain_run_command Modules/main.c:246 #63 0x55defa78833b in pymain_run_python Modules/main.c:589 #64 0x55defa788957 in Py_RunMain Modules/main.c:677 #65 0x55defa788b47 in pymain_main Modules/main.c:707 #66 0x55defa788ea6 in Py_BytesMain Modules/main.c:731 #67 0x55defa7858c1 in main Programs/python.c:15 #68 0x7f58e6d1c151 in __libc_start_main (/usr/lib/libc.so.6+0x28151) #69 0x55defa7857ed in _start (/buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/python+0x1f17ed)
AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV (/usr/lib/libpthread.so.0+0x13f75) in gsignal ==25540==ABORTING AddressSanitizer:DEADLYSIGNAL
==25550==ERROR: AddressSanitizer: SEGV on unknown address 0x03e8000063ce (pc 0x7f2446188f75 bp 0x7ffc1474c010 sp 0x7ffc1474bef0 T0) ==25550==The signal is caused by a READ memory access. #0 0x7f2446188f75 in gsignal (/usr/lib/libpthread.so.0+0x13f75) #1 0x555986349c0a in faulthandler_raise_sigsegv Modules/faulthandler.c:1045 #2 0x55598634a1b2 in faulthandler_sigsegv Modules/faulthandler.c:1061 #3 0x5559863c4ad3 in cfunction_call Objects/methodobject.c:548 #4 0x555985fb3791 in _PyObject_MakeTpCall Objects/call.c:191 #5 0x55598613db7e in _PyObject_VectorcallTstate Include/cpython/abstract.h:116 #6 0x5559861450fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #7 0x5559861450fd in call_function Python/ceval.c:5072 #8 0x555986164897 in _PyEval_EvalFrameDefault Python/ceval.c:3487 #9 0x555985fb194b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #10 0x555985fb194b in function_code_fastcall Objects/call.c:330 #11 0x555985fb2ff8 in _PyFunction_Vectorcall Objects/call.c:374 #12 0x55598613da4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #13 0x5559861450fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #14 0x5559861450fd in call_function Python/ceval.c:5072 #15 0x555986164a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #16 0x555985fb194b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #17 0x555985fb194b in function_code_fastcall Objects/call.c:330 #18 0x555985fb303a in _PyFunction_Vectorcall Objects/call.c:367 #19 0x555986390a31 in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #20 0x555986390a31 in method_vectorcall Objects/classobject.c:61 #21 0x55598608eeab in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #22 0x55598608eeab in _PyObject_CallNoArg Include/cpython/abstract.h:172 #23 0x55598608eeab in object___reduce_ex___impl Objects/typeobject.c:4772 #24 0x55598608f276 in object___reduce_ex__ Objects/clinic/typeobject.c.h:178 #25 0x5559863c57d0 in cfunction_vectorcall_O Objects/methodobject.c:512 #26 0x7f2442b06ed1 in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #27 0x7f2442b06ed1 in PyObject_CallOneArg Include/cpython/abstract.h:188 #28 0x7f2442b06ed1 in _Pickle_FastCall /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Modules/_pickle.c:362 #29 0x7f2442b23183 in save /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Modules/_pickle.c:4435 #30 0x7f2442b2518f in batch_dict_exact /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Modules/_pickle.c:3282 #31 0x7f2442b26850 in save_dict /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Modules/_pickle.c:3336 #32 0x7f2442b22bdc in save /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Modules/_pickle.c:4324 #33 0x7f2442b21572 in save_reduce /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Modules/_pickle.c:4230 #34 0x7f2442b22ad4 in save /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Modules/_pickle.c:4472 #35 0x7f2442b23f56 in dump /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Modules/_pickle.c:4519 #36 0x7f2442b242e2 in _pickle_Pickler_dump /buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Modules/_pickle.c:4590 #37 0x5559863a731d in method_vectorcall_O Objects/descrobject.c:462 #38 0x55598613da4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #39 0x5559861450fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #40 0x5559861450fd in call_function Python/ceval.c:5072 #41 0x555986164681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #42 0x55598616a1e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #43 0x55598616a1e3 in _PyEval_EvalCode Python/ceval.c:4327 #44 0x555985fb2e24 in _PyFunction_Vectorcall Objects/call.c:396 #45 0x55598638f39f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #46 0x5559863908a2 in method_vectorcall Objects/classobject.c:53 #47 0x55598613da4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #48 0x5559861450fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #49 0x5559861450fd in call_function Python/ceval.c:5072 #50 0x555986164897 in _PyEval_EvalFrameDefault Python/ceval.c:3487 #51 0x555985fb194b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #52 0x555985fb194b in function_code_fastcall Objects/call.c:330 #53 0x555985fb303a in _PyFunction_Vectorcall Objects/call.c:367 #54 0x55598613da4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #55 0x5559861450fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #56 0x5559861450fd in call_function Python/ceval.c:5072 #57 0x555986164681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #58 0x55598616a1e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #59 0x55598616a1e3 in _PyEval_EvalCode Python/ceval.c:4327 #60 0x555985fb2e24 in _PyFunction_Vectorcall Objects/call.c:396 #61 0x55598613da4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #62 0x5559861450fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #63 0x5559861450fd in call_function Python/ceval.c:5072 #64 0x555986164e32 in _PyEval_EvalFrameDefault Python/ceval.c:3535 #65 0x555985fb194b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #66 0x555985fb194b in function_code_fastcall Objects/call.c:330 #67 0x555985fb303a in _PyFunction_Vectorcall Objects/call.c:367 #68 0x555985fb23f2 in PyVectorcall_Call Objects/call.c:231 #69 0x555985fb28e3 in _PyObject_Call Objects/call.c:266 #70 0x555985fb2a07 in PyObject_Call Objects/call.c:293 #71 0x555986145859 in do_call_core Python/ceval.c:5120 #72 0x5559861656dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #73 0x555985fb194b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #74 0x555985fb194b in function_code_fastcall Objects/call.c:330 #75 0x555985fb303a in _PyFunction_Vectorcall Objects/call.c:367 #76 0x55598613da4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #77 0x5559861450fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #78 0x5559861450fd in call_function Python/ceval.c:5072 #79 0x555986164681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #80 0x55598616a1e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #81 0x55598616a1e3 in _PyEval_EvalCode Python/ceval.c:4327 #82 0x555985fb2e24 in _PyFunction_Vectorcall Objects/call.c:396 #83 0x55598613da4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #84 0x5559861450fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #85 0x5559861450fd in call_function Python/ceval.c:5072 #86 0x555986164681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #87 0x555985fb194b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #88 0x555985fb194b in function_code_fastcall Objects/call.c:330 #89 0x555985fb303a in _PyFunction_Vectorcall Objects/call.c:367 #90 0x55598613da4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #91 0x5559861450fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #92 0x5559861450fd in call_function Python/ceval.c:5072 #93 0x555986164a58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #94 0x55598616a1e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #95 0x55598616a1e3 in _PyEval_EvalCode Python/ceval.c:4327 #96 0x555985fb2e24 in _PyFunction_Vectorcall Objects/call.c:396 #97 0x55598613da4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #98 0x5559861450fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #99 0x5559861450fd in call_function Python/ceval.c:5072 #100 0x555986164e32 in _PyEval_EvalFrameDefault Python/ceval.c:3535 #101 0x55598616a1e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #102 0x55598616a1e3 in _PyEval_EvalCode Python/ceval.c:4327 #103 0x55598616a630 in _PyEval_EvalCodeWithName Python/ceval.c:4359 #104 0x55598616a67b in PyEval_EvalCodeEx Python/ceval.c:4375 #105 0x55598616a6aa in PyEval_EvalCode Python/ceval.c:826 #106 0x5559861ef90d in run_eval_code_obj Python/pythonrun.c:1218 #107 0x5559861f0375 in run_mod Python/pythonrun.c:1239 #108 0x5559861f57ea in PyRun_StringFlags Python/pythonrun.c:1105 #109 0x5559861f5890 in PyRun_SimpleStringFlags Python/pythonrun.c:496 #110 0x555985f8e3e2 in pymain_run_command Modules/main.c:246 #111 0x555985f9033b in pymain_run_python Modules/main.c:589 #112 0x555985f90957 in Py_RunMain Modules/main.c:677 #113 0x555985f90b47 in pymain_main Modules/main.c:707 #114 0x555985f90ea6 in Py_BytesMain Modules/main.c:731 #115 0x555985f8d8c1 in main Programs/python.c:15 #116 0x7f2445e83151 in __libc_start_main (/usr/lib/libc.so.6+0x28151) #117 0x555985f8d7ed in _start (/buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/python+0x1f17ed)
AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV (/usr/lib/libpthread.so.0+0x13f75) in gsignal ==25550==ABORTING AddressSanitizer:DEADLYSIGNAL
==25651==ERROR: AddressSanitizer: SEGV on unknown address 0x03e800006433 (pc 0x7f86c6f4ef75 bp 0x7ffc42b7fea0 sp 0x7ffc42b7fd80 T0) ==25651==The signal is caused by a READ memory access. #0 0x7f86c6f4ef75 in gsignal (/usr/lib/libpthread.so.0+0x13f75) #1 0x5636bb712c0a in faulthandler_raise_sigsegv Modules/faulthandler.c:1045 #2 0x5636bb7131b2 in faulthandler_sigsegv Modules/faulthandler.c:1061 #3 0x5636bb78dad3 in cfunction_call Objects/methodobject.c:548 #4 0x5636bb37c791 in _PyObject_MakeTpCall Objects/call.c:191 #5 0x5636bb506b7e in _PyObject_VectorcallTstate Include/cpython/abstract.h:116 #6 0x5636bb50e0fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #7 0x5636bb50e0fd in call_function Python/ceval.c:5072 #8 0x5636bb52d897 in _PyEval_EvalFrameDefault Python/ceval.c:3487 #9 0x5636bb5331e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #10 0x5636bb5331e3 in _PyEval_EvalCode Python/ceval.c:4327 #11 0x5636bb37be24 in _PyFunction_Vectorcall Objects/call.c:396 #12 0x5636bb37b1e3 in PyVectorcall_Call Objects/call.c:243 #13 0x5636bb37b8e3 in _PyObject_Call Objects/call.c:266 #14 0x5636bb37ba07 in PyObject_Call Objects/call.c:293 #15 0x5636bb50e859 in do_call_core Python/ceval.c:5120 #16 0x5636bb52e6dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #17 0x5636bb37a94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #18 0x5636bb37a94b in function_code_fastcall Objects/call.c:330 #19 0x5636bb37c03a in _PyFunction_Vectorcall Objects/call.c:367 #20 0x5636bb37b3f2 in PyVectorcall_Call Objects/call.c:231 #21 0x5636bb37b8e3 in _PyObject_Call Objects/call.c:266 #22 0x5636bb37ba07 in PyObject_Call Objects/call.c:293 #23 0x5636bb50e859 in do_call_core Python/ceval.c:5120 #24 0x5636bb52e6dd in _PyEval_EvalFrameDefault Python/ceval.c:3580 #25 0x5636bb37a94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #26 0x5636bb37a94b in function_code_fastcall Objects/call.c:330 #27 0x5636bb37c03a in _PyFunction_Vectorcall Objects/call.c:367 #28 0x5636bb506a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #29 0x5636bb50e0fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #30 0x5636bb50e0fd in call_function Python/ceval.c:5072 #31 0x5636bb52d681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #32 0x5636bb5331e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #33 0x5636bb5331e3 in _PyEval_EvalCode Python/ceval.c:4327 #34 0x5636bb37be24 in _PyFunction_Vectorcall Objects/call.c:396 #35 0x5636bb506a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #36 0x5636bb50e0fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #37 0x5636bb50e0fd in call_function Python/ceval.c:5072 #38 0x5636bb52d681 in _PyEval_EvalFrameDefault Python/ceval.c:3504 #39 0x5636bb37a94b in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #40 0x5636bb37a94b in function_code_fastcall Objects/call.c:330 #41 0x5636bb37c03a in _PyFunction_Vectorcall Objects/call.c:367 #42 0x5636bb506a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #43 0x5636bb50e0fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #44 0x5636bb50e0fd in call_function Python/ceval.c:5072 #45 0x5636bb52da58 in _PyEval_EvalFrameDefault Python/ceval.c:3518 #46 0x5636bb5331e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #47 0x5636bb5331e3 in _PyEval_EvalCode Python/ceval.c:4327 #48 0x5636bb37be24 in _PyFunction_Vectorcall Objects/call.c:396 #49 0x5636bb506a4f in _PyObject_VectorcallTstate Include/cpython/abstract.h:118 #50 0x5636bb50e0fd in PyObject_Vectorcall Include/cpython/abstract.h:127 #51 0x5636bb50e0fd in call_function Python/ceval.c:5072 #52 0x5636bb52de32 in _PyEval_EvalFrameDefault Python/ceval.c:3535 #53 0x5636bb5331e3 in _PyEval_EvalFrame Include/internal/pycore_ceval.h:40 #54 0x5636bb5331e3 in _PyEval_EvalCode Python/ceval.c:4327 #55 0x5636bb533630 in _PyEval_EvalCodeWithName Python/ceval.c:4359 #56 0x5636bb53367b in PyEval_EvalCodeEx Python/ceval.c:4375 #57 0x5636bb5336aa in PyEval_EvalCode Python/ceval.c:826 #58 0x5636bb5b890d in run_eval_code_obj Python/pythonrun.c:1218 #59 0x5636bb5b9375 in run_mod Python/pythonrun.c:1239 #60 0x5636bb5be7ea in PyRun_StringFlags Python/pythonrun.c:1105 #61 0x5636bb5be890 in PyRun_SimpleStringFlags Python/pythonrun.c:496 #62 0x5636bb3573e2 in pymain_run_command Modules/main.c:246 #63 0x5636bb35933b in pymain_run_python Modules/main.c:589 #64 0x5636bb359957 in Py_RunMain Modules/main.c:677 #65 0x5636bb359b47 in pymain_main Modules/main.c:707 #66 0x5636bb359ea6 in Py_BytesMain Modules/main.c:731 #67 0x5636bb3568c1 in main Programs/python.c:15 #68 0x7f86c6c49151 in __libc_start_main (/usr/lib/libc.so.6+0x28151) #69 0x5636bb3567ed in _start (/buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/python+0x1f17ed)
AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV (/usr/lib/libpthread.so.0+0x13f75) in gsignal ==25651==ABORTING test_startfile skipped -- object <module 'os' from '/buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Lib/os.py'> has no attribute 'startfile' test_devpoll skipped -- test works only on Solaris OS family test_ioctl skipped -- Unable to open /dev/tty test_winconsoleio skipped -- test only relevant on win32 test_ttk_guionly skipped -- Tk unavailable due to TclError: couldn't connect to display ":99" <string>:2: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+ test_msilib skipped -- No module named '_msi' test_tix skipped -- Tk unavailable due to TclError: couldn't connect to display ":99" test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run test_winsound skipped -- No module named 'winsound' 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.363s
OK (skipped=2) test_ossaudiodev skipped -- [Errno 2] No such file or directory: '/dev/dsp' test_tk skipped -- Tk unavailable due to TclError: couldn't connect to display ":99"
Cannot open file '/buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/test-results.xml' for upload
Test report
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org