Summary: | Discover crashed in ResourcesUpdatesModel::useUnattendedUpdatesChanged() while I was interacting with a GHNS window | ||
---|---|---|---|
Product: | [Applications] Discover | Reporter: | Patrick Silva <bugseforuns> |
Component: | discover | Assignee: | Dan Leinir Turthra Jensen <leinir> |
Status: | REPORTED --- | ||
Severity: | crash | CC: | aleixpol, donnie126_2002, nate, woddy68 |
Priority: | NOR | ||
Version: | master | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Patrick Silva
2021-10-04 13:15:57 UTC
That's weird, ResourcesUpdatesModel::useUnattendedUpdatesChanged() shouldn't be called here since there's nothing in the GHNS window that can affect that. In fact it's not supposed to get called at all unless you manually alter this setting in the KCM. *** Bug 445199 has been marked as a duplicate of this bug. *** *** Bug 445283 has been marked as a duplicate of this bug. *** Same problem in Tumbleweed using factory repositories, so Plasma 5.23.90 - Frameworks 5.90.0 - qt 5.15.2 - Applications 21.12.2. Starting Discover from the terminal I get : plasma-discover %F QObject::startTimer: Timers cannot have negative intervals org.kde.plasma.discover: Trying to open unexisting file QUrl("file:///home/carlo/%25F") adding empty sources model QStandardItemModel(0x561c5bd61b90) org.kde.plasma.libdiscover: Couldn't find a category for "fwupd-backend" file:///usr/lib64/qt5/qml/org/kde/kirigami.2/private/PrivateActionToolButton.qml:74:5: QML Binding: Binding loop detected for property "value" file:///usr/lib64/qt5/qml/org/kde/kirigami.2/AbstractApplicationWindow.qml:283:5: QML Binding: Not restoring previous value because restoreMode has not been set. This behavior is deprecated. You have to import QtQml 2.15 after any QtQuick imports and set the restoreMode of the binding to fix this warning. In Qt < 6.0 the default is Binding.RestoreBinding. In Qt >= 6.0 the default is Binding.RestoreBindingOrValue. file:///usr/lib64/qt5/qml/org/kde/kirigami.2/BasicListItem.qml:261:18: QML QQuickItem*: Binding loop detected for property "implicitWidth" file:///usr/lib64/qt5/qml/org/kde/kirigami.2/AbstractApplicationWindow.qml:283:5: QML Binding: Not restoring previous value because restoreMode has not been set. This behavior is deprecated. You have to import QtQml 2.15 after any QtQuick imports and set the restoreMode of the binding to fix this warning. In Qt < 6.0 the default is Binding.RestoreBinding. In Qt >= 6.0 the default is Binding.RestoreBindingOrValue. Errore di segmentazione (core dump creato) I think it's the same bug, but I'm not sure, in any case Discover doesn't start. |