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:09 +0100 |
commit | d01d8326331cfe59208674cfc53aa26c0028b313 (patch) | |
tree | 7df6d760cdb5a345396ec1f00500ca53b4ad8a36 /doc/_templates/layout.html | |
parent | b38a035cc8e769b5a4d8e49e55e3fb59fa6ea5d0 (diff) | |
download | bitbake-1.50.tar.gz |
server/process: Disable gc around critical sectionyocto-3.3.62021-04.6-hardknott1.50.61.50
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.
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 'doc/_templates/layout.html')
0 files changed, 0 insertions, 0 deletions