summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center1
1 files changed, 1 insertions, 0 deletions
diff --git a/control-center b/control-center
index ea096991..a880c319 100755
--- a/control-center
+++ b/control-center
@@ -686,6 +686,7 @@ sub sig_child() {
# reap zombies
my $kid;
do { $kid = waitpid(-1, POSIX::WNOHANG) } until $kid > 0;
+ # child unexpectedly died:
return unless $left_locked;
child_just_exited();
splash_warning(N("This program has exited abnormally"));