我尝试重新安装 chrome;问题仍然存在。我尝试从 .cache 目录中删除 google-chrome 文件夹。我尝试使用以下命令
$ google-chrome --disable-gpu --disable-software-rasterizer
$ google-chrome --no-sandbox
$ google-chrome --no-sandbox --disable-gpu
mochan@mochan:~$ google-chrome
mesa: for the --simplifycfg-sink-common option: may only occur zero or one times!
mesa: for the --global-isel-abort option: may only occur zero or one times!
mesa: for the --amdgpu-atomic-optimizations option: may only occur zero or one times!
mesa: for the --structurizecfg-skip-uniform-regions option: may only occur zero or one times!
[17055:17055:0100/000000.420948:ERROR:sandbox_linux.cc(374)] InitializeSandbox() called with multiple threads in process gpu-process.
Trace/breakpoint trap (core dumped)
mochan@mochan:~$ google-chrome --disable-gpu --disable-software-rasterizer
[16570:16570:0522/205057.285491:ERROR:gpu_init.cc(426)] Passthrough is not supported, GL is disabled
Trace/breakpoint trap (core dumped)
mochan@mochan:~$ ^C
mochan@mochan:~$ google-chrome --no-sandbox
mesa: for the --simplifycfg-sink-common option: may only occur zero or one times!
mesa: for the --global-isel-abort option: may only occur zero or one times!
mesa: for the --amdgpu-atomic-optimizations option: may only occur zero or one times!
mesa: for the --structurizecfg-skip-uniform-regions option: may only occur zero or one times!
[16687:16687:0100/000000.992944:ERROR:sandbox_linux.cc(374)] InitializeSandbox() called with multiple threads in process gpu-process.
Trace/breakpoint trap (core dumped)
mochan@mochan:~$ [0522/205209.117905:ERROR:nacl_helper_linux.cc(307)] NaCl helper process running without a sandbox!
Most likely you need to configure your SUID sandbox correctly
^C
mochan@mochan:~$ google-chrome --no-sandbox --disable-gpu
[16806:16806:0100/000000.957896:ERROR:gpu_init.cc(426)] Passthrough is not supported, GL is egl
Trace/breakpoint trap (core dumped)
mochan@mochan:~$ [0522/205344.098949:ERROR:nacl_helper_linux.cc(307)] NaCl helper process running without a sandbox!
Most likely you need to configure your SUID sandbox correctly
[16806:16806:0100/000000.101152:ERROR:sandbox_linux.cc(374)] InitializeSandbox() called with multiple threads in process gpu-process.
答案1
今天更新后,问题本身已得到解决。