mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Report a sudden death of workers
This commit is contained in:
parent
75751dca2b
commit
ffaefcadd8
1 changed files with 2 additions and 0 deletions
|
@ -257,6 +257,8 @@ module Test
|
|||
return if @io.closed?
|
||||
@quit_called = true
|
||||
@io.puts "quit"
|
||||
rescue Errno::EPIPE => e
|
||||
warn "#{@pid}:#{@status.to_s.ljust(7)}:#{@file}: #{e.message}"
|
||||
end
|
||||
|
||||
def kill
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue