diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-11 18:09:37 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-12 05:58:48 -0700 |
commit | 9104a32196405a4bf5312eccdc0d4a207f8bf9f1 (patch) | |
tree | 2a9af39e8aae292d8ff6912e6e5c13ae5d5dfc99 /scripts/oe-setup-builddir | |
parent | 1960f6b2ecbb793b40ebc9aed25c8f9cb7884c9a (diff) | |
download | poky-9104a32196405a4bf5312eccdc0d4a207f8bf9f1.tar.gz |
bitbake: runqueue: Improve sigchld handler
The sigchld handler was reaping any processes and this was leading to
confusion with any other process handling code that could be active.
This patch:
a) Ensures we only read any process results for the worker processes
we want to monitor
b) Ensures we pass the event to any other sigchld handler if
it isn't an event we're interested in so the functions are properly
chained.
Together this should resolve some of the reports of unknown processes
people have been reporting.
(Bitbake rev: fe8baaa2f533db7a1b7203476c675588923d8d45)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/oe-setup-builddir')
0 files changed, 0 insertions, 0 deletions