this post was submitted on 23 Dec 2023
116 points (97.5% liked)

Linux

47369 readers
1109 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Among the Firefox Wayland bugs, one of the top crash bugs is over a lost connection to a Wayland compositor. For dealing with it is to have a proxy between Firefox and the Wayland compositor to cache messages and prevent compositor message queue overflows.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 35 points 9 months ago (9 children)

Would be interesting if this is more on Firefox side, or on compositor side. I've been running Firefox in Wayland for about 9 months now, without any issues.

[–] [email protected] 22 points 9 months ago* (last edited 9 months ago) (8 children)

this is a wayland issue. Due to how wayland works, it cannot drop messages, this means if the messages stop being accepted (IE. the program becomes very slow and not very responsive) the application will wind up dying. EEVDF helped resolve a lot of these issues. but they arent gone yet.

a fairly easy replication cause is to start a large rust project compile since cargo will thread to oblivion if it gets the chance, then use the PC on wayland. Applications can frequently die, Firefox, MPV, Kate, gnome web, chromium, games, etc. it also doesn't matter what compositor you use right now as gnome, kde sway all share the issue

EEVDF really does help stop a lot of these crashing though

[–] [email protected] 9 points 9 months ago (4 children)

the program becomes very slow and not very responsive

BeOS solved the issue of unresponsive GUIs in the 1990s. The GUI just must never run in the same thread as the logic.

[–] [email protected] 3 points 9 months ago (1 children)

I agree. The proxy solution they're proposing seems like a band-aid on a fundamental design issue to me. It's easier to just tack yet another library onto a big project than to refactor large amounts of code. This is exactly why a lot of software is getting more and more shit.

[–] [email protected] 0 points 9 months ago

Also this is the kind of issues Wayland will be facing now that it's starting to see widespread adoption, issues that arise from more and more complex situations created by interconnecting more apps with it in more ways.

How the devs handle this will be crucial and imo it can make or break the project in the long run. It's one thing to successfully run a hobby project at a small scale, it's another to shoulder the entire Linux desktop for the foreseeable future. That's the bar that X had to meet; if Wayland intends to be the Linux desktop it has to step up. "Not our problem, deal with it outside Wayland" will not do.

load more comments (2 replies)
load more comments (5 replies)
load more comments (5 replies)