[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 Harald Sitter changed: What|Removed |Added CC||[email protected] --- Comment #28 from Harald Sitter --- *** Bug 509795 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 Arjen Hiemstra changed: What|Removed |Added CC||[email protected] --- Comment #29 from Arjen Hiemstra --- *** Bug 508114 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 postix changed: What|Removed |Added See Also||https://bugs.kde.org/show_b ||ug.cgi?id=509192 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 TraceyC changed: What|Removed |Added CC||[email protected] --- Comment #26 from TraceyC --- *** Bug 509246 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 mydarkstar changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 Nate Graham changed: What|Removed |Added See Also|https://bugs.kde.org/show_b | |ug.cgi?id=508783| CC||[email protected] --- Comment #27 from Nate Graham --- *** Bug 508783 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 Nate Graham changed: What|Removed |Added CC||[email protected] --- Comment #25 from Nate Graham --- *** Bug 508931 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 Germano Massullo changed: What|Removed |Added CC||[email protected] --- Comment #24 from Germano Massullo --- *** Bug 507805 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 Nate Graham changed: What|Removed |Added See Also||https://bugs.kde.org/show_b ||ug.cgi?id=508783 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 TraceyC changed: What|Removed |Added CC||[email protected] --- Comment #23 from TraceyC --- *** Bug 508649 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 Nate Graham changed: What|Removed |Added CC||[email protected] --- Comment #22 from Nate Graham --- *** Bug 508051 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 Harald Sitter changed: What|Removed |Added CC||[email protected] --- Comment #21 from Harald Sitter --- *** Bug 508100 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 Nate Graham changed: What|Removed |Added Version Fixed In||6.4.5 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED Latest Commit||https://invent.kde.org/plas ||ma/plasma-workspace/-/commi ||t/810b39163c8c835450d0a8a39 ||d3bc768d3344c39 --- Comment #20 from Nate Graham --- That should fix it. We'll re-open if we get any new reports from people using Plasma 6.4.5 or later. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 Nicolas Fella changed: What|Removed |Added CC||4wy78uwh@rokejulianlockhart ||.addy.io --- Comment #19 from Nicolas Fella --- *** Bug 507973 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 --- Comment #18 from Arjen Hiemstra --- Git commit 810b39163c8c835450d0a8a39d3bc768d3344c39 by Arjen Hiemstra. Committed on 07/08/2025 at 09:03. Pushed by ahiemstra into branch 'Plasma/6.4'. applets/notifications: Use a proper component for the speed chart Children of a Loader are not part of the loader's contents, they're just children of the loader. To make sure we actually have the chart as Loader contents, wrap it in an item and set it as sourceComponent. This ensures we don't try to load the chart when it's not actually visible or needed. (cherry picked from commit 8f81580780253f98210731c8962f33c67de08e98) Co-authored-by: Arjen Hiemstra M +99 -95 applets/notifications/package/contents/ui/components/SpeedChart.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/810b39163c8c835450d0a8a39d3bc768d3344c39 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 --- Comment #17 from Bug Janitor Service --- A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/5740 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 --- Comment #16 from Arjen Hiemstra --- Git commit 8f81580780253f98210731c8962f33c67de08e98 by Arjen Hiemstra. Committed on 07/08/2025 at 07:55. Pushed by ahiemstra into branch 'master'. applets/notifications: Use a proper component for the speed chart Children of a Loader are not part of the loader's contents, they're just children of the loader. To make sure we actually have the chart as Loader contents, wrap it in an item and set it as sourceComponent. This ensures we don't try to load the chart when it's not actually visible or needed. M +99 -95 applets/notifications/components/SpeedChart.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/8f81580780253f98210731c8962f33c67de08e98 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 --- Comment #15 from Bug Janitor Service --- A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/5737 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 [email protected] changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 Nicolas Fella changed: What|Removed |Added CC||[email protected] --- Comment #14 from Nicolas Fella --- *** Bug 507861 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 Nicolas Fella changed: What|Removed |Added CC||[email protected] --- Comment #13 from Nicolas Fella --- *** Bug 506843 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 --- Comment #12 from Nicolas Fella --- *** Bug 507783 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 TraceyC changed: What|Removed |Added CC||[email protected] --- Comment #11 from TraceyC --- *** Bug 507536 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 cwo changed: What|Removed |Added CC||bandhanpramanik06.foss@gmai ||l.com --- Comment #10 from cwo --- *** Bug 507204 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 Nate Graham changed: What|Removed |Added Ever confirmed|0 |1 Status|REPORTED|CONFIRMED -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 GoldBarb changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 postix changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 Nicolas Fella changed: What|Removed |Added Priority|HI |VHI CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 Nicolas Fella changed: What|Removed |Added CC||[email protected] --- Comment #9 from Nicolas Fella --- *** Bug 506922 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 Nate Graham changed: What|Removed |Added CC||[email protected] --- Comment #8 from Nate Graham --- *** Bug 506006 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 Nate Graham changed: What|Removed |Added CC||[email protected] ||om --- Comment #7 from Nate Graham --- *** Bug 505966 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 TraceyC changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 Nate Graham changed: What|Removed |Added Priority|NOR |HI -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 Nate Graham changed: What|Removed |Added Version Fixed In|Frameworks 6.15 | Sentry Crash||https://crash-reports.kde.o Report||rg/organizations/kde/issues ||/201624/?project=9&query=is ||%3Aunresolved%20issue.prior ||ity%3A%5Bhigh%2C%20medium%5 ||D&stream_index=1 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 Antonio Rojas changed: What|Removed |Added CC||[email protected] --- Comment #6 from Antonio Rojas --- *** Bug 505994 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 Nate Graham changed: What|Removed |Added Ever confirmed|1 |0 Resolution|FIXED |--- Status|RESOLVED|REPORTED --- Comment #5 from Nate Graham --- Unfortunately this crash doesn't seem to be fixed by that commit. On today's git master, I just got a crash with the same backtrace when I clicked on the Notifications icon in my system tray. [KCrash Handler] #4 0x7fafa0144985 in QJSEngine::handle (this=0x0) at /usr/src/debug/qt6-qtdeclarative-6.9.1-1.fc42.x86_64/src/qml/jsapi/qjsengine.h:298 #5 QQmlListModel::engine (this=this@entry=0x1f25eaa0) at /usr/src/debug/qt6-qtdeclarative-6.9.1-1.fc42.x86_64/src/qmlmodels/qqmllistmodel.cpp:2128 #6 0x7fafa0145c46 in QQmlListModel::data (this=0x1f25eaa0, index=, role=0) at /usr/src/debug/qt6-qtdeclarative-6.9.1-1.fc42.x86_64/src/qmlmodels/qqmllistmodel.cpp:2319 #7 0x7fafa01461f4 in QQmlListModel::data (this=, index=..., role=) at /usr/include/qt6/QtCore/qabstractitemmodel.h:130 #8 0x7faeed9b6643 in ModelSource::item (this=0x19845790, index=0) at /home/nate/kde/src/kquickcharts/src/datasource/ModelSource.cpp:93 #9 0x7faeed9b251c in ChartDataSource::first (this=) at /home/nate/kde/src/kquickcharts/src/datasource/ChartDataSource.cpp:20 #10 0x7faeed9638f7 in LegendModel::getValueForItem (this=this@entry=0x1e543530, item=item@entry=0) at /home/nate/kde/src/kquickcharts/controls/LegendModel.cpp:263 #11 0x7faeed964620 in LegendModel::update (this=0x1e543530) at /home/nate/kde/src/kquickcharts/controls/LegendModel.cpp:164 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 Nate Graham changed: What|Removed |Added Status|CONFIRMED |RESOLVED Version Fixed In||Frameworks 6.15 Resolution|--- |FIXED --- Comment #4 from Nate Graham --- We think that may fix the issue. Please test/verify with Frameworks 6.15 or later. Thanks folks! -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 Nate Graham changed: What|Removed |Added CC||[email protected] --- Comment #2 from Nate Graham --- *** Bug 504322 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 --- Comment #3 from Arjen Hiemstra --- Git commit fed717c4c52fc4b06b027130b39e9fc9d61a2760 by Arjen Hiemstra. Committed on 10/06/2025 at 15:02. Pushed by ahiemstra into branch 'master'. controls: Handle Chart::destroyed() in LegendModel * controls: Handle Chart::destroyed() in LegendModel Otherwise we risk trying to access objects that no longer exist. M +15 -2controls/LegendModel.cpp M +1-0controls/LegendModel.h https://invent.kde.org/frameworks/kquickcharts/-/commit/fed717c4c52fc4b06b027130b39e9fc9d61a2760 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 Nate Graham changed: What|Removed |Added CC||[email protected] --- Comment #1 from Nate Graham --- *** Bug 505276 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 Nate Graham changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0 |1 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 503099] Plasma can crash in LegendModel::update() when displaying a notification that does *not* include a chart in it
https://bugs.kde.org/show_bug.cgi?id=503099 Nate Graham changed: What|Removed |Added Version First|master |6.3.90 Reported In|| Keywords||regression -- You are receiving this mail because: You are watching all bug changes.
