Project

General

Profile

« Previous | Next » 

Revision 744d17ff

Added by alanwu (Alan Wu) over 3 years ago

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]