Actions
Bug #18060
closedInfinite loop when b_return TracePoint raises
Bug #18060:
Infinite loop when b_return TracePoint raises
Actions
Added by alanwu (Alan Wu) almost 5 years ago. Updated about 4 years ago.
Applied in changeset git|744d17ff6c33b09334508e8110007ea2a82252f5.
Fix infinite loop when b_return TracePoint throws
Previously, we didn't pop the frame that runs the TracePoint hook for
b_return events for blocks running as methods (bmethods). In case the
hook raises, that formed an infinite loop during stack unwinding in
hook_before_rewind().
[Bug #18060]