From: nobu@... Date: 2015-05-28T22:50:37+00:00 Subject: [ruby-core:69403] [Ruby trunk - Bug #11193] [Rejected] begin-rescue Malfunctions with Threads Issue #11193 has been updated by Nobuyoshi Nakada. Status changed from Open to Rejected Threads execute asynchronously, whereas exceptions are synchronous. An exception terminated the thread is reported at `Thread#join`. ---------------------------------------- Bug #11193: begin-rescue Malfunctions with Threads https://bugs.ruby-lang.org/issues/11193#change-52675 * Author: Martin Vahi * Status: Rejected * Priority: Normal * Assignee: * ruby -v: ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-linux] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- Explanation resides at the attached test_case.rb. Thank You for Your time. ---Files-------------------------------- test_case.rb (1.72 KB) -- https://bugs.ruby-lang.org/