Summary: | Forceful logout after about 30 seconds, desktop freeze on relogin | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Martin Häusler <martin.haeusler89> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | REPORTED --- | ||
Severity: | grave | CC: | kde, kdedev, nate |
Priority: | NOR | ||
Version First Reported In: | 6.4.4 | ||
Target Milestone: | --- | ||
Platform: | CachyOS | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Martin Häusler
2025-08-23 21:56:19 UTC
Here are the journalctl logs for the plasmashell between the initial boot, the freeze, and the subsequent (manually triggered) hard reset: https://pastebin.com/s9ftDFGS Unfortunately there's no information in the journal log that indicates an issue. If you're getting logged out, it sounds like KWin is either crashing or exiting. Can you look for kwin_wayland crash logd with `coredumpctl --reverse`? See also https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports#Retrieving_a_backtrace_using_coredumpctl H Nate, thank you very much for taking the time to look into this. The issue just occurred right now since I've started my system to find the information you've requested. Same as described in the opening post. However, I have been able to do the following: - I got forcefully logged out - Instead of logging back in, I pressed `CTRL + ALT + F3` to open a terminal - logged into the terminal session - executed `killall plasmashell` - switched back to the plasma session with `CTRL + ALT + F2` - I was greeted by the chrome browser window I had open. Curiously, I was logged into the system and wasn' tasked for the password again. - I executed `plasmashell` command and the syte Does that help in the analysis? So I ran the following command: coredumpctl --reverse ... and piped the output in a text file. The system installation is only about a week old, so there's not too much going on in there. There are no logs in there that relate to wayland, kwin, kde, plasma, or any other related technology. Here's the entire resulting file: https://pastebin.com/raw/NZGZaVnG The `osqueryd` is very likely unrelated. I suspect it's coming from a device management software I had to install for my employer. There's a chrome crash in there once but that's about it. So... did no process crash, or did one crash and just doesn't show up in that log either? Somehow my entire desktop is having a stroke and leaves no traces about it anywhere it seems. Hmm, no KWin crash. It's possible KWin is *exiting* which is worse. Let's see if we can get more logs. Can you run:
> journalctl -xb 0 > ~/Desktop/boot.log
And then go through it and remove any personal information, and then attach it here?
Thanks!
Hello again, sorry for the delay. Here's the requested boot.log: https://pastebin.com/raw/8YkETcEu I hope this helps. Thanks. Unfortunately I don't see anything incriminating in there. Moving to KWin (since that's most likely what's dying and kicking you out) so the folks there can investigate. Hi, I just wanted to ask if someone from the KWin team has looked into the matter in the meantime. I'm happy to provide additional diagnostic information as necessary. This bug is the bane of my existence at the moment. |