I'm getting a similar issue with an RTX 4080 and a non-flatpak Steam, and on another machine wth a Radeon Pro W5700 and a non-flatpak Steam.
It might be good for Valve to build their libcef with those NOTREACHED messages enabled, so we can see what expectation wasn't met, rather than having it just shrug and make us guess.
I'll file a new bug for my issues with my machine, because I have NVIDIA and/or PRIME offloading in the mix, unlike in this bug report.
Nothing extracted yet.
Your system information
~/.var/app/com.valvesoftware.Steam/.local/share/Steam/logs/)Additional info:
com.valvesoftware.Steam, stable, v1.0.0.85)Please describe your issue in as much detail as possible:
Expected: Steam launches and shows the login window.
Actual:
steamwebhelper(the CEF-based UI renderer) enters an infinite crash loop immediately after launch. The Steam UI never appears. Each instance crashes within seconds and Steam restarts it indefinitely (startcount=0,startcount=1,startcount=2... repeating).The crash is a
SIGTRAP(signal 5) caused by aNOTREACHED()assertion failure insidelibcef.so(Chromium 126.0.6478.183, bundled with Steam, dated January 2026). The crash happens insidecef_execute_process— before any GPU initialization, windowing, or rendering takes place.Key log from
webhelper-linux.txt:This repeats 3–4 times per launch cycle, then Steam restarts the webhelper.
Key log from
cef_log.txt:Stack trace (from
coredumpctl info):What I have tried (none of these change the crash):
--delete-datagamescope -W 1920 -H 1080 -- flatpak run com.valvesoftware.Steam)~/.var/app/com.valvesoftware.Steam/.local/share/Steam/config/htmlcache/)--no-sandboxalready passed by Steam by defaultLIBGL_ALWAYS_SOFTWARE=1env varWAYLAND_DISPLAYto force X11-only mode (made it worse)Steps for reproducing this issue:
nvidia-opendriver 595.71.05, in a Hyprland/Wayland sessionflatpak run com.valvesoftware.Steamsteamwebhelperstarts crashing in a loop —Check failed: false. NOTREACHEDinlibcef.so— UI never appearsThe crash appears specific to the NVIDIA Blackwell architecture (RTX 5060 Ti, GB206) with the open-source nvidia-open kernel module. The
libcef.sobundled with Steam (Chromium 126, January 2026) triggers aNOTREACHED()assertion incef_execute_processon this hardware/driver combination.