Hello everyone, and happy new year.
This morning I ran system upgrade, it went smoothly, no errors raised. However now, when I try to launch google chrome it freezes, if I start it from command line it says:
$ google-chrome
ERROR:sandbox_linux.cc(374) InitializeSandbox() called with multiple threads in process gpu-process.
I found someone already had similar problem https://askubuntu.com/questions/1230508/19141191410425-011526-129520errorsandbox-linux-cc374-initializesandbox
unfortunately their solution
$ google-chrome --disable-gpu --disable-software-rasterizerer
did not help in my case, trying to launch google-chrome with parameters above renders an empty window with no url bar whatsoever.
$ google-chrome --version
Google Chrome 87.0.4280.141
cat /var/log/apt/history.log
Start-Date: 2021-01-08 08:59:39
Commandline: apt full-upgrade --no-install-recommends -y
Upgrade: python3-tk:amd64 (3.9.1-1, 3.9.1-2), build-essential:amd64 (12.8, 12.9), libatkmm-1.6-1v5:amd64 (2.28.0-2, 2.28.0-3), dialog:amd64 (1.3-20190808-1, 1.3-20201126-1), tzdata:amd64 (2020e-1, 2020f-1), libx11-xcb1:amd64 (2:1.6.12-1, 2:1.7.0-1), python3-lib2to3:amd64 (3.9.1-1, 3.9.1-2), libheif1:amd64 (1.9.1-1, 1.10.0-2), libkf5sane-data:amd64 (20.08.0-1, 20.12.0-1), hexchat-python3:amd64 (2.14.3-4, 2.14.3-5), libasound2:amd64 (1.2.4-1, 1.2.4-1.1), hexchat-plugins:amd64 (2.14.3-4, 2.14.3-5), firefox:amd64 (84.0-3, 84.0.2-1), hexchat:amd64 (2.14.3-4, 2.14.3-5), bash:amd64 (5.1-1, 5.1-2), libheif-examples:amd64 (1.9.1-1, 1.10.0-2), libatopology2:amd64 (1.2.4-1, 1.2.4-1.1), libasound2-data:amd64 (1.2.4-1, 1.2.4-1.1), libkf5sane5:amd64 (20.08.0-1, 20.12.0-1), libept1.6.0:amd64 (1.2+b1, 1.2.1), hexchat-perl:amd64 (2.14.3-4, 2.14.3-5), python3-distutils:amd64 (3.9.1-1, 3.9.1-2), libnetcf1:amd64 (1:0.2.8-1+b3, 1:0.2.8-1.1), firefox-l10n-en-gb:amd64 (84.0-3, 84.0.2-1), hexchat-common:amd64 (2.14.3-4, 2.14.3-5), intel-media-va-driver:amd64 (20.4.3+dfsg1-1, 20.4.5+dfsg1-1)
End-Date: 2021-01-08 08:59:52
How do I make google-chrome work again?
Thanks for any hints.
Kind Regards
M.