Summary: | Plasma crashing | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Cristian Vargas <cristian> |
Component: | general | Assignee: | David Edmundson <kde> |
Status: | RESOLVED DOWNSTREAM | ||
Severity: | crash | CC: | bhush94, notmart, plasma-bugs, samuel, simonandric5 |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.8.2 | ||
Target Milestone: | 1.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Cristian Vargas
2016-10-28 11:59:36 UTC
can this be reproduced with more debug symbols for kdeplasma-addons and plasma-framework? if that crash is at line 95 of comic.cpp, it means the applet is correctly installed, the comic dataengine not (weird package split by the distro?) existence of that engine should be guarded against anyways Git commit 03e7a6740f9914effc2989833c8571f850f28509 by Marco Martin. Committed on 01/11/2016 at 08:20. Pushed by mart into branch 'master'. guard against dataengine missing Summary: this should never happen, but weird distribution packaging policies can make this happen. At least don't crash the whole sesison Test Plan: with dataengine present still works, with dataengine plugin delteted it still load without crashing, even if broken Reviewers: #plasma, davidedmundson Reviewed By: #plasma, davidedmundson Subscribers: davidedmundson, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D3191 M +25 -17 applets/comic/comic.cpp M +3 -1 applets/comic/comicmodel.cpp http://commits.kde.org/kdeplasma-addons/03e7a6740f9914effc2989833c8571f850f28509 Git commit 360036fb0bdcf2b29104972dcdce6f8b3880e3c7 by Marco Martin. Committed on 01/11/2016 at 08:21. Pushed by mart into branch 'Plasma/5.8'. guard against dataengine missing Summary: this should never happen, but weird distribution packaging policies can make this happen. At least don't crash the whole sesison Test Plan: with dataengine present still works, with dataengine plugin delteted it still load without crashing, even if broken Reviewers: #plasma, davidedmundson Reviewed By: #plasma, davidedmundson Subscribers: davidedmundson, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D3191 M +25 -17 applets/comic/comic.cpp M +3 -1 applets/comic/comicmodel.cpp http://commits.kde.org/kdeplasma-addons/360036fb0bdcf2b29104972dcdce6f8b3880e3c7 moved as downstream, as we don't crash anymore, but the dataengine missing tells that the distribution didn't package it correctly and probably splitted the kdeplasma-addons repository in multiple packages, but didn't set the dataengine as a dependency of the applet *** Bug 372313 has been marked as a duplicate of this bug. *** |