Remix.run Logo
weberer 4 days ago

>Plasma will crash on me 2-3 times per day just doing regular things

This is not normal. Do a RAM test to see if you have a hardware issue.

xobs 4 days ago | parent | next [-]

It’s normal if you use the Nvidia proprietary driver. Every notification leaks one fd, so if you get a lot of notifications it’ll segfault once or twice per day.

This was apparently fixed in version 590 of the driver which was released only recently: https://forums.developer.nvidia.com/t/fd-leak-with-explicit-...

vrighter 14 hours ago | parent [-]

So that must be why I'm not affected. I have a gtx1080 which can't use that driver. Good to know.

cogman10 4 days ago | parent | prev | next [-]

RAM or the GPU is faulty. Definitely not normal.

I've been running plasma for over a year, there was like 1 crash during the 5->6 transition, it's otherwise been perfectly fine.

diath 4 days ago | parent | prev | next [-]

It is normal for KDE. KDE is mockingly called KrashDE in Linux circles for a reason. We're only 4 days into 2026 and there's already dozens of crash-related bugs filled in the bug tracker: https://bugs.kde.org/buglist.cgi?bug_status=UNCONFIRMED&bug_...

Even things as basic as handling the wallpapers was crashing users' desktops up until recently: https://www.phoronix.com/news/Plasma-6.5-Crash-Fixes

fooker 3 days ago | parent [-]

You know what else has a dozen crash related bugs in the bug tracker per day?

Literally any piece of complex software. See LLVM for example. LLVM is the backbone of most compiler work in the world right now.

https://github.com/llvm/llvm-project/issues

3 days ago | parent | next [-]
[deleted]
3 days ago | parent | prev [-]
[deleted]
marginalia_nu 4 days ago | parent | prev [-]

I have the same issue, only on KDE, never anywhere else.

Does KDE use RAM differently than every other software?

fooker 3 days ago | parent [-]

Yes, KDE aggressively caches and indexes things by default whenever you have free RAM unless you disable this behavior in multiple places in multiple applications. For example, in Okular you can tune it to choose how much of a pdf you want to keep rendered in memory, if you have a tonne of memory, this makes it the smoothest pdf viewer I have ever used.

It has become reasonable graceful in giving it back when you you need it nowadays.

marginalia_nu 3 days ago | parent [-]

The Linux kernel does this too, yet it does not crash like KDE. At any given moment, most of your free RAM is used to cache stuff by the kernel, unless you've recently rebooted.

fooker 3 days ago | parent [-]

No, what the Linux kernel does instead is randomly kill user processes :)

It's kinda infamous for that, and had held up Linux adoption for a decade or so.

But you sort of missed the point, I think. The comment chain was about speculating why KDE could possibly crash if there was faulty RAM while other software would be fine. And the kernel absolutely crashes when there's faulty ram.

marginalia_nu 3 days ago | parent [-]

Right, yet it's KDE that is crashing with extreme regularity, and never the kernel.