stevecrozz (Stephen Crosby)
- Login: stevecrozz
- Email: stevecrozz@gmail.com
- Registered on: 09/02/2012
- Last sign in: 02/26/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
02/26/2026
-
07:28 PM Ruby Bug #21926 (Open): Thread#value on popen3 wait thread hangs in finalizer
Calling Thread#value on an Open3.popen3 wait thread from a finalizer completes in Ruby 3.2 but hangs in Ruby 3.3+. See repro.rb below. When the Ruby process hangs in these conditions, it no longer responds to signals and it seems to be...