1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Report a full_message on a worker crash

A worker crash happens very often, but we're not sure why.
I'd like to know a backtrace if it's available.
This commit is contained in:
Takashi Kokubun 2020-11-24 20:36:25 -08:00
parent eaa87be5f6
commit 00f046ef57
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -324,7 +324,7 @@ module Test
return unless @options[:parallel]
return if @interrupt
flush_job_tokens
warn e if e
warn e.full_message if e
real_file = worker.real_file and warn "running file: #{real_file}"
@need_quit = true
warn ""