K 10 svn:author V 6 jilles K 8 svn:date V 27 2010-12-05T21:53:29.110664Z K 7 svn:log V 442 sh: Avoid marking a job as done before it is fully created. In r208489, I added code to reap zombies when forking new processes, to limit the amount of zombies. However, this can lead to marking a job as done or stopped if it consists of multiple processes and the first process ends very quickly. Fix this by only checking for zombies before forking the first process of a job and not marking any jobs without processes as done or stopped. END