this post was submitted on 27 Jul 2023
29 points (96.8% liked)

Linux

48072 readers
1 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 6 years ago
MODERATORS
 

I'm on arch, using KDE. AMD CPU and GPU.

For the last few months, my computer will occasionally go into a TTY briefly and show a few things (way too fast to read) and then shoot me back to the desktop where every program that was running is closed. Almost like a mini crash.

Super weird. I tried looking in /var/log, but couldn't find anything relevant.

Anyone know what's up with this?

top 9 comments
sorted by: hot top controversial new old
[–] chon@lemmy.ml 10 points 2 years ago (1 children)

Are you on wayland by any chance? I had that same problem and it went away when I changed back to xorg (Debian 12 - KDE - AMD APU)

[–] chon@lemmy.ml 7 points 2 years ago (1 children)

I'd be happy to receive feedback on the downvote.

[–] MyUnclesSecret@lemmy.world 3 points 2 years ago

Not sure why you got downvoted. Maybe it was the missing period. You know how flaky people can be. Thanks for your comments though and hope life is treating you well otherwise.

[–] Ocelot@lemmies.world 7 points 2 years ago (1 children)

that makes me think graphics driver maybe? Check dmesg output right after it happens, you might see something getting reset.

[–] KindredAffiliate@lemmy.world 5 points 2 years ago (1 children)

Yes I think I found it, kwin_wayland is segfault'ing randomly, causing the whole session to crash and restart.

Not sure how to fix that though ...

[–] Zamundaaa@discuss.tchncs.de 4 points 2 years ago* (last edited 2 years ago)

Please start a gdb console for the last crash with coredumpctl debug kwin_wayland, get a backtrace in there with "bt full" and create a bug report with the backtrace at bugs.kde.org

[–] BitSound@lemmy.world 3 points 2 years ago (1 children)

coredumpctl might help, it keeps track of whenever a process just ups and dies hard.

[–] KindredAffiliate@lemmy.world 2 points 2 years ago

It looks like kwin_wayland is on there as "inaccessible" about the time it last happened

[–] KotoWhiskas@kbin.social 2 points 2 years ago

It's definitely kwin_wayland

load more comments
view more: next ›