#1062533 chromium: Chromium doesn't launch in ARM64!

Package:
chromium
Source:
chromium
Description:
web browser
Submitter:
Sally A.haj
Date:
2024-02-02 22:15:06 UTC
Severity:
normal
Tags:
#1062533#5
Date:
2024-02-01 20:23:48 UTC
From:
To:
Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
	I just updated the system normally, then reboot the system, then tried to run chromium, but it doens't run at all.
   * What was the outcome of this action?
	When I run chromium from the terminal, I get this out put:
	chromium
[4905:4905:0201/151723.065989:ERROR:policy_logger.cc(156)] :components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc(161) Cloud management controller initialization aborted as CBCM is not enabled. Please use the `--enable-chrome-browser-cloud-management` command line flag to enable it if you are not using the official Google Chrome build.
[0201/151723.154339:ERROR:elf_dynamic_array_reader.h(64)] tag not found
[0201/151723.163572:WARNING:exception_snapshot_linux.cc(263)] fpsimd not found
[4905:4935:0201/151723.102253:ERROR:check.cc(297)] Check failed: false. NOTREACHED log messages are omitted in official builds. Sorry!
[4905:4905:0201/151723.260722:ERROR:check.cc(297)] Check failed: false. NOTREACHED log messages are omitted in official builds. Sorry!
[4905:4905:0201/151723.334295:ERROR:message_formatter.cc(93)] MessageFormat({0,number,percent}) failed with U_MISSING_RESOURCE_ERROR
[0201/151723.359887:ERROR:elf_dynamic_array_reader.h(64)] tag not found
Segmentation fault
sally@sally-deb:~$ [4950:4950:0100/000000.997428:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
[4950:4950:0100/000000.997701:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
[4950:4950:0100/000000.998357:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
[4950:4950:0100/000000.998481:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
[4950:4950:0100/000000.999079:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
[4950:4950:0100/000000.999196:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
[4950:4950:0100/000000.999782:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
[4950:4950:0100/000000.999894:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)

   * What outcome did you expect instead?
	Before the latest update, it was working just fine.
I am using Gnome/Wayland on Raspberry Pi 4 for a quite some times, and this the first time I face an issue with chromium.

#1062533#10
Date:
2024-02-01 20:43:58 UTC
From:
To:
I don't remember exactly, but I believe it was the very recent before
the latest, because I usually do update the system every week or so.

Thank you.

#1062533#15
Date:
2024-02-01 20:36:40 UTC
From:
To:
On 2/1/24 15:23, Sally A.haj wrote:
[...]

Thanks for the report. What exactly was the previous version that worked
for you?

#1062533#20
Date:
2024-02-02 09:17:08 UTC
From:
To:
Running 'grep chromium /var/log/dpkg.log' (or /var/log/dpkg.log.1 if it
was already rotated) should tell you what version it was upgraded from.

#1062533#25
Date:
2024-02-02 21:59:28 UTC
From:
To:
Yes Andres,
I run the command you mentioned, and this is the previous version:
121.0.6167.85-1~deb12u1.

Thank you.

#1062533#30
Date:
2024-02-02 22:09:26 UTC
From:
To:
There is something update:
I was enabling "chrome://flags/#enable-unsafe-webgpu" flag, and it was
working fine with all the previous versions, now I have tried disabled
it, and the chromium works now.
I don't understand why when it enabled prevents chromium from
running/launching.

Thank you