From 22532079ec02ab5d8f7dfa190eeb7d7b2653a3f5 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 29 Nov 2008 01:01:22 +0000 Subject: [PATCH] * Get rid of zombies. --- src/Hydra/script/hydra_queue_runner.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Hydra/script/hydra_queue_runner.pl b/src/Hydra/script/hydra_queue_runner.pl index 43b1e6cf..67713345 100755 --- a/src/Hydra/script/hydra_queue_runner.pl +++ b/src/Hydra/script/hydra_queue_runner.pl @@ -14,6 +14,8 @@ my $db = openHydraDB; my $hydraHome = $ENV{"HYDRA_HOME"}; die "The HYDRA_HOME environment variable is not set!\n" unless defined $hydraHome; +$SIG{CHLD} = 'IGNORE'; + sub unlockDeadBuilds { # Unlock builds whose building process has died.