Chromium crashes with gpu error

Chromium crashes with gpu error on xfce4 fresh install. Nouveau driver. No idea how to solve this, need help! Thanks!

#>chromium                                            
[5805:5823:1027/113701.933930:ERROR:object_proxy.cc(577)] Failed to call method: org.freedesktop.DBus.Properties.Get: object_path= /org/freedesktop/portal/desktop: org.freedesktop.DBus.Error.InvalidArgs: La interfaz «org.freedesktop.portal.FileChooser» no existe
[5805:5823:1027/113701.934171:ERROR:select_file_dialog_linux_portal.cc(280)] Failed to read portal version property
[5805:5805:1027/113702.079914:ERROR:policy_logger.cc(154)] :components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc(163) Cloud management controller initialization aborted as CBCM is not enabled.
[5805:5805:1027/113705.287067:ERROR:gpu_process_host.cc(990)] GPU process exited unexpectedly: exit_code=139
[5805:5805:1027/113707.359802:ERROR:gpu_process_host.cc(990)] GPU process exited unexpectedly: exit_code=139
[5805:5805:1027/113709.611991:ERROR:gpu_process_host.cc(990)] GPU process exited unexpectedly: exit_code=139
[5805:5805:1027/113711.670158:ERROR:gpu_process_host.cc(990)] GPU process exited unexpectedly: exit_code=139
[5805:5805:1027/113713.727757:ERROR:gpu_process_host.cc(990)] GPU process exited unexpectedly: exit_code=139
[5805:5805:1027/113715.782391:ERROR:gpu_process_host.cc(990)] GPU process exited unexpectedly: exit_code=139
[5805:5805:1027/113716.911249:ERROR:gpu_process_host.cc(990)] GPU process exited unexpectedly: exit_code=139
[5805:5805:1027/113717.983045:ERROR:gpu_process_host.cc(990)] GPU process exited unexpectedly: exit_code=139
[5805:5805:1027/113718.996008:ERROR:gpu_process_host.cc(990)] GPU process exited unexpectedly: exit_code=139
[5805:5805:1027/113718.996343:FATAL:gpu_data_manager_impl_private.cc(448)] GPU process isn't usable. Goodbye.
[1027/113719.040298:ERROR:elf_dynamic_array_reader.h(64)] tag not found
[1027/113719.042371:ERROR:elf_dynamic_array_reader.h(64)] tag not found
[1027/113719.044053:ERROR:elf_dynamic_array_reader.h(64)] tag not found
zsh: trace trap (core dumped)  chromium
#>

:crystal_ball:

are you running as root ?

if yes - then logout and log in as user

sudo pacman -Syu xdg-desktop-portal-gtk
1 Like

No, no running as root.

just reintsalled xdg-desktop-portal-gtk and nothing changed, chromium keeps crashing.

Apparently you have LIBVA_DRIVER_NAME=nvidia set as an environment variable somewhere. Remove it.

See Issue 1491750: Google Chrome 118.0.5993.70-1 Launch Issue on Ubuntu 22.04.3 LTS

2 Likes

Yes! that was the problem. Just deleted that line from /etc/environment , reboot and now chromium starts again. Thanks!

I was trying to get hardware acceleration with Nouveau drivers and forgot that line on environment file.
Thanks again! !

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.