Summary: | Unresponsive widgets and subsequent plasma crash | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | valentina <valentina.rolando84> |
Component: | general | Assignee: | David Edmundson <kde> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | bhush94, jackneill1000, kde, notmart, plasma-bugs |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.5.5 | ||
Target Milestone: | 1.0 | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kdeclarative/2617a2ab9d472a78559f11ee8d430d951e3335f2 | Version Fixed In: | |
Sentry Crash Report: |
Description
valentina
2016-12-29 10:14:01 UTC
is there anywhere a system monitor widget in the desktop/panel? (network monitor, cpu, memory usage, any that does that kind of graph) as the backtrace suggests a crash there *** Bug 374285 has been marked as a duplicate of this bug. *** *** Bug 375766 has been marked as a duplicate of this bug. *** related to 349289 and possibly fixed by the threaded rendering fixes for the plotter component? 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 388508, 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 |