From 578efb3a769dc75ac694476dff4c7e2f830b6001 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Sun, 10 Jun 2018 14:21:09 -0400 Subject: [PATCH] Need to do reaper in shutdownALl --- scripts/zmdc.pl.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/zmdc.pl.in b/scripts/zmdc.pl.in index 9d388b9de..2cafc1987 100644 --- a/scripts/zmdc.pl.in +++ b/scripts/zmdc.pl.in @@ -736,6 +736,8 @@ sub shutdownAll { send_stop(1, $pid_hash{$pid}); } while ( keys %terminating_processes ) { + + reaper() if %pids_to_reap; check_for_processes_to_kill(); if ( %terminating_processes ) { Debug("Still " . %terminating_processes . ' to die. sleeping');