Actions
Bug #11193
closedbegin-rescue Malfunctions with Threads
    Bug #11193:
    begin-rescue Malfunctions with Threads
  
Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-linux]
Description
Explanation resides at the attached test_case.rb.
Thank You for Your time.
Files
        
           Updated by nobu (Nobuyoshi Nakada) over 10 years ago
          Updated by nobu (Nobuyoshi Nakada) over 10 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