Project

General

Profile

Actions

Bug #16162

closed

Resque::DirtyExit - Child process received unhandled signal (You may have encountered a bug in the Ruby interpreter or extension libraries)

Added by e.kostandini@forward.al (Ervin Kostandini) over 4 years ago. Updated over 4 years ago.

Status:
Closed
Assignee:
-
Target version:
-
[ruby-core:94887]

Description

My background jobs are all failing with the following error Resque::DirtyExit Child process received unhandled signal. After I restart the server they work for some minutes and then start failing. If I run the single jobs from Resque-schedule, they work fine.

My background jobs are all failing with the following error Resque::DirtyExit Child process received unhandled signal. After I restart the server they work for some minutes and then start failing. If I run the single jobs from Resque-schedule, they work fine.

Below is a part of the output of the resque-pool.stderr.log:

I've tried reducing the number of jobs to only one that only logs to a file, but the error persists. I've also tried rebuilding the AWS server instance and the redis instance but the error is still there.

System details:

  • Server instance: AWS linux version ( 4.14.88-72.76.amzn1.x86_64)
  • Resque version: 1.27.4
  • Redis: AWS elastic cache
  • ruby: 2.3.8
  • rails: 4.2

Details: https://stackoverflow.com/questions/57869424/resque-error-dirtyexit-child-process-received-unhandled-signal


Files

resque-pool.stderr.log (1.85 MB) resque-pool.stderr.log e.kostandini@forward.al (Ervin Kostandini), 09/10/2019 12:29 PM

Updated by jeremyevans0 (Jeremy Evans) over 4 years ago

  • Status changed from Open to Feedback

Ruby 2.3.8 is no longer supported, can you please try with Ruby 2.5.6, 2.6.4, or the master branch?

Updated by nobu (Nobuyoshi Nakada) over 4 years ago

It happens inside “grpc” extension library.
Have you asked them?

Actions #3

Updated by jeremyevans0 (Jeremy Evans) over 4 years ago

  • Status changed from Feedback to Closed
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0