Originally posted by bug77
View Post
GNOME Mutter Switches To High Priority KMS Thread To Avoid Crashes
Collapse
X
-
Originally posted by varikonniemi View Post
You don't understand. It would not be killed if every piece of work was split up in manageable portions. It's only when a RT marked task spends too much time doing something it gets killed. As it's assumed to have malfuntioned as it was supposed to be RT.
Comment
-
-
Originally posted by woddy View Post...ok so even GNOME had a series of bugs...no, because it seemed that only Plasma had bugs!
Comment
-
-
Originally posted by Topolino View PostAll projects have bugs.
Some projects also have proper bug management, code reviews, CI, testing and deployment and packaging on the larger distributions. This is the case here.
But then, gtk is a well known bad basis for development. No surprise that gnome is in a bad shape. 20 years of removing features, choice and freedom and it is still unstable.
Comment
-
-
Originally posted by energyman View Post
A piece so broken, they do not bother fixing it. Instead they disable some performance relevant code and hope that their broken mess stops exploding.
Comment
-
-
Originally posted by intelfx View Post
I'm afraid it's you who doesn't understand. This potentially unbounded time is spent within the kernel atomic modesetting API calls, i.e. it's ultimately a kernel bug, not Mutter's.
From your description it would mean that gnome found a kernel bug where AMS is not compatible with RT.
But let's not get too gnomey in our fandom. The real issue is in how badly gnome is written to trigger such timeouts. Not in a kernel bug. Would you say TCPIP is broken because DDOS is possible? No, it's a feature, not a bug. DDOS leverages malicious code requesting single service wrongly. Gnome leverages buggy code requesting kernel interface wrongly.Last edited by varikonniemi; 16 November 2024, 07:27 AM.
Comment
-
-
Originally posted by varikonniemi View PostFrom your description it would mean that gnome found a kernel bug where AMS is not compatible with RT.
In this case the workaround is well understood, justified and benign. It might even beneficial.
Comment
-
-
Originally posted by bug77 View PostI had a good laugh looking at the comments in that ticket. Whoever wrote them did not know stddev is meaningless if your distribution isn't normal.Originally posted by jabl View Post
Indeed, they should have used https://en.wikipedia.org/wiki/Median_absolute_deviation
Originally posted by energyman View PostNo, what we are seeing is the opposite. A piece so broken, they do not bother fixing it.
Instead they disable some performance relevant code and hope that their broken mess stops exploding.
But then, gtk is a well known bad basis for development.
Originally posted by Topolino View PostThe mutter code is fine. The problem is it exposes a kernel or AMD driver problem. In most cases the focus should be fixing the parent bug but this time the workaround is actually better.
The problem is that it's not just a single kernel issue but many separate ones, and there seems to be very little if any interest in fixing them on the kernel side.
Originally posted by varikonniemi View PostFrom your description it would mean that gnome found a kernel bug where AMS is not compatible with RT.
The real issue is in how badly gnome is written to trigger such timeouts.
Comment
-
-
Originally posted by energyman View PostBut then, gtk is a well known bad basis for development.
QT is for people with ADHS, huge unpredictable not consistent 1mio buttons randomly ordered with every app differently. Even the programming language(s), mostly C++ a horrible implementation of a horrible idea (OOP) in the first place. But even if you have some Python bindings, which it's also much better to do Python-bindings with C as basis, suck, because python also sucks.
It feels like cocaine, this aggressive bright colors and everything, and yes it's deeper than just the default colors of the usual themes, it's the button click animations and everything, gives me nearly epilepsy if I would really have that, but in reality just tires me more.
Now don't get me wrong even I like gnome I use it not that much, because I like more of the tiling window manager at least for non-gaming. But I like as example firefox or more specific librefox better than Chromium, sure partially it's about featureset, and I like gimp more than whatever you use with QT Krita? mpv seems to use something else, I guess I use the gtk version of emacs, I never thought ohh I need a certain tool, let's find a QT alternative for it.
At best you need (semi or pseudo) exclusive features like kde connect or I think Amarok was at some point pretty praised for it's featureset, I don't need that, but you would then use tools DESPITE and not because they are written in QT.
But I addressed users, what about developers, the tooling for interfaces might be better for QT, can't remember using Glade ever but I used qt designer, but I don't think when I hear "as base" the tooling or documentation is referenced, but how stable it is. Also I am not even sure Mutter which would be the problem here uses even itself gtk.
It became the default window manager in GNOME 3, replacing Metacity[4] which used GTK for rendering. "Mutter" is a combination of "Metacity" and "Clutter".
If it's for me do all in lisp, but yes something about guis seem to be catered very much to OOP, which of course you can somehow also do with lisp
Also I think you start to overdramatize all that, probably only a unstable development version had this bugs or if you mix it manually with a very new kernel or something as normal distro user you never get the combination that causes bugs on your pc.
Last edited by blackiwid; 16 November 2024, 09:57 AM.
Comment
-
-
Originally posted by blackiwid View PostBy you and some other biased KDE Fanboys, sure.
QT is for people with ADHS, huge unpredictable not consistent 1mio buttons randomly ordered with every app differently. Even the programming language(s), mostly C++ a horrible implementation of a horrible idea (OOP) in the first place. But even if you have some Python bindings, which it's also much better to do Python-bindings with C as basis, suck, because python also sucks.
It feels like cocaine, this aggressive bright colors and everything, and yes it's deeper than just the default colors of the usual themes, it's the button click animations and everything, gives me nearly epilepsy if I would really have that, but in reality just tires me more.
Now don't get me wrong even I like gnome I use it not that much, because I like more of the tiling window manager at least for non-gaming. But I like as example firefox or more specific librefox better than Chromium, sure partially it's about featureset, and I like gimp more than whatever you use with QT Krita? mpv seems to use something else, I guess I use the gtk version of emacs, I never thought ohh I need a certain tool, let's find a QT alternative for it.
At best you need (semi or pseudo) exclusive features like kde connect or I think Amarok was at some point pretty praised for it's featureset, I don't need that, but you would then use tools DESPITE and not because they are written in QT.
But I addressed users, what about developers, the tooling for interfaces might be better for QT, can't remember using Glade ever but I used qt designer, but I don't think when I hear "as base" the tooling or documentation is referenced, but how stable it is. Also I am not even sure Mutter which would be the problem here uses even itself gtk.
Maybe it uses gtk for something else than rendering but for rendering it uses "Clutter" I guess it uses gtk for something, but not that much and I doubt that gtk caused the problem, but maybe I am wrong, even if so, I would expect that if you port a software from a non-RT kernel to a RT kernel that this would create new room for bugs and some seem to mention that plasma also had bugs recently maybe also with RT?
If it's for me do all in lisp, but yes something about guis seem to be catered very much to OOP, which of course you can somehow also do with lisp
Also I think you start to overdramatize all that, probably only a unstable development version had this bugs or if you mix it manually with a very new kernel or something as normal distro user you never get the combination that causes bugs on your pc.
Everyone is crazy in this world!
The truth is that there is no such thing as bug-free software, and the team that makes GNOME or KDE Plasma or whatever, do their best to make sure it achieves good stability.
Comment
-
Comment