Forum: Ruby-core [ruby-trunk - Bug #7480][Open] tracepoint deadlock on exception without :raise

Posted by zzak (Zachary Scott) (Guest)
on 2012-11-30 11:05
(Received via mailing list)
Issue #7480 has been reported by zzak (Zachary Scott).

----------------------------------------
Bug #7480: tracepoint deadlock on exception without :raise
https://bugs.ruby-lang.org/issues/7480

Author: zzak (Zachary Scott)
Status: Open
Priority: Normal
Assignee: ko1 (Koichi Sasada)
Category: core
Target version: 2.0.0
ruby -v: 2.0.0


=begin
to reproduce

(({TracePoint.new { |tp| p [tp.lineno, tp.event, tp.raised_exception] 
}.enable { 0 / 0 }}))
=end
Posted by Nobuyoshi Nakada (nobu)
on 2012-12-12 17:17
(Received via mailing list)
Issue #7480 has been updated by nobu (Nobuyoshi Nakada).

Description updated
Status changed from Open to Closed

fixed at r38331.
----------------------------------------
Bug #7480: tracepoint deadlock on exception without :raise
https://bugs.ruby-lang.org/issues/7480#change-34669

Author: zzak (Zachary Scott)
Status: Closed
Priority: Normal
Assignee: ko1 (Koichi Sasada)
Category: core
Target version: 2.0.0
ruby -v: 2.0.0


=begin
to reproduce

 TracePoint.new { |tp| p [tp.lineno, tp.event, tp.raised_exception] 
}.enable { 0 / 0 }
=end
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.