| Summary: | [systemd] KWin sometimes does not exit on logout properly on wayland | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Samuel Reddy <samuelsumukhreddy> |
| Component: | wayland-generic | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | KingTChoka, lee295012, nate |
| Priority: | NOR | ||
| Version First Reported In: | 5.22.90 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | KWin doesn't crash | ||
|
Description
Samuel Reddy
2021-10-01 07:16:00 UTC
Can you check whether kwin crashes? That can be done by attaching a debugger to kwin or checking coredumps. Created attachment 142155 [details]
KWin doesn't crash
I ran 'echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
sudo gdb -pid $(pidof kwin_wayland) -batch -ex "set logging file kwin_wayland.gdb" -ex "set logging on" -ex "continue" -ex "thread apply all backtrace" -ex "quit"' and logged out of Plasma and got the bug, but there was no backtrace in the file. So KWin is not crashing.
Hmm, this might be a ksmserver issue. This bug seems to be fixed in plasma 5.23. *** Bug 443814 has been marked as a duplicate of this bug. *** |