kukunin (Sergiy Kukunin)
- Login: kukunin
- Registered on: 04/25/2021
- Last sign in: 05/24/2023
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
05/24/2023
-
09:35 PM Ruby Bug #17826: Ractor#take hangs if used in multiple Threads
- I have tried the latest stable Ruby version 3.2.2 and the bug is still here
`ruby 3.2.2 (2023-03-30 revision e51014f9c0) [arm64-darwin22]`
12/15/2021
-
01:30 PM Ruby Bug #17826: Ractor#take hangs if used in multiple Threads
- Thank you for the review, and I'm glad to provide a confirmed bug report.
Volodya Sveredyuk and I invite you to give me a talk in our great and cozy local Ruby community in Lviv, Ukraine - Pivorak. Aaron Patterson and José Valim alrea...
04/25/2021
-
12:53 PM Ruby Bug #17826: Ractor#take hangs if used in multiple Threads
- It reproduces on the master branch as well (git commit cc5bab80e4b1124e30a8dc220bdcb80aaa539486).
If I connect with a debugger to the process, there are two threads left (out of 5 at the most, 1 main, 2 threads, and 2 ractors)
```
(gdb... -
11:07 AM Ruby Bug #17826 (Closed): Ractor#take hangs if used in multiple Threads
- Hello there.
I was playing with Ractors (the awesome technology and the big leap for Ruby) and encountered weird behavior.
I tried to schedule and run Ractors in multiple threads, and found out, that Ractor#take hangs even if the ...