Actions
Bug #7480
closedtracepoint deadlock on exception without :raise
Description
=begin
to reproduce
TracePoint.new { |tp| p [tp.lineno, tp.event, tp.raised_exception] }.enable { 0 / 0 }
=end
Actions
Like0
Like0