diff options
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/bb/runqueue.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index e8dfb394cd..b71e1d0fcb 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py | |||
@@ -930,7 +930,7 @@ class RunQueue: | |||
930 | self.finish_runqueue(True) | 930 | self.finish_runqueue(True) |
931 | except OSError: | 931 | except OSError: |
932 | pid = False | 932 | pid = False |
933 | if callable(self.oldsigchld): | 933 | if callable(self.oldsigchld) and self.oldsigchld != self.sigchild_exception: |
934 | self.oldsigchld(*args, **kwargs) | 934 | self.oldsigchld(*args, **kwargs) |
935 | 935 | ||
936 | def start_worker(self): | 936 | def start_worker(self): |