rb2k (Marc Seeger)
- Login: rb2k
- Email: mail@marc-seeger.de
- Registered on: 05/13/2014
- Last sign in: 11/19/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
05/16/2014
-
07:13 PM Ruby Bug #9835: IGNORE signal handler has possible race condition in Ruby 2.1.2
- Thanks for the answer, Eric!
If you look at the attached example (test.rb), you will see that there IS already a signal handler for USR1 registered (very bottom, before .run!).
So even before we set IGNORE in the child, there is an i...
05/13/2014
-
04:29 PM Ruby Bug #9835: IGNORE signal handler has possible race condition in Ruby 2.1.2
- This script produces the same "Caught SignalException: SIGUSR1" message on Ubuntu Precise.
I couldn't get it to trigger on OSX