From: "sorah (Shota Fukumori)" Date: 2013-08-31T22:34:52+09:00 Subject: [ruby-core:56941] [ruby-trunk - Bug #8845][Rejected] Timeout::ExitException が意図せずに rescue される事がある Issue #8845 has been updated by sorah (Shota Fukumori). Status changed from Open to Rejected ������������������������������������������������ (���������������������������) ---------------------------------------- Bug #8845: Timeout::ExitException ������������������ rescue ��������������������� https://bugs.ruby-lang.org/issues/8845#change-41499 Author: takiuchi (Genki Takiuchi) Status: Rejected 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/