Project

General

Profile

Actions

Bug #7480

closed

tracepoint deadlock on exception without :raise

Bug #7480: tracepoint deadlock on exception without :raise

Added by zzak (zzak _) almost 13 years ago. Updated almost 13 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) almost 13 years ago Actions #1 [ruby-core:50833]

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

fixed at r38331.

Actions

Also available in: PDF Atom