jleo3 (Joe Leo)
- Login: jleo3
- Email: joseph.leo3@gmail.com
- Registered on: 01/03/2013
- Last sign in: 02/17/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/14/2013
-
01:00 AM Ruby Bug #7648: GServer does not close cleanly from signal interrupt context
- Confirming that this is still an issue on RC1:
ruby -v
ruby 2.0.0dev (2013-01-07 trunk 38733) [i686-linux]
/home/joe/lib/lib/ruby/2.0.0/gserver.rb:116:in `synchronize': can't be called from trap context (ThreadError)
from /ho...
01/03/2013
-
10:35 AM Ruby Bug #7648 (Rejected): GServer does not close cleanly from signal interrupt context
- SUMMARY:
When a signal interrupt is trapped, we can no longer call #close on GServer without it throwing a ThreadError.
STEPS TO REPEAT:
1) Run the following code:
require 'gserver'
server = GServer.new 8080
serv...