Project

General

Profile

Actions

Bug #11193

closed

begin-rescue Malfunctions with Threads

Added by martin_vahi (Martin Vahi) almost 9 years ago. Updated almost 9 years ago.

Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-linux]
[ruby-core:69395]

Description

Explanation resides at the attached test_case.rb.

Thank You for Your time.


Files

test_case.rb (1.72 KB) test_case.rb The explanation. martin_vahi (Martin Vahi), 05/28/2015 04:03 PM

Updated by nobu (Nobuyoshi Nakada) almost 9 years ago

  • Status changed from Open to Rejected

Threads execute asynchronously, whereas exceptions are synchronous.
An exception terminated the thread is reported at Thread#join.

Actions

Also available in: Atom PDF

Like0
Like0