You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But if tstate->current_frame is a trampoline frame (i.e., FRAME_OWNED_BY_CSTACK) then dump_traceback will crash if faulthandler is triggered when executing a trampoline frame.
The text was updated successfully, but these errors were encountered:
Bug report
We properly skip trampoline frames when they are not the top-most frame:
cpython/Python/traceback.c
Lines 979 to 982 in 3bd942f
But if
tstate->current_frame
is a trampoline frame (i.e.,FRAME_OWNED_BY_CSTACK
) thendump_traceback
will crash if faulthandler is triggered when executing a trampoline frame.The text was updated successfully, but these errors were encountered: