diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-02 09:46:22 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-03 17:51:26 +0100 |
commit | 496cbc01ca0ffd2b582b9ab4c4e0f54db7b18b00 (patch) | |
tree | 15e9ce62d7c415938dc9b2381da1f3db801f4458 /oe-init-build-env | |
parent | 70d6360602766232ca096ee427bb85564ac16a69 (diff) | |
download | poky-496cbc01ca0ffd2b582b9ab4c4e0f54db7b18b00.tar.gz |
bitbake: server/process: Disable gc around critical section
The python gc can trigger whilst we're holding the event stream lock
and when cleaning up objects, they can trigger warnings. This translates
into a new event which would then need the lock and we can deadlock.
Disable gc whilst we hold that lock to avoid this unfortunate and
problematic situation.
(Bitbake rev: 96a6303949cefd469bcf5ed250ff512271354357)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'oe-init-build-env')
0 files changed, 0 insertions, 0 deletions