ungoogled-chromium: Mesa-related segmentation fault on Arch

ungoogled-chromium version: 69.0.3497.100-3

Configuration and/or platform(s): Arch Linux, AMDGPU driver

Problem description

After installing ungoogled chromium from the aur (I tried both compiling for myself and the binary), I get the following error message:

$ chromium
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!
[3417:3417:0930/184129.266980:ERROR:sandbox_linux.cc(379)] InitializeSandbox() called with multiple threads in process gpu-process.
Segmentation fault (core dumped)

I ran pacman -Syu, then restarted my computer in an attempt to remedy the problem, but it didn’t help. googled (aka normal) chromium 69.0.3497.100-1 from the official repositories runs properly. What additional information could I provide to help in diagnosing this problem?

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 17 (8 by maintainers)

Most upvoted comments

Alternatively you can sed-fix the gn_flags.map file located in config_bundles/common/.

Add this into prepare(), close to the other sed there.

sed -i -E 's/(is_debug=)[a-z]+/\1true/' ${_config_bundle/archlinux/common}/gn_flags.map