Skip to content
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

fix(mv): set use-graphics-offload to false #1049

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

GeopJr
Copy link
Owner

@GeopJr GeopJr commented Jun 29, 2024

fix: #1025 #1048

Graphics offload is awesome but the random segfaults under some hardware are just so out of my control that I'd rather disable it for now.

Initially, the issue was the loading stack, but even after removing that, it still crashes on other people's hardware (it fixed it for me).

It's just not worth it. I can't even create a reproducer easily.

@GeopJr GeopJr merged commit 050f49c into main Jul 1, 2024
5 checks passed
@GeopJr GeopJr deleted the fix/media-viewer/set-graphics-offload-to-false branch July 1, 2024 14:50
@rmader
Copy link
Contributor

rmader commented Jul 6, 2024

This is likely caused by https://gitlab.gnome.org/GNOME/gtk/-/issues/6824 and also affects other apps. Hopefully offload can be turned on again once things have been further stabilized.

rmader added a commit to rmader/Tuba that referenced this pull request Jul 8, 2024
rmader added a commit to rmader/Tuba that referenced this pull request Jul 15, 2024
The previously observed crashes were most likely all cases of a wrong
assert in the GTK offload code that affected multiple apps, fixed in
https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/7407

Thus turn on offloading again.

This reverts commit 050f49c.
rmader added a commit to rmader/Tuba that referenced this pull request Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Crash after clicking on embedded media into Mastodon's toot
2 participants