Skip to content

Instantly share code, notes, and snippets.

@thomasjpfan
Created October 12, 2022 21:16
Show Gist options
  • Save thomasjpfan/192b2e9439512a21e710fca0a90f4f76 to your computer and use it in GitHub Desktop.
Save thomasjpfan/192b2e9439512a21e710fca0a90f4f76 to your computer and use it in GitHub Desktop.
Bugging scikit-learn on Python 3.11 ubuntu
#0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
#1 0x00007ffff7c66859 in __GI_abort () at abort.c:79
#2 0x00007ffff7cd126e in __libc_message (action=action@entry=do_abort, fmt=fmt@entry=0x7ffff7dfb298 "%s\n")
at ../sysdeps/posix/libc_fatal.c:155
#3 0x00007ffff7cd92fc in malloc_printerr (str=str@entry=0x7ffff7dfd600 "free(): invalid next size (fast)")
at malloc.c:5347
#4 0x00007ffff7cdabac in _int_free (av=0x7ffff7e30b80 <main_arena>, p=0x555559ff7e50, have_lock=0)
at malloc.c:4249
#5 0x00007ffff5e1d2e1 in PyDataMem_UserFREE ()
from /home/thomasfan/Desktop/cpython/.venv/lib/python3.11/site-packages/numpy/core/_multiarray_umath.cpython-311-x86_64-linux-gnu.so
#6 0x00007ffff5e2078e in array_dealloc ()
from /home/thomasfan/Desktop/cpython/.venv/lib/python3.11/site-packages/numpy/core/_multiarray_umath.cpython-311-x86_64-linux-gnu.so
#7 0x0000555555746720 in _Py_Dealloc (op=<optimized out>) at Objects/object.c:2389
#8 0x000055555573686d in Py_DECREF (op=<optimized out>, lineno=602,
filename=0x55555592a603 "./Include/object.h") at ./Include/object.h:527
#9 Py_XDECREF (op=<optimized out>) at ./Include/object.h:602
#10 _PyObject_FreeInstanceAttributes (self=self@entry=0x7ffff2924e70) at Objects/dictobject.c:5581
#11 0x0000555555764fde in subtype_dealloc (self=0x7ffff2924e70) at Objects/typeobject.c:1442
#12 0x0000555555746720 in _Py_Dealloc (op=<optimized out>) at Objects/object.c:2389
#13 0x0000555555714140 in Py_DECREF (op=<optimized out>, lineno=602,
filename=0x55555592a603 "./Include/object.h") at ./Include/object.h:527
#14 Py_XDECREF (op=<optimized out>) at ./Include/object.h:602
#15 list_dealloc (op=0x7ffff2a51fe0) at Objects/listobject.c:351
#16 0x0000555555746720 in _Py_Dealloc (op=<optimized out>) at Objects/object.c:2389
#17 0x0000555555714140 in Py_DECREF (op=<optimized out>, lineno=602,
filename=0x55555592a603 "./Include/object.h") at ./Include/object.h:527
#18 Py_XDECREF (op=<optimized out>) at ./Include/object.h:602
#19 list_dealloc (op=0x7ffff28d41e0) at Objects/listobject.c:351
#20 0x0000555555746720 in _Py_Dealloc (op=<optimized out>) at Objects/object.c:2389
#21 0x000055555572a7a3 in Py_DECREF (op=<optimized out>, lineno=602,
filename=0x55555592a603 "./Include/object.h") at ./Include/object.h:527
#22 Py_XDECREF (op=<optimized out>) at ./Include/object.h:602
#23 free_keys_object (keys=keys@entry=0x555559f4a3b0) at Objects/dictobject.c:664
#24 0x000055555572aee0 in dictkeys_decref (dk=0x555559f4a3b0) at Objects/dictobject.c:324
#25 dict_dealloc (mp=0x7ffff298d6d0) at Objects/dictobject.c:2378
#26 0x0000555555746720 in _Py_Dealloc (op=<optimized out>) at Objects/object.c:2389
#27 0x0000555555764fd1 in Py_DECREF (op=<optimized out>, lineno=1438,
filename=0x555555961383 "Objects/typeobject.c") at ./Include/object.h:527
#28 subtype_dealloc (self=0x7ffff291b490) at Objects/typeobject.c:1438
#29 0x0000555555746720 in _Py_Dealloc (op=<optimized out>) at Objects/object.c:2389
#30 0x0000555555840b4c in Py_DECREF (op=<optimized out>, lineno=602,
filename=0x55555592a603 "./Include/object.h") at ./Include/object.h:527
#31 Py_XDECREF (op=<optimized out>) at ./Include/object.h:602
#32 _PyFrame_Clear (frame=frame@entry=0x7ffff7fbf638) at Python/frame.c:111
#33 0x00005555558003f4 in _PyEvalFrameClearAndPop (tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>,
frame=frame@entry=0x7ffff7fbf638) at Python/ceval.c:6400
#34 0x000055555581c67f in _PyEval_Vector (tstate=0x555555bbaf78 <_PyRuntime+166328>, func=<optimized out>,
locals=locals@entry=0x0, args=<optimized out>, argcount=<optimized out>, kwnames=<optimized out>)
at Python/ceval.c:6433
#35 0x00005555556e4470 in _PyFunction_Vectorcall (func=<optimized out>, stack=<optimized out>,
nargsf=<optimized out>, kwnames=<optimized out>) at Objects/call.c:393
#36 0x00005555556e3fdd in _PyVectorcall_Call (tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>,
func=0x5555556e441c <_PyFunction_Vectorcall>, callable=callable@entry=0x7fff4d272c50,
tuple=tuple@entry=0x555555ba0bd8 <_PyRuntime+58904>, kwargs=kwargs@entry=0x7ffff298d670)
at Objects/call.c:257
#37 0x00005555556e438a in _PyObject_Call (tstate=0x555555bbaf78 <_PyRuntime+166328>,
callable=callable@entry=0x7fff4d272c50, args=args@entry=0x555555ba0bd8 <_PyRuntime+58904>,
kwargs=kwargs@entry=0x7ffff298d670) at Objects/call.c:328
#38 0x00005555556e43f2 in PyObject_Call (callable=callable@entry=0x7fff4d272c50,
args=args@entry=0x555555ba0bd8 <_PyRuntime+58904>, kwargs=kwargs@entry=0x7ffff298d670)
at Objects/call.c:355
#39 0x00005555558068db in do_call_core (tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>,
func=func@entry=0x7fff4d272c50, callargs=callargs@entry=0x555555ba0bd8 <_PyRuntime+58904>,
kwdict=kwdict@entry=0x7ffff298d670, use_tracing=0) at Python/ceval.c:7347
#40 0x000055555581a650 in _PyEval_EvalFrameDefault (tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>,
frame=frame@entry=0x7ffff7fbf5a0, throwflag=throwflag@entry=0) at Python/ceval.c:5377
#41 0x000055555581c697 in _PyEval_EvalFrame (throwflag=0, frame=0x7ffff7fbf5a0,
tstate=0x555555bbaf78 <_PyRuntime+166328>) at ./Include/internal/pycore_ceval.h:73
#42 _PyEval_Vector (tstate=0x555555bbaf78 <_PyRuntime+166328>, func=<optimized out>,
locals=locals@entry=0x0, args=<optimized out>, argcount=<optimized out>, kwnames=<optimized out>)
at Python/ceval.c:6428
#43 0x00005555556e4470 in _PyFunction_Vectorcall (func=<optimized out>, stack=<optimized out>,
nargsf=<optimized out>, kwnames=<optimized out>) at Objects/call.c:393
#44 0x00005555556e3f24 in _PyVectorcall_Call (tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>,
func=0x5555556e441c <_PyFunction_Vectorcall>, callable=callable@entry=0x7ffff69015a0,
tuple=tuple@entry=0x7ffff2af3390, kwargs=kwargs@entry=0x0) at ./Include/object.h:772
#45 0x00005555556e438a in _PyObject_Call (tstate=0x555555bbaf78 <_PyRuntime+166328>,
callable=callable@entry=0x7ffff69015a0, args=args@entry=0x7ffff2af3390, kwargs=kwargs@entry=0x0)
at Objects/call.c:328
#46 0x00005555556e43f2 in PyObject_Call (callable=callable@entry=0x7ffff69015a0,
args=args@entry=0x7ffff2af3390, kwargs=kwargs@entry=0x0) at Objects/call.c:355
#47 0x00005555558068db in do_call_core (tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>,
func=func@entry=0x7ffff69015a0, callargs=callargs@entry=0x7ffff2af3390, kwdict=kwdict@entry=0x0,
use_tracing=0) at Python/ceval.c:7347
#48 0x000055555581a650 in _PyEval_EvalFrameDefault (tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>,
frame=0x7ffff7fbf4b0, frame@entry=0x7ffff7fbf368, throwflag=throwflag@entry=0) at Python/ceval.c:5377
#49 0x000055555581c697 in _PyEval_EvalFrame (throwflag=0, frame=0x7ffff7fbf368,
tstate=0x555555bbaf78 <_PyRuntime+166328>) at ./Include/internal/pycore_ceval.h:73
#50 _PyEval_Vector (tstate=0x555555bbaf78 <_PyRuntime+166328>, func=<optimized out>,
locals=locals@entry=0x0, args=<optimized out>, argcount=<optimized out>, kwnames=<optimized out>)
at Python/ceval.c:6428
#51 0x00005555556e4470 in _PyFunction_Vectorcall (func=<optimized out>, stack=<optimized out>,
nargsf=<optimized out>, kwnames=<optimized out>) at Objects/call.c:393
#52 0x00005555556e4a72 in _PyObject_FastCallDictTstate (
tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>, callable=callable@entry=0x7ffff70a0680,
args=args@entry=0x7fffffffba80, nargsf=nargsf@entry=1, kwargs=kwargs@entry=0x7fff4cf35df0)
at Objects/call.c:152
#53 0x00005555556e4c31 in _PyObject_Call_Prepend (tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>,
callable=callable@entry=0x7ffff70a0680, obj=obj@entry=0x7ffff66cc510,
args=args@entry=0x555555ba0bd8 <_PyRuntime+58904>, kwargs=kwargs@entry=0x7fff4cf35df0)
at Objects/call.c:482
#54 0x000055555576bf67 in slot_tp_call (self=0x7ffff66cc510, args=0x555555ba0bd8 <_PyRuntime+58904>,
kwds=0x7fff4cf35df0) at Objects/typeobject.c:7630
#55 0x00005555556e4764 in _PyObject_MakeTpCall (tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>,
callable=callable@entry=0x7ffff66cc510, args=args@entry=0x7ffff7fbf360, nargs=<optimized out>,
keywords=keywords@entry=0x7ffff690b2f0) at Objects/call.c:214
#56 0x00005555556e51fb in _PyObject_VectorcallTstate (kwnames=0x7ffff690b2f0, nargsf=9223372036854775808,
args=0x7ffff7fbf360, callable=0x7ffff66cc510, tstate=0x555555bbaf78 <_PyRuntime+166328>)
at ./Include/internal/pycore_call.h:90
#57 PyObject_Vectorcall (callable=callable@entry=0x7ffff66cc510, args=args@entry=0x7ffff7fbf360,
nargsf=<optimized out>, kwnames=kwnames@entry=0x7ffff690b2f0) at Objects/call.c:299
#58 0x0000555555816e67 in _PyEval_EvalFrameDefault (tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>,
frame=0x7ffff7fbf300, frame@entry=0x7ffff7fbf288, throwflag=throwflag@entry=0) at Python/ceval.c:4772
#59 0x000055555581c697 in _PyEval_EvalFrame (throwflag=0, frame=0x7ffff7fbf288,
tstate=0x555555bbaf78 <_PyRuntime+166328>) at ./Include/internal/pycore_ceval.h:73
#60 _PyEval_Vector (tstate=0x555555bbaf78 <_PyRuntime+166328>, func=<optimized out>,
locals=locals@entry=0x0, args=<optimized out>, argcount=<optimized out>, kwnames=<optimized out>)
at Python/ceval.c:6428
#61 0x00005555556e4470 in _PyFunction_Vectorcall (func=<optimized out>, stack=<optimized out>,
nargsf=<optimized out>, kwnames=<optimized out>) at Objects/call.c:393
#62 0x00005555556e3f24 in _PyVectorcall_Call (tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>,
func=0x5555556e441c <_PyFunction_Vectorcall>, callable=callable@entry=0x7ffff68d95a0,
tuple=tuple@entry=0x7fff4dd8e4e0, kwargs=kwargs@entry=0x0) at ./Include/object.h:772
#63 0x00005555556e438a in _PyObject_Call (tstate=0x555555bbaf78 <_PyRuntime+166328>,
callable=callable@entry=0x7ffff68d95a0, args=args@entry=0x7fff4dd8e4e0, kwargs=kwargs@entry=0x0)
at Objects/call.c:328
#64 0x00005555556e43f2 in PyObject_Call (callable=callable@entry=0x7ffff68d95a0,
args=args@entry=0x7fff4dd8e4e0, kwargs=kwargs@entry=0x0) at Objects/call.c:355
#65 0x00005555558068db in do_call_core (tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>,
func=func@entry=0x7ffff68d95a0, callargs=callargs@entry=0x7fff4dd8e4e0, kwdict=kwdict@entry=0x0,
use_tracing=0) at Python/ceval.c:7347
#66 0x000055555581a650 in _PyEval_EvalFrameDefault (tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>,
frame=0x7ffff7fbf198, frame@entry=0x7ffff7fbf050, throwflag=throwflag@entry=0) at Python/ceval.c:5377
#67 0x000055555581c697 in _PyEval_EvalFrame (throwflag=0, frame=0x7ffff7fbf050,
tstate=0x555555bbaf78 <_PyRuntime+166328>) at ./Include/internal/pycore_ceval.h:73
#68 _PyEval_Vector (tstate=0x555555bbaf78 <_PyRuntime+166328>, func=<optimized out>,
locals=locals@entry=0x0, args=<optimized out>, argcount=<optimized out>, kwnames=<optimized out>)
at Python/ceval.c:6428
#69 0x00005555556e4470 in _PyFunction_Vectorcall (func=<optimized out>, stack=<optimized out>,
nargsf=<optimized out>, kwnames=<optimized out>) at Objects/call.c:393
#70 0x00005555556e4a72 in _PyObject_FastCallDictTstate (
tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>, callable=callable@entry=0x7ffff70a0680,
args=args@entry=0x7fffffffc020, nargsf=nargsf@entry=1, kwargs=kwargs@entry=0x7fff4cf35fd0)
at Objects/call.c:152
#71 0x00005555556e4c31 in _PyObject_Call_Prepend (tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>,
callable=callable@entry=0x7ffff70a0680, obj=obj@entry=0x7ffff66ccd30,
args=args@entry=0x555555ba0bd8 <_PyRuntime+58904>, kwargs=kwargs@entry=0x7fff4cf35fd0)
at Objects/call.c:482
#72 0x000055555576bf67 in slot_tp_call (self=0x7ffff66ccd30, args=0x555555ba0bd8 <_PyRuntime+58904>,
kwds=0x7fff4cf35fd0) at Objects/typeobject.c:7630
#73 0x00005555556e42c9 in _PyObject_Call (tstate=0x555555bbaf78 <_PyRuntime+166328>,
callable=callable@entry=0x7ffff66ccd30, args=args@entry=0x555555ba0bd8 <_PyRuntime+58904>,
kwargs=kwargs@entry=0x7fff4cf35fd0) at Objects/call.c:343
#74 0x00005555556e43f2 in PyObject_Call (callable=callable@entry=0x7ffff66ccd30,
args=args@entry=0x555555ba0bd8 <_PyRuntime+58904>, kwargs=kwargs@entry=0x7fff4cf35fd0)
at Objects/call.c:355
#75 0x00005555558068db in do_call_core (tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>,
func=func@entry=0x7ffff66ccd30, callargs=callargs@entry=0x555555ba0bd8 <_PyRuntime+58904>,
kwdict=kwdict@entry=0x7fff4cf35fd0, use_tracing=0) at Python/ceval.c:7347
#76 0x000055555581a650 in _PyEval_EvalFrameDefault (tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>,
frame=0x7ffff7fbefc8, frame@entry=0x7ffff7fbee48, throwflag=throwflag@entry=0) at Python/ceval.c:5377
#77 0x000055555581c697 in _PyEval_EvalFrame (throwflag=0, frame=0x7ffff7fbee48,
tstate=0x555555bbaf78 <_PyRuntime+166328>) at ./Include/internal/pycore_ceval.h:73
#78 _PyEval_Vector (tstate=0x555555bbaf78 <_PyRuntime+166328>, func=<optimized out>,
locals=locals@entry=0x0, args=<optimized out>, argcount=<optimized out>, kwnames=<optimized out>)
at Python/ceval.c:6428
#79 0x00005555556e4470 in _PyFunction_Vectorcall (func=<optimized out>, stack=<optimized out>,
nargsf=<optimized out>, kwnames=<optimized out>) at Objects/call.c:393
#80 0x00005555556e3f24 in _PyVectorcall_Call (tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>,
func=0x5555556e441c <_PyFunction_Vectorcall>, callable=callable@entry=0x7ffff68d99c0,
tuple=tuple@entry=0x7fff4cef0ff0, kwargs=kwargs@entry=0x7fff4cf36570) at ./Include/object.h:772
#81 0x00005555556e438a in _PyObject_Call (tstate=0x555555bbaf78 <_PyRuntime+166328>,
callable=callable@entry=0x7ffff68d99c0, args=args@entry=0x7fff4cef0ff0,
kwargs=kwargs@entry=0x7fff4cf36570) at Objects/call.c:328
#82 0x00005555556e43f2 in PyObject_Call (callable=callable@entry=0x7ffff68d99c0,
args=args@entry=0x7fff4cef0ff0, kwargs=kwargs@entry=0x7fff4cf36570) at Objects/call.c:355
#83 0x00005555558068db in do_call_core (tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>,
func=func@entry=0x7ffff68d99c0, callargs=callargs@entry=0x7fff4cef0ff0,
kwdict=kwdict@entry=0x7fff4cf36570, use_tracing=0) at Python/ceval.c:7347
#84 0x000055555581a650 in _PyEval_EvalFrameDefault (tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>,
frame=0x7ffff7fbeda0, frame@entry=0x7ffff7fbec68, throwflag=throwflag@entry=0) at Python/ceval.c:5377
#85 0x000055555581c697 in _PyEval_EvalFrame (throwflag=0, frame=0x7ffff7fbec68,
tstate=0x555555bbaf78 <_PyRuntime+166328>) at ./Include/internal/pycore_ceval.h:73
#86 _PyEval_Vector (tstate=0x555555bbaf78 <_PyRuntime+166328>, func=<optimized out>,
locals=locals@entry=0x0, args=<optimized out>, argcount=<optimized out>, kwnames=<optimized out>)
at Python/ceval.c:6428
#87 0x00005555556e4470 in _PyFunction_Vectorcall (func=<optimized out>, stack=<optimized out>,
nargsf=<optimized out>, kwnames=<optimized out>) at Objects/call.c:393
#88 0x00005555556e3f24 in _PyVectorcall_Call (tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>,
func=0x5555556e441c <_PyFunction_Vectorcall>, callable=callable@entry=0x7ffff68d92e0,
tuple=tuple@entry=0x7ffff29192c0, kwargs=kwargs@entry=0x0) at ./Include/object.h:772
#89 0x00005555556e438a in _PyObject_Call (tstate=0x555555bbaf78 <_PyRuntime+166328>,
callable=callable@entry=0x7ffff68d92e0, args=args@entry=0x7ffff29192c0, kwargs=kwargs@entry=0x0)
at Objects/call.c:328
#90 0x00005555556e43f2 in PyObject_Call (callable=callable@entry=0x7ffff68d92e0,
args=args@entry=0x7ffff29192c0, kwargs=kwargs@entry=0x0) at Objects/call.c:355
#91 0x00005555558068db in do_call_core (tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>,
func=func@entry=0x7ffff68d92e0, callargs=callargs@entry=0x7ffff29192c0, kwdict=kwdict@entry=0x0,
use_tracing=0) at Python/ceval.c:7347
#92 0x000055555581a650 in _PyEval_EvalFrameDefault (tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>,
frame=0x7ffff7fbeb78, frame@entry=0x7ffff7fbea30, throwflag=throwflag@entry=0) at Python/ceval.c:5377
#93 0x000055555581c697 in _PyEval_EvalFrame (throwflag=0, frame=0x7ffff7fbea30,
tstate=0x555555bbaf78 <_PyRuntime+166328>) at ./Include/internal/pycore_ceval.h:73
#94 _PyEval_Vector (tstate=0x555555bbaf78 <_PyRuntime+166328>, func=<optimized out>,
locals=locals@entry=0x0, args=<optimized out>, argcount=<optimized out>, kwnames=<optimized out>)
at Python/ceval.c:6428
#95 0x00005555556e4470 in _PyFunction_Vectorcall (func=<optimized out>, stack=<optimized out>,
nargsf=<optimized out>, kwnames=<optimized out>) at Objects/call.c:393
#96 0x00005555556e4a72 in _PyObject_FastCallDictTstate (
tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>, callable=callable@entry=0x7ffff70a0680,
args=args@entry=0x7fffffffc820, nargsf=nargsf@entry=1, kwargs=kwargs@entry=0x7fff4cefc830)
at Objects/call.c:152
#97 0x00005555556e4c31 in _PyObject_Call_Prepend (tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>,
callable=callable@entry=0x7ffff70a0680, obj=obj@entry=0x7ffff66cd460,
args=args@entry=0x555555ba0bd8 <_PyRuntime+58904>, kwargs=kwargs@entry=0x7fff4cefc830)
at Objects/call.c:482
#98 0x000055555576bf67 in slot_tp_call (self=0x7ffff66cd460, args=0x555555ba0bd8 <_PyRuntime+58904>,
kwds=0x7fff4cefc830) at Objects/typeobject.c:7630
#99 0x00005555556e4764 in _PyObject_MakeTpCall (tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>,
callable=callable@entry=0x7ffff66cd460, args=args@entry=0x7ffff7fbea18, nargs=<optimized out>,
keywords=keywords@entry=0x7ffff69ece10) at Objects/call.c:214
#100 0x00005555556e51fb in _PyObject_VectorcallTstate (kwnames=0x7ffff69ece10, nargsf=9223372036854775808,
args=0x7ffff7fbea18, callable=0x7ffff66cd460, tstate=0x555555bbaf78 <_PyRuntime+166328>)
at ./Include/internal/pycore_call.h:90
#101 PyObject_Vectorcall (callable=callable@entry=0x7ffff66cd460, args=args@entry=0x7ffff7fbea18,
nargsf=<optimized out>, kwnames=kwnames@entry=0x7ffff69ece10) at Objects/call.c:299
#102 0x0000555555816e67 in _PyEval_EvalFrameDefault (
tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>, frame=frame@entry=0x7ffff7fbe998,
throwflag=throwflag@entry=0) at Python/ceval.c:4772
#103 0x000055555581c697 in _PyEval_EvalFrame (throwflag=0, frame=0x7ffff7fbe998,
tstate=0x555555bbaf78 <_PyRuntime+166328>) at ./Include/internal/pycore_ceval.h:73
#104 _PyEval_Vector (tstate=0x555555bbaf78 <_PyRuntime+166328>, func=<optimized out>,
locals=locals@entry=0x0, args=<optimized out>, argcount=<optimized out>, kwnames=<optimized out>)
at Python/ceval.c:6428
#105 0x00005555556e4470 in _PyFunction_Vectorcall (func=<optimized out>, stack=<optimized out>,
nargsf=<optimized out>, kwnames=<optimized out>) at Objects/call.c:393
#106 0x00005555556e3f24 in _PyVectorcall_Call (tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>,
func=0x5555556e441c <_PyFunction_Vectorcall>, callable=callable@entry=0x7ffff68daaf0,
tuple=tuple@entry=0x7ffff6547020, kwargs=kwargs@entry=0x0) at ./Include/object.h:772
#107 0x00005555556e438a in _PyObject_Call (tstate=0x555555bbaf78 <_PyRuntime+166328>,
callable=callable@entry=0x7ffff68daaf0, args=args@entry=0x7ffff6547020, kwargs=kwargs@entry=0x0)
at Objects/call.c:328
#108 0x00005555556e43f2 in PyObject_Call (callable=callable@entry=0x7ffff68daaf0,
args=args@entry=0x7ffff6547020, kwargs=kwargs@entry=0x0) at Objects/call.c:355
#109 0x00005555558068db in do_call_core (tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>,
func=func@entry=0x7ffff68daaf0, callargs=callargs@entry=0x7ffff6547020, kwdict=kwdict@entry=0x0,
use_tracing=0) at Python/ceval.c:7347
#110 0x000055555581a650 in _PyEval_EvalFrameDefault (
tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>, frame=0x7ffff7fbe8a8,
frame@entry=0x7ffff7fbe760, throwflag=throwflag@entry=0) at Python/ceval.c:5377
#111 0x000055555581c697 in _PyEval_EvalFrame (throwflag=0, frame=0x7ffff7fbe760,
tstate=0x555555bbaf78 <_PyRuntime+166328>) at ./Include/internal/pycore_ceval.h:73
#112 _PyEval_Vector (tstate=0x555555bbaf78 <_PyRuntime+166328>, func=<optimized out>,
locals=locals@entry=0x0, args=<optimized out>, argcount=<optimized out>, kwnames=<optimized out>)
at Python/ceval.c:6428
#113 0x00005555556e4470 in _PyFunction_Vectorcall (func=<optimized out>, stack=<optimized out>,
nargsf=<optimized out>, kwnames=<optimized out>) at Objects/call.c:393
#114 0x00005555556e4a72 in _PyObject_FastCallDictTstate (
tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>, callable=callable@entry=0x7ffff70a0680,
args=args@entry=0x7fffffffcdc0, nargsf=nargsf@entry=1, kwargs=kwargs@entry=0x7ffff6588410)
at Objects/call.c:152
#115 0x00005555556e4c31 in _PyObject_Call_Prepend (tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>,
callable=callable@entry=0x7ffff70a0680, obj=obj@entry=0x7ffff66cd8c0,
args=args@entry=0x555555ba0bd8 <_PyRuntime+58904>, kwargs=kwargs@entry=0x7ffff6588410)
at Objects/call.c:482
#116 0x000055555576bf67 in slot_tp_call (self=0x7ffff66cd8c0, args=0x555555ba0bd8 <_PyRuntime+58904>,
kwds=0x7ffff6588410) at Objects/typeobject.c:7630
#117 0x00005555556e4764 in _PyObject_MakeTpCall (tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>,
callable=callable@entry=0x7ffff66cd8c0, args=args@entry=0x7ffff7fbe758, nargs=<optimized out>,
keywords=keywords@entry=0x7ffff6b51590) at Objects/call.c:214
#118 0x00005555556e51fb in _PyObject_VectorcallTstate (kwnames=0x7ffff6b51590, nargsf=9223372036854775808,
args=0x7ffff7fbe758, callable=0x7ffff66cd8c0, tstate=0x555555bbaf78 <_PyRuntime+166328>)
at ./Include/internal/pycore_call.h:90
#119 PyObject_Vectorcall (callable=callable@entry=0x7ffff66cd8c0, args=args@entry=0x7ffff7fbe758,
nargsf=<optimized out>, kwnames=kwnames@entry=0x7ffff6b51590) at Objects/call.c:299
#120 0x0000555555816e67 in _PyEval_EvalFrameDefault (
tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>, frame=0x7ffff7fbe6f0,
frame@entry=0x7ffff7fbe5b8, throwflag=throwflag@entry=0) at Python/ceval.c:4772
#121 0x000055555581c697 in _PyEval_EvalFrame (throwflag=0, frame=0x7ffff7fbe5b8,
tstate=0x555555bbaf78 <_PyRuntime+166328>) at ./Include/internal/pycore_ceval.h:73
#122 _PyEval_Vector (tstate=0x555555bbaf78 <_PyRuntime+166328>, func=<optimized out>,
locals=locals@entry=0x0, args=<optimized out>, argcount=<optimized out>, kwnames=<optimized out>)
at Python/ceval.c:6428
#123 0x00005555556e4470 in _PyFunction_Vectorcall (func=<optimized out>, stack=<optimized out>,
nargsf=<optimized out>, kwnames=<optimized out>) at Objects/call.c:393
#124 0x00005555556e3f24 in _PyVectorcall_Call (tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>,
func=0x5555556e441c <_PyFunction_Vectorcall>, callable=callable@entry=0x7ffff68da8e0,
tuple=tuple@entry=0x7ffff64f5fe0, kwargs=kwargs@entry=0x0) at ./Include/object.h:772
#125 0x00005555556e438a in _PyObject_Call (tstate=0x555555bbaf78 <_PyRuntime+166328>,
callable=callable@entry=0x7ffff68da8e0, args=args@entry=0x7ffff64f5fe0, kwargs=kwargs@entry=0x0)
at Objects/call.c:328
#126 0x00005555556e43f2 in PyObject_Call (callable=callable@entry=0x7ffff68da8e0,
args=args@entry=0x7ffff64f5fe0, kwargs=kwargs@entry=0x0) at Objects/call.c:355
#127 0x00005555558068db in do_call_core (tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>,
func=func@entry=0x7ffff68da8e0, callargs=callargs@entry=0x7ffff64f5fe0, kwdict=kwdict@entry=0x0,
use_tracing=0) at Python/ceval.c:7347
#128 0x000055555581a650 in _PyEval_EvalFrameDefault (
tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>, frame=0x7ffff7fbe4c8,
frame@entry=0x7ffff7fbe380, throwflag=throwflag@entry=0) at Python/ceval.c:5377
#129 0x000055555581c697 in _PyEval_EvalFrame (throwflag=0, frame=0x7ffff7fbe380,
tstate=0x555555bbaf78 <_PyRuntime+166328>) at ./Include/internal/pycore_ceval.h:73
#130 _PyEval_Vector (tstate=0x555555bbaf78 <_PyRuntime+166328>, func=<optimized out>,
locals=locals@entry=0x0, args=<optimized out>, argcount=<optimized out>, kwnames=<optimized out>)
at Python/ceval.c:6428
#131 0x00005555556e4470 in _PyFunction_Vectorcall (func=<optimized out>, stack=<optimized out>,
nargsf=<optimized out>, kwnames=<optimized out>) at Objects/call.c:393
#132 0x00005555556e4a72 in _PyObject_FastCallDictTstate (
tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>, callable=callable@entry=0x7ffff70a0680,
args=args@entry=0x7fffffffd360, nargsf=nargsf@entry=1, kwargs=kwargs@entry=0x7ffff6733710)
at Objects/call.c:152
#133 0x00005555556e4c31 in _PyObject_Call_Prepend (tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>,
callable=callable@entry=0x7ffff70a0680, obj=obj@entry=0x7ffff66b6220,
args=args@entry=0x555555ba0bd8 <_PyRuntime+58904>, kwargs=kwargs@entry=0x7ffff6733710)
at Objects/call.c:482
#134 0x000055555576bf67 in slot_tp_call (self=0x7ffff66b6220, args=0x555555ba0bd8 <_PyRuntime+58904>,
kwds=0x7ffff6733710) at Objects/typeobject.c:7630
#135 0x00005555556e4764 in _PyObject_MakeTpCall (tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>,
callable=callable@entry=0x7ffff66b6220, args=args@entry=0x7ffff7fbe358, nargs=<optimized out>,
keywords=keywords@entry=0x7ffff6b51f90) at Objects/call.c:214
#136 0x00005555556e51fb in _PyObject_VectorcallTstate (kwnames=0x7ffff6b51f90, nargsf=9223372036854775808,
args=0x7ffff7fbe358, callable=0x7ffff66b6220, tstate=0x555555bbaf78 <_PyRuntime+166328>)
at ./Include/internal/pycore_call.h:90
#137 PyObject_Vectorcall (callable=callable@entry=0x7ffff66b6220, args=args@entry=0x7ffff7fbe358,
nargsf=<optimized out>, kwnames=kwnames@entry=0x7ffff6b51f90) at Objects/call.c:299
#138 0x0000555555816e67 in _PyEval_EvalFrameDefault (
tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>, frame=0x7ffff7fbe2a8,
frame@entry=0x7ffff7fbe1b8, throwflag=throwflag@entry=0) at Python/ceval.c:4772
#139 0x000055555581c697 in _PyEval_EvalFrame (throwflag=0, frame=0x7ffff7fbe1b8,
tstate=0x555555bbaf78 <_PyRuntime+166328>) at ./Include/internal/pycore_ceval.h:73
#140 _PyEval_Vector (tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>,
func=func@entry=0x7ffff762be30, locals=locals@entry=0x7ffff74a32f0, args=args@entry=0x0,
argcount=argcount@entry=0, kwnames=kwnames@entry=0x0) at Python/ceval.c:6428
#141 0x000055555581c77a in PyEval_EvalCode (co=co@entry=0x7ffff66c0160,
globals=globals@entry=0x7ffff74a32f0, locals=locals@entry=0x7ffff74a32f0) at Python/ceval.c:1154
#142 0x00005555557fa7f9 in builtin_exec_impl (module=module@entry=0x7ffff7673770, source=0x7ffff66c0160,
globals=0x7ffff74a32f0, locals=0x7ffff74a32f0, closure=0x0) at Python/bltinmodule.c:1075
#143 0x00005555557fa95d in builtin_exec (module=0x7ffff7673770, args=<optimized out>, nargs=2,
kwnames=<optimized out>) at Python/clinic/bltinmodule.c.h:465
#144 0x0000555555741c25 in cfunction_vectorcall_FASTCALL_KEYWORDS (func=0x7ffff7673e90,
args=0x7ffff7fbe180, nargsf=<optimized out>, kwnames=0x0) at ./Include/cpython/methodobject.h:52
#145 0x00005555556e510a in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=9223372036854775810,
args=0x7ffff7fbe180, callable=0x7ffff7673e90, tstate=0x555555bbaf78 <_PyRuntime+166328>)
at ./Include/internal/pycore_call.h:92
#146 PyObject_Vectorcall (callable=callable@entry=0x7ffff7673e90, args=args@entry=0x7ffff7fbe180,
nargsf=9223372036854775810, kwnames=kwnames@entry=0x0) at Objects/call.c:299
#147 0x0000555555816e67 in _PyEval_EvalFrameDefault (
tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>, frame=0x7ffff7fbe0d8,
frame@entry=0x7ffff7fbe020, throwflag=throwflag@entry=0) at Python/ceval.c:4772
#148 0x000055555581c697 in _PyEval_EvalFrame (throwflag=0, frame=0x7ffff7fbe020,
tstate=0x555555bbaf78 <_PyRuntime+166328>) at ./Include/internal/pycore_ceval.h:73
#149 _PyEval_Vector (tstate=0x555555bbaf78 <_PyRuntime+166328>, func=<optimized out>,
locals=locals@entry=0x0, args=<optimized out>, argcount=<optimized out>, kwnames=<optimized out>)
at Python/ceval.c:6428
#150 0x00005555556e4470 in _PyFunction_Vectorcall (func=<optimized out>, stack=<optimized out>,
nargsf=<optimized out>, kwnames=<optimized out>) at Objects/call.c:393
#151 0x00005555556e3f24 in _PyVectorcall_Call (tstate=tstate@entry=0x555555bbaf78 <_PyRuntime+166328>,
func=0x5555556e441c <_PyFunction_Vectorcall>, callable=callable@entry=0x7ffff739fe30,
tuple=tuple@entry=0x7ffff7511590, kwargs=kwargs@entry=0x0) at ./Include/object.h:772
#152 0x00005555556e438a in _PyObject_Call (tstate=0x555555bbaf78 <_PyRuntime+166328>,
callable=callable@entry=0x7ffff739fe30, args=args@entry=0x7ffff7511590, kwargs=kwargs@entry=0x0)
at Objects/call.c:328
#153 0x00005555556e43f2 in PyObject_Call (callable=callable@entry=0x7ffff739fe30,
args=args@entry=0x7ffff7511590, kwargs=kwargs@entry=0x0) at Objects/call.c:355
#154 0x0000555555897e61 in pymain_run_module (modname=<optimized out>, set_argv0=set_argv0@entry=1)
at Modules/main.c:300
#155 0x00005555558983e9 in pymain_run_python (exitcode=exitcode@entry=0x7fffffffda84) at Modules/main.c:595
#156 0x000055555589848d in Py_RunMain () at Modules/main.c:680
#157 0x0000555555898507 in pymain_main (args=args@entry=0x7fffffffdae0) at Modules/main.c:710
#158 0x00005555558985d3 in Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:734
#159 0x0000555555645d06 in main (argc=<optimized out>, argv=<optimized out>) at ./Programs/python.c:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment