Actions
Bug #13688
closedThread overflow hangs ruby (not responding ^C)
Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 2.5.0dev (2017-06-27 trunk 59183) [x86_64-darwin15]
Description
Passing the attached file makes hang.
Files
Updated by jeremyevans0 (Jeremy Evans) over 5 years ago
- File thread-hang-13688.patch thread-hang-13688.patch added
This bug still occurs in the master branch. Attached is a patch that fixes it by checking for interrupts before calling the thread's proc.
Updated by jeremyevans (Jeremy Evans) over 5 years ago
- Status changed from Open to Closed
Applied in changeset git|5c2c3966851ed074eb468ad36d8d75e53b8eab6c.
Check interrupts before starting thread
Fixes a hang when Thread.new calls Thread.new in a loop.
Fixes [Bug #13688]
Actions
Like0
Like0Like0