summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/cooker.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-02 09:46:22 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-03 17:51:26 +0100
commit496cbc01ca0ffd2b582b9ab4c4e0f54db7b18b00 (patch)
tree15e9ce62d7c415938dc9b2381da1f3db801f4458 /bitbake/lib/bb/cooker.py
parent70d6360602766232ca096ee427bb85564ac16a69 (diff)
downloadpoky-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 'bitbake/lib/bb/cooker.py')
0 files changed, 0 insertions, 0 deletions