diff options
Diffstat (limited to 'src/bio.c')
-rw-r--r-- | src/bio.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -152,6 +152,7 @@ void *bioProcessBackgroundJobs(void *arg) { * receive the watchdog signal. */ sigemptyset(&sigset); sigaddset(&sigset, SIGALRM); + sigaddset(&sigset, SIGCHLD); if (pthread_sigmask(SIG_BLOCK, &sigset, NULL)) redisLog(REDIS_WARNING, "Warning: can't mask SIGALRM in bio.c thread: %s", strerror(errno)); |