Hi everyone,
ever since I switched to Arch about two months ago, most applications segfault multiple times a day. There doesn’t seem to be any pattern for the crashes, sometimes it’s even happening while idling (e.g. reading a news article).
Things I’ve tried without any luck so far:
- Running Firefox in safe-mode without any extensions
- Switching from regular to LTS kernel
- Disable Hardware Acceleration in Firefox
- Change RAM speed and timings
- Run Memtest successfully
- Replace entire RAM with a new certified kit
- Use only a single RAM slot
- Apply Ryzen fixes (iommu=soft, limit c-states)
- Use only a single CPU core (maxcpus=1)
- Downgrade Nvidia driver to 535xx
- Use Nouveau instead of the nvidia driver
- Use Openbox instead of KDE
- Disable zswap and THP
Here’s full journalctl from a day where both Spotify and Firefox crashed at the end, a few seconds after each other:
Some more info about my system:
- Ryzen 5 3600X
- MSI B450M PRO-VDH Max
- 32GB RAM @ 3200MHz
- Geforce RTX 2070 SUPER (using nvidia-dkms)
- Plasma 5.27.10 on X11
I’m pretty sure that it’s not hardware related, because I’ve booted up a Debian 12 live image where everything ran for several hours without a crash. But it seems to be Arch related, as I also booted up a fresh EndeavourOS live image (so basically Arch), where applications also randomly segfaulted. Any idea why everything works fine on Debian but not on Arch? Debian uses the 6.1 kernel, which I already tried, so that’s not it.
Let me know if you need any more information that might help solve this issue. Thanks!
Edit [solved]: It looks like disabling PBO in the UEFI/BIOS did the trick. The strange thing is, after enabling it again, it’s still not crashing again. Someone suspected that the MoBo default/training settings were faulty, so I guess this was a very rare case here. That’s probably why it took so long to find a solution. Thanks everyone for helping me out!
deleted by creator
Hm, I’ve had this problem since my initial setup about 2-3 months ago, I think that if there’s something wrong with the software in the repos, it would’ve been fixed by now and I wouldn’t be the only one having this problem, right?
But of course, if you want I can give the testing repos a try :)
deleted by creator
The crashes are in the middle of browsers (both Firefox and chrome embedded in Spotify), if you try a simple mprime stress test (from the AUR mprime-bin) does it crash too?
Yeah, this sounds somewhat like unstable hardware.
Definitely start with a stress test or memory test.
Could be a defective library that’s used by many apps. Glibc, etc. That said, if something like this is that broken, others should be complaining about it too.
One crash was in libxul and the other in libcef I doubt this is a specific lib
Maybe a corrupt download/copy of a library… Try a reinstall of say glibc ?
Maybe a corrupt download/copy of a library… Try a reinstall of say glibc ?
Doesn’t explain why it also crashes in an EndeavourOS live image…
This is a good idea, but they probably need to figure out which lib is shitting the bed first. There’s too many libs to try otherwise.
I had a 3700x that was doing that sort of thing. It seemed mostly random, but moving big files would crash it pretty often. It ran memtest86 for 3 days no problem. I replaced part by part, and it ended up being the CPU. I’d bought it second hand so it may have been abused.
But if it’s a faulty CPU, wouldn’t it also crash on Debian?
Wild guess, there could be differences in compilation optimization that expose this hypothetical proc defect on Arch but not on Debian. Try a day or two of mprime as some others suggested.
Try a day or two of mprime as some others suggested.
That wouldn’t necessarily reveal a faulty CPU or firmware. I used to have a 3600x that would sometimes crash on idle at low clocks but would run cinebench or geekbench all day and all night.
For sure. It would catch a subset of issues.
I would think so, but it sounds similar enough with the symptoms and very similar on the model CPU so I thought I’d mention it
Can you enable core dumps and get stack traces? From there you should be able to figure out which shared library is broken.
Uhm, isn’t that what can be found at the end of the journalctl log I posted? Or are you talking about something different?
I’m pretty sure that it’s not hardware related
Random segfaulting is not something that “just happens” because of an OS misconfiguration, then if the same problem happens on Arch as well as on a clean EndeavourOS live image it convinces me that it is in fact hardware related somehow. As you have already replaced the RAM, my guess is CPU or motherboard issue.
Zen2/B450 is a widely used and well supported configuration on Linux that you normally shouldn’t have issues with, but Zen2 CPUs are rather notorious for having fragile memory controllers, and sometimes dodgy AGESA firmware releases that can cause issues on some CPUs. I used to have a 3600X myself that started crashing at idle around a particular firmware release of my motherboard, and it was fixed by a subsequent release.
BTW the fact that it doesn’t happen on Debian doesn’t necessarily mean that Arch is the culprit. It could just be that Debian is not triggering the fault because of different, perhaps more conservative, compiler optimizations.
As a last ditch effort, you could try resetting your entire UEFI (bios) settings to default, preferably by pulling the CMOS battery.
BTW, is it only GUI applications that are segfaulting? Or other programs as well? Do you have an old spare GPU you can test with?
I already did a UEFI reset, that didn’t help. As far as I can tell, it’s only GUI applications, I haven’t seen a segfault for something else so far. Unfortunately I don’t have any other GPU right now.
It seems that a solution was found though (at least for now, it didn’t crash since a few hours) here: https://lemm.ee/comment/8161085
Glad to hear that disabling PBO helped, but it does indicate that something may not be entirely healthy with your CPU (or with the way the motherboard is driving it, that also can’t be excluded)
I would guess that this is
CPUSSD issue you ran an live debian image from an usb and did not encounter any crashes.But I also ran a live EndeavourOS from USB and the same crashes happened.
Could you try an older endeavour os image?
This sounds very much like a driver/firmware/hardware issue
Try increasing RAM voltage? Might make it more stable under load. I had a similar issue, clean memtest, but games would randomly crash. Increasing RAM voltage fixed it.
What voltage should I try? It’s currently at 1.35V, and I’ve read somewhere that this is the highest “safe” voltage.
I jumped to 1.4V which afaik is safe. But i cant guarentee anything. Going up slowly might be better, but stop at 1.4?
Corsair says 1.4 is safe: https://help.corsair.com/hc/en-us/articles/360052448851-Tips-on-safely-overclocking-memory
Are you keeping an eye on system temperature?
Yeah, temperatures are usually between 40-50 °C, so that should be fine.
Yeah, that should be fine.
Anything in the kernel message buffer?
dmesg -T | less
I’m not sure, here’s the entire dmesg output: https://pastebin.com/MZfhB0xK
I’m not seeing anything relevant to lockups or crashes in there. Pretty boring logs.
Crashes on Arch, doesn’t crash on Debian:
Debian > Arch
Not the point of this thread.
Of course.