Summary: | Absolute freeze after hibernation | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | tobias |
Component: | wayland-generic | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | kde, nate |
Priority: | NOR | ||
Version First Reported In: | 5.26.5 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | gdb log directly after wakeup and re-login |
Description
tobias
2023-01-09 20:02:39 UTC
You'll need to gdb kwin_wayland. Can you do that? Thanks! (In reply to Nate Graham from comment #1) > You'll need to gdb kwin_wayland. Can you do that? Thanks! As I said: "I tried to debug with GDB (both Kwin and plasmashell), but the logs show nothing (empty)." This included kwin_wayland of course. The command I used is: sudo gdb -pid $(pidof kwin_wayland) -batch -ex "set logging file kwin_wayland.gdb" -ex "set logging on" -ex "set print thread-events off" -ex "continue" -ex "thread apply all backtrace" -ex "quit" It shows nothing, the log is empty. I tried that multiple times now and it does not show any errors on initialization, so GDB is working correctly. Please use: sudo gdb -pid $(pidof kwin_wayland) -batch -ex "set logging file kwin_wayland.gdb" -ex "set logging on" -ex "set print thread-events off" -ex "thread apply all backtrace" -ex "quit" by telling it to continue, it won't get to the next step without an external trigger. Created attachment 155241 [details]
gdb log directly after wakeup and re-login
GDB log as requested, but it detached after some seconds and the "real" freeze happened one minute after that, so I don't know how useful it is.
Sadly it is kind of impossible for me to know when the freeze will happen exactly, so all I could try is to restart this command until the freeze happens and hope that I catch the right moment.
I tried standby and hibernation again for some days and I have to report that Standby is working again. Even after hours of use (after wakeup) my computer still runs smooth. But hibernation is still not working. Complete freeze every time after about 10-20 minutes of use. Sadly gdb does still not show anything. |