zanker (Zachary Anker)
- Login: zanker
- Email: zach.anker@gmail.com
- Registered on: 09/08/2017
- Last sign in: 02/26/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
02/26/2018
-
06:26 PM Ruby Bug #13882: Exception in `ensure` stops threads from exiting
- ko1 (Koichi Sasada) wrote:
> Sorry for long absent.
> ...
No problem! The problem with Ctrl-C is that will fix it for user facing scripts, but not background processes. The example we ran into with this, was using Puma with forked chil...
09/08/2017
-
08:17 PM Ruby Bug #13882 (Closed): Exception in `ensure` stops threads from exiting
- When the Ruby process is gracefully exiting, if a thread has an exception during an `ensure` block it appears the Ruby process forgets it's attempting to exit and will keep running forever. Since there's still an alive thread, `rb_thread...