General

Profile

nidev (Changbeom Yun)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

01/28/2015

01:36 AM Ruby Bug #10786: SIGINT can not interrupt remaining codes after XMLRPC::Server gets SIGINT
In xmlrpc/server.rb line 585-586,
```ruby
signals = %w[INT TERM HUP] & Signal.list.keys
signals.each { |signal| trap(signal) { @server.shutdown } }
```
I found signal traps. This code behaves correctly when XMLRPC::Serv...
nidev (Changbeom Yun)

01/27/2015

01:27 PM Ruby Bug #10786 (Rejected): SIGINT can not interrupt remaining codes after XMLRPC::Server gets SIGINT
When XMLRPC::Server has started completely, a user presses Ctrl-C to send SIGINT. XMLRPC::Server stops by SIGINT.
Assuming there are remaining codes to be run after XMLRPC::Server stops, When a user tries to press Ctrl-C again to inte...
nidev (Changbeom Yun)

Also available in: Atom