You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am able to build chromium following the instructions, however I am getting a segmentation fault when running on Pi 4 using FKMS (KMS does seem to render, but I am limited to FKMS due to display timings).
I have tried with versions as far back as 109.0.5414.74
error:
root@raspberrypi4-64:~# chromium --no-sandbox
[12417:12453:0619/160516.538895:ERROR:bus.cc(399)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[12417:12453:0619/160516.540010:ERROR:bus.cc(399)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[12448:12448:0619/160516.583930:ERROR:gpu_init.cc(523)] Passthrough is not supported, GL is egl, ANGLE is
Segmentation fault
KMS seems to also be affected - however, repeated attempts to start can occasionally yield a window. Further digging suggests the issue may be related to electron/electron#32436
I am able to build chromium following the instructions, however I am getting a segmentation fault when running on Pi 4 using FKMS (KMS does seem to render, but I am limited to FKMS due to display timings).
I have tried with versions as far back as 109.0.5414.74
error:
strace from 109.0.5414.74:
I am using latest from poky/dunfell, latest from meta-clang/dunfell-clang12, and latest from meta-openembedded/dunfell
Any ideas on what could be causing this?
The text was updated successfully, but these errors were encountered: