From: "takiuchi (Genki Takiuchi)" <genki@...21g.com>
Date: 2013-08-31T13:33:29+09:00
Subject: [ruby-core:56906]	[ruby-trunk - Bug #8845][Open] Timeout::ExitException が意図せずに rescue される事がある


Issue #8845 has been reported by takiuchi (Genki Takiuchi).

----------------------------------------
Bug #8845: Timeout::ExitException ������������������ rescue ���������������������
https://bugs.ruby-lang.org/issues/8845

Author: takiuchi (Genki Takiuchi)
Status: Open
Priority: Normal
Assignee: 
Category: 
Target version: current: 2.1.0
ruby -v: 2.0.0
Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN


timeout.rb ������������������������������������������ Timeout::ExitException ������������������������������
��������������������������������� rescue ���������timeout������������������������������������������������
���������������������Timeout::Error ���������������������

timeout 1 do
  begin
    sleep 10
  rescue Exception
  end
end


-- 
http://bugs.ruby-lang.org/