Summary: | plasma crashed after removing panel due to widgets dissapearing while still showing as loaded | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kdeclarative | Reporter: | Sherwin <scdnewson> |
Component: | general | Assignee: | Marco Martin <notmart> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | bhush94, kdelibs-bugs, plasma-bugs |
Priority: | NOR | Keywords: | drkonqi |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kdeclarative/2617a2ab9d472a78559f11ee8d430d951e3335f2 | Version Fixed In: | |
Sentry Crash Report: |
Description
Sherwin
2016-07-03 23:11:56 UTC
Crash seems to be in the plotter 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 374280, 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 |