diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-16 09:17:10 -1000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-16 23:03:51 +0100 |
commit | 42735fc06daf32785d470622b170ab2dc5073926 (patch) | |
tree | ba3714291b416124c7d20e78f5012eafde0ed8a7 /documentation/conf.py | |
parent | 580532cfd0c23e27a366c074e806fc0b6908b874 (diff) | |
download | poky-42735fc06daf32785d470622b170ab2dc5073926.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: 70ea322a4866f7ef20361a6b146f2be568261c6a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 96a6303949cefd469bcf5ed250ff512271354357)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/conf.py')
0 files changed, 0 insertions, 0 deletions