Summary: | crash in Plotter component | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Ryan <dasgeek> |
Component: | general | Assignee: | David Edmundson <kde> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | achrislong, bugrprt21882, corwin, notmart, plasma-bugs |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.11.5 | ||
Target Milestone: | 1.0 | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kdeclarative/2617a2ab9d472a78559f11ee8d430d951e3335f2 | Version Fixed In: | |
Sentry Crash Report: |
Description
Ryan
2018-01-04 04:36:06 UTC
*** Bug 388544 has been marked as a duplicate of this bug. *** i can reproduce it sometimes by dragging a systemmonitor plasmoid (like cpu) between desktop and panel https://phabricator.kde.org/D10250 may adress this issue Git commit 2617a2ab9d472a78559f11ee8d430d951e3335f2 by Marco Martin. Committed on 05/02/2018 at 16:33. Pushed by mart into branch 'master'. disconnect render() on window change Summary: when the window changes, the node will be deleted, and render() will access an invalid pointer. disconnect the render slot when the window change, as it can't do anything useful until the next updatepaintnode. Make the managedtexturenode actually do the management, as textures were never deleted Related: bug 374280, bug 365052, bug 343576 Test Plan: The bug is easily reproducible without the patch, wasn't able to reproduce it anymore with it Reviewers: #plasma, davidedmundson Reviewed By: #plasma, davidedmundson Subscribers: davidedmundson, broulik, ngraham, plasma-devel, #frameworks Tags: #plasma, #frameworks Differential Revision: https://phabricator.kde.org/D10250 M +10 -2 src/qmlcontrols/kquickcontrolsaddons/plotter.cpp M +3 -1 src/qmlcontrols/kquickcontrolsaddons/plotter.h https://commits.kde.org/kdeclarative/2617a2ab9d472a78559f11ee8d430d951e3335f2 *** Bug 393530 has been marked as a duplicate of this bug. *** *** Bug 395277 has been marked as a duplicate of this bug. *** |