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