aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/asyncrpc/client.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-12-28 10:50:39 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-12-30 11:04:40 +0000
commit2c6183594279e2e9d03f11155ad969448869c863 (patch)
treecb5acf5bd5a113c6236487b0ad85094977f242df /lib/bb/asyncrpc/client.py
parent23639edfbbb3fced7606dce211db8a31c5766585 (diff)
downloadbitbake-2c6183594279e2e9d03f11155ad969448869c863.tar.gz
lib/bb: Add workaround for libgcc issues with python 3.8 and 3.9
With python 3.8 and 3.9, we see intermittent errors of: libgcc_s.so.1 must be installed for pthread_cancel to work Aborted (core dumped) which seem related to: https://stackoverflow.com/questions/64797838/libgcc-s-so-1-must-be-installed-for-pthread-cancel-to-work https://bugs.ams1.psf.io/issue42888 These tend to occur on debian 11 and ubuntu 20.04. Workaround this by ensuring libgcc is preloaded in all cases. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/bb/asyncrpc/client.py')
0 files changed, 0 insertions, 0 deletions