Summary: | Crash of plasmashell in org_kde_kwin_shadow_manager_unset() related to session crash after resume from suspend | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Jan Rathmann <jan.rathmann> |
Component: | generic-crash | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | REPORTED --- | ||
Severity: | crash | CC: | kde, kdedev, nate, vlad.zahorodnii, xaver.hugl |
Priority: | NOR | ||
Version: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=445893 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jan Rathmann
2024-08-16 13:49:00 UTC
Plasma crashing isn't unexpected when the whole session goes down. I'm assuming you were using a Wayland session, right? Can you get a backtrace of kwin_wayland's crash using `coredumpctl`? See the docs for how to do this at https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports#Retrieving_a_backtrace_using_coredumpctl Thanks! (In reply to Nate Graham from comment #1) > Plasma crashing isn't unexpected when the whole session goes down. > > I'm assuming you were using a Wayland session, right? Can you get a > backtrace of kwin_wayland's crash using `coredumpctl`? See the docs for how > to do this at > https://community.kde.org/Guidelines_and_HOWTOs/Debugging/ > How_to_create_useful_crash_reports#Retrieving_a_backtrace_using_coredumpctl > > Thanks! The interesting thing here is that the crash of plasmashell which left the coredump happened _after_ I re-logged in from SDDM just after the session went down – sorry if I failed to make that clear: (first) session -> suspend -> resume -> session crashed -> SDDM -> re-login (into second session) -> plasmashell crash shortly after login (backtrace) Yeah this was from the Wayland session. Unfortunately, kwin crashing/quitting hasn't left anything in /var/lib/systemd/coredump – the lines from `journalctl --user` that I posted in the report are the only remains I could find from the unexpected session crash that preceded this plasmashell crash (which happened shortly after loggin in again, as described above). Hmm, OK. Thanks anyway. Just as a data point, I haven't seen this kind of crash on my git-master system, either in Wayland or X11. I also searched through my crash dump files and I see no instance of org_kde_kwin_shadow_manager_unset. I don't know what might be different between our systems. |