Project

General

Profile

Actions

Bug #7480

closed

tracepoint deadlock on exception without :raise

Added by zzak (zzak _) over 11 years ago. Updated over 11 years ago.

Status:
Closed
Target version:
ruby -v:
2.0.0
Backport:
[ruby-core:50385]

Description

=begin
to reproduce

TracePoint.new { |tp| p [tp.lineno, tp.event, tp.raised_exception] }.enable { 0 / 0 }
=end

Updated by nobu (Nobuyoshi Nakada) over 11 years ago

  • Description updated (diff)
  • Status changed from Open to Closed

fixed at r38331.

Actions

Also available in: Atom PDF

Like0
Like0