nilsonsfj (Nilson Santos Figueiredo Junior)
- Login: nilsonsfj
- Email: acid06@gmail.com
- Registered on: 01/24/2014
- Last sign in: 01/24/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/24/2014
-
05:57 PM Ruby Bug #9447: Bad interaction between Fibers and Trap handlers in Ruby > 2.0.0
- Just a clarification, the issue is that:
Alarm.alarm(timeout_seconds) do
# potentially time consuming operation which must have a timeout
end
# when a timeout occurs, this code will still be in trap context
# so th... -
05:47 PM Ruby Bug #9447 (Closed): Bad interaction between Fibers and Trap handlers in Ruby > 2.0.0
- Hi there,
I've been using and Alarm class I created, which gives Ruby code access to the alarm system call.
It used to work perfectly on 1.9.3 with no issues and more than 1 year of production usage.
Ruby 2.0.0 doesn't let me use ...