yamam (Masanari Yamamoto)
- Login: yamam
- Registered on: 04/27/2024
- Last sign in: 04/27/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
04/30/2024
-
06:40 AM Ruby Bug #20461: Unreadable pipe included in the readable IO of IO.select
- Using git bisect, I found that the following commit is the cause of the bug:
https://github.com/ruby/ruby/commit/49a55f28abdcf3dea1f84ec5b59cfbedc37f44bf
04/27/2024
-
11:21 PM Ruby Bug #20461 (Open): Unreadable pipe included in the readable IO of IO.select
- When executing the following script, pipe_r is not supposed to be readable because no writing is done to pipe_w, but pipe_r is included in the return value rs of IO.select. Since it is not possible to read from pipe_r, the IO::EAGAINWait...