catphish (Charlie Smurthwaite)
- Login: catphish
- Registered on: 08/02/2017
- Last sign in: 01/18/2018
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 1 | 1 |
Activity
01/08/2018
- 10:26 AM Ruby master Bug #13794: Infinite loop of sched_yield
- I notice that this bug has been closed for a while but has not been backported into 2.3. Is this likely to happen? Th...
10/19/2017
- 10:51 AM Ruby master Bug #13794: Infinite loop of sched_yield
- I'd just like to confirm that after several weeks, I have not seen a recurrence of this issue while running the origi...
09/01/2017
- 04:09 PM Ruby master Bug #13794: Infinite loop of sched_yield
- Hi Eric,
I have been testing your original patch (just the PID check) for a couple of days and it appears to have ...
08/29/2017
- 10:17 AM Ruby master Bug #13794: Infinite loop of sched_yield
- Apologies for my delay in replying. I have not yet had an opportunity to fully test any of these patches (apart from ...
08/17/2017
- 03:08 PM Ruby master Bug #13794: Infinite loop of sched_yield
- The patch above does not work because native_reset_timer_thread runs after fork in the parent. Attached an alternativ...
- 11:57 AM Ruby master Bug #13794: Infinite loop of sched_yield
- I am now testing the following patch:
~~~
diff --git a/thread_pthread.c b/thread_pthread.c
index 4aa2d620a2..fe9...
08/15/2017
- 12:04 PM Ruby master Bug #13794: Infinite loop of sched_yield
- > Can you also check the value of timer_thread_pipe.owner_process?
~~~
(gdb) print timer_thread_pipe.writing
$...
08/09/2017
- 11:56 PM Ruby master Bug #13794: Infinite loop of sched_yield
- >> How about checking owner_process before incrementing?
> I'm afraid this fix doesn't quite match up in my mind. ... - 11:49 PM Ruby master Bug #13794: Infinite loop of sched_yield
- > Can you also check the value of timer_thread_pipe.owner_process?
I don't have any broken processes available rig... - 03:21 PM Ruby master Bug #13794 (Closed): Infinite loop of sched_yield
- I have been encountering an issue with processes hanging in an infinite loop of calling sched_yield(). The looping co...
Also available in: Atom