-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chromium 111+ builds crashy under sway with output scale != 1 #225277
Comments
We've recently updated Chromium to M112 (#224726) - is that version affected as well? I'm also running Chromium under Sway via Ozone/Wayland ( I have a gen7 Intel CPU+GPU as well. |
I found the issue you filed upstream. I'm having the same issue on Arch Linux, with the same chromium versions, on an Intel gen7 CPU+GPU. I also couldn't reproduce this with the latest official chromium build. I recognize this is the NixOS bug tracker; just thought I'd provide the backtraces and about:gpu on my end, in case the issues are related. |
Test command: Forgot to post the log here (it's in the upstream issue tho):
@yashlala does your log look like that? I don't see those call sites in your backtrace, although I'm not great at reading them. |
@edrex It's similar. Test command: Output:
I've added package version numbers and log output to the Gist now. |
I just tested with |
@yashlala can you confirm no crash with all outputs scale set to 1? ( |
@primeos could you possibly try two outputs with one set to a fractional scale eg 1.5? Usually it either crashes immediately or after swapping the window between outputs a few times (<< 10). Waiting on chromiumDev build. |
@edrex I can confirm that. I can also confirm that there are no crashes with all outputs scaled to 3; there need to be different scaling factors. Here's a link to the Arch issue I opened, where I record my findings. |
Do note that I don't have an issue when moving windows, only when creating new ones. I half-remember problems with moving windows yesterday, but couldn't reproduce it today. I wouldn't rule out the "two separate issues" case yet. |
Should be fixed by #229759 (see my comment in upstream bug for details) |
Describe the bug
Chromium (under sway wayland) crashes either at startup or when windows are moved between my two displays a few times. Reproducible with an empty profile. First appears in de134a1
I initially reported this upstream, but I've been unable to reproduce running the official builds with
steam-run
(chrome://gpu
looks about the same as with nixpkgs build) so I'm now convinced this is something particular to the nixpkgs builds.TODO
startplasma-wayland
, Hyprland, or river, trying to replicate conditions/procedure (laptop hidpi output scale 2.25, using keybind to rapidly cycle maximize or fullscreen window between outputs). Text is a little blurry with the fractional scaling on hidpi output on all those compositors, but seems crisp always on sway. maybe related? Anyway, this seems to be a sway-only bug.I haven't heard from anyone else with this issue. I'm on an i915 igpu laptop (gen7)update: it seems like @yashlala has the same crash with Arch Linux builds, while primeos can't repro with similar hardware/software.I'm 95% sure this started before I enabled the xanmod kernel, but I should check thatreproducible with default kerneleDP-1 scale=1
: no crash 🤔scale=2
: crashNotify maintainers
@primeos
Metadata
The text was updated successfully, but these errors were encountered: