summaryrefslogtreecommitdiffstats
path: root/lib/bb/parse/parse_py/ConfHandler.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-19 17:44:39 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-19 17:44:42 +0000
commit60969cd62e21e7d4af161bf8504b7643a879c73f (patch)
treeb53c7e0103e97de7679a607afc340b644adc7cc0 /lib/bb/parse/parse_py/ConfHandler.py
parent5b9a099ec2a1dc954b614e12a306595f55b6a99e (diff)
downloadbitbake-contrib-60969cd62e21e7d4af161bf8504b7643a879c73f.tar.gz
runqueue: Remove use of waitpid on worker processes
Use of waitpid on the worker processes is a bad idea since it conflicts directly with subprocess internals. Instead use the poll() method and returncode to determine if the process has exitted, if it has, we can shut down the system. This should resolve the hangs once and for all, famous last words. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/bb/parse/parse_py/ConfHandler.py')
0 files changed, 0 insertions, 0 deletions