diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-21 19:29:51 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-24 21:59:44 +0000 |
commit | 72072db00465595293eda7b9b5446fcabef6552a (patch) | |
tree | cb28487dd315223508651dbbdc8eea0d8aa687a3 /bitbake/lib/bb/tests/codeparser.py | |
parent | 4a94cf21c5538232a4ca32cd249794933e31818b (diff) | |
download | poky-72072db00465595293eda7b9b5446fcabef6552a.tar.gz |
bitbake: cooker: Fix parsing race around cache handling
When draining the result queue from the parsing processes, cache objects
can be created even if they are then immediately destroyed. The reset
in the sync code needs to happen after any objects have been created.
Change the ordering to fix this. This ordering has caused various
cache errors, particularly when interrupting parsing with Ctrl+C.
(Bitbake rev: f45a94e6720dacf7f51ac147c115a6f608769093)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/tests/codeparser.py')
0 files changed, 0 insertions, 0 deletions