Actions
Bug #19382
closedInfinite loop in tracepoints when calling `pp`
Bug #19382:
Infinite loop in tracepoints when calling `pp`
Actions
Added by luke-gru (Luke Gruber) over 3 years ago. Updated over 3 years ago.
Nevermind, this is a weird case that using pp traverses the events and it calls methods which hook into the tracepoint, which appends to the list, and then pp does the same all over again.
Just a recursive bug in my code, not in Ruby itself.
@luke-gru (Luke Gruber) Please don't update subject and category and more. We can close it only your request comment.