jobd: when handling finished processes, ignore unstarted ones
commit5a4e647feb2a41dcc2a3d241dafd86cad0fbd477
authorJan Krüger <jk@jk.gs>
Fri, 5 Nov 2010 02:26:49 +0000 (5 03:26 +0100)
committerJan Krüger <jk@jk.gs>
Fri, 5 Nov 2010 02:26:49 +0000 (5 03:26 +0100)
tree8425a6207db2f2bcdd1a7b5885bca165886222e2
parent68c12a3e319615f9c111b899ea4f44ea600ff5d8
jobd: when handling finished processes, ignore unstarted ones

When processes start and exit very quickly, the SIGCHLD handler can
trigger warnings caused by 'running' jobs that haven't actually had
their processes started yet. Make it ignore those.

Signed-off-by: Jan Krüger <jk@jk.gs>
jobd/jobd.pl