Summary: | kquitapp5 plasmashell -> crash | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Hrvoje Senjan <hrvoje.senjan> |
Component: | general | Assignee: | David Edmundson <kde> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | andrew, auxsvr, bhush94, kde, mtijink.bugs, peter, pheys, plasma-bugs |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.3.90 | ||
Target Milestone: | 1.0 | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/plasma-workspace/4942878b67c6a5ae82df11264eb751944cea4a69 | Version Fixed In: | 5.4.0 |
Sentry Crash Report: |
Description
Hrvoje Senjan
2015-05-31 18:33:24 UTC
Are you running Marco's single engine branches? Nope. KF5 & Plasma master + Qt 5.4.2 branch. OK, must have fewer threads because we're midway through shutting down. Will investigate sometime. Hi, I also have this bug. It is quite annoying because plasmashell crashes and displays an error dialogue every time I logout/shutdown. The bug is triggered by (not sure if caused by) commit 1f9c20e4c4c25f5df3593792f5166af3eeee6068 in plasma-desktop. Reverting the commit does fix this problem (but not sure if it causes other problems). I can confirm that reverting the mentioned commit "fixes" the crash, so apparently on shutdown the containment's corona is already gone and then m_containment->corona() ->availableScreenRect(screenId) breaks on a dangling pointer? Git commit 4942878b67c6a5ae82df11264eb751944cea4a69 by Kai Uwe Broulik. Committed on 11/07/2015 at 00:06. Pushed by broulik into branch 'master'. Clear view lists in destructor This fixes a crash on shutdown when it has already deleted its views but someone calls into availableScreenRect FIXED-IN: 5.4.0 REVIEW: 124323 M +2 -0 shell/shellcorona.cpp http://commits.kde.org/plasma-workspace/4942878b67c6a5ae82df11264eb751944cea4a69 *** Bug 349766 has been marked as a duplicate of this bug. *** *** Bug 351061 has been marked as a duplicate of this bug. *** *** Bug 350866 has been marked as a duplicate of this bug. *** |