askreet (Kyle Smith)
- Login: askreet
- Email: askreet@gmail.com
- Registered on: 05/13/2014
- Last sign in: 05/14/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
05/14/2014
-
06:20 PM Ruby Bug #9835: IGNORE signal handler has possible race condition in Ruby 2.1.2
- Nobuyoshi Nakada,
Please take a second look at the ticket and attached source, you failed to address two things:
1) Why is this code not an issue in 1.8.7. The children (as expected) inherit the signal handler from the parent and...
05/13/2014
-
04:13 PM Ruby Bug #9835 (Closed): IGNORE signal handler has possible race condition in Ruby 2.1.2
- I'm migrating an application from 1.8.7 to 2.1.1/2.1.2, so I'm not sure when this was introduced. Attached is a demo program with some notes about how the IGNORE option to Signal.trap seems to have a race condition whereby receiving tha...