summaryrefslogtreecommitdiffstats
path: root/lib/bb/runqueue.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bb/runqueue.py')
-rw-r--r--lib/bb/runqueue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/runqueue.py b/lib/bb/runqueue.py
index e8dfb394cd..b71e1d0fcb 100644
--- a/lib/bb/runqueue.py
+++ b/lib/bb/runqueue.py
@@ -930,7 +930,7 @@ class RunQueue:
self.finish_runqueue(True)
except OSError:
pid = False
- if callable(self.oldsigchld):
+ if callable(self.oldsigchld) and self.oldsigchld != self.sigchild_exception:
self.oldsigchld(*args, **kwargs)
def start_worker(self):