Actions
Bug #8845
closedTimeout::ExitException が意図せずに rescue される事がある
Description
timeout.rb の実装が内部的に利用している Timeout::ExitException の無名派生クラスが、
意図しないタイミングで rescue され、timeout処理が実行されないケースがある。
以下の例では、Timeout::Error が発生しない。
timeout 1 do
begin
sleep 10
rescue Exception
end
end
Updated by sorah (Sorah Fukumori) about 11 years ago
- Status changed from Open to Rejected
https://bugs.ruby-lang.org/issues/8730 と重複しているように思えます
Updated by sorah (Sorah Fukumori) about 11 years ago
- Status changed from Rejected to Open
おおっと、ごめんなさい。勘違いだったようです…
Updated by takiuchi (Genki Takiuchi) about 11 years ago
すみません、重複ですね。
自分で削除する権限が無いので、削除いただけるとありがたいです。
Updated by sorah (Sorah Fukumori) about 11 years ago
- Status changed from Open to Rejected
削除はできないので、閉じますね。
(勘違いの勘違いか…)
Actions
Like0
Like0Like0Like0Like0