thinline (THINline s.r.o.)
- Login: thinline
- Registered on: 11/02/2020
- Last sign in: 05/21/2021
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/23/2020
-
10:00 AM Ruby Bug #17304: Ruby stuck calling sched_yield on fork
- jeremyevans0 (Jeremy Evans) wrote in #note-1:
> Can you reproduce this issue with the master branch, or at least Ruby 2.6 or 2.7? The code you posted from Ruby 2.5 is no longer present in Ruby 2.6 or later versions. Ruby 2.5 is in secu...
11/02/2020
-
12:51 PM Ruby Bug #17304 (Closed): Ruby stuck calling sched_yield on fork
- We have been encountering intermittent bug when using fork - the interpreter process gets stuck in a loop that keeps calling sched_yield. This keeps happening seemingly randomly every few days, while working correctly most of the time. (...