Summary: | Crash in QQmlBinding::getPropertyData | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Sergey <sawser> |
Component: | generic-crash | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED UPSTREAM | ||
Severity: | crash | CC: | 0talal.mash0, 411skitrip, accounts-kde, adonai, akhilkalwakurthy, Azzmmzza, bhush94, bugseforuns, cakedoer, cerebellum, chris.vansteenlandt, come_with_me07, cosmenp, cristian, csgerencser, dckorah, deogracia, ekigwana, elavdeveloper, erecio, fabio.bulgarella, hein, herbert, hmcilvain1, jari.loippo, jodr666, jojsport, jonathan.verner, jpherrera, kde, kde, kde_org, lacho8713, leonard, m.sriram1996, mail_bugs.kde.org, mateush.honorato, megver83, mike.ldn999, mjawhitener, n.schnelle, nakkezsleep, notuxius, ouiallobobo, pedro.laracampos, pepko94, piotr.mierzwinski, pirminbraun16+bugs.kde.org, plasma-bugs, push2001sla, sawser, simonandric5, tuxolinux, vinlark, vishnugb, zeronineseven |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.10.2 | ||
Target Milestone: | 1.0 | ||
Platform: | Neon | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=380845 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Sergey
2017-06-22 11:33:01 UTC
*** Bug 381145 has been marked as a duplicate of this bug. *** For debug builds it's exiting at Q_ASSERT(data && data->propertyCache); in QQmlBinding::getPropertyData *** Bug 381654 has been marked as a duplicate of this bug. *** Could be caused by commit for https://bugreports.qt.io/browse/QTBUG-57633 because it adds code to clear data->propertyCrash. LOL, of course I mean data->propertyCache. Too many bug triaging... Interesting notes: I could reproduce the version of this crash in analog-clock, I put in some mad GDB, and found it was updating: Plasmoid.toolTipMainText: ... The crash in network manager show connectionTooltipIconChanged, which is used in a binding on Plasmoid.toolTip That's too much of a coincidence. That matches your idea about that link: The AppletConfig does create a new QQmlEngine, for a reason that I don't remember. AppletInterface (which is "Plasmoid" from QML terms) is shared in both. I think it's so the config dialog can use desktop style QtQuick Controls whereas the rest of Plasma does not. Confirmed, it's this change: https://codereview.qt-project.org/#/c/192037/3/src/qml/jsruntime/qv4qobjectwrapper.cpp remove those two and we don't crash. Debug shows it's the same QQmlData between the two engines; which I think is right; but it either shouldn't be setting the prop cache when one gets deleted, or it should be re-instantiating it (changing QQmlData::get(*m_target, false to true) where it crashes. I'll make a reproducible simple Qt case tomorrow. To answer the ineviatible question: Can we make ConfigView use a shared engine to work round it. The theme thing isn't really an issue. We can't easily change and keep compatibility. Changing the base class of ConfigView is an API break, and just making a new context internally would break existing use of ConfigView::rootContext() which PanelConfig uses. I don't see a simple solution for a workaround. Upstream bug: https://bugreports.qt.io/browse/QTBUG-61681 *** Bug 380845 has been marked as a duplicate of this bug. *** *** Bug 381598 has been marked as a duplicate of this bug. *** *** Bug 381623 has been marked as a duplicate of this bug. *** *** Bug 381758 has been marked as a duplicate of this bug. *** Created attachment 106392 [details]
New crash information added by DrKonqi
plasmashell (5.10.3) using Qt 5.9.0
- What I was doing when the application crashed:
Interacting with the global application menu widget
-- Backtrace (Reduced):
#6 QVector<QQmlPropertyData>::count (this=<optimized out>) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:234
#7 QQmlPropertyCache::property (index=58, this=<optimized out>) at ../../include/QtQml/5.9.0/QtQml/private/../../../../../src/qml/qml/qqmlpropertycache_p.h:711
#8 QQmlBinding::getPropertyData (this=this@entry=0x4b7fc30, propertyData=propertyData@entry=0x7ffcb3781548, valueTypeData=valueTypeData@entry=0x7ffcb3781550) at qml/qqmlbinding.cpp:520
#9 0x00007fb84e646c52 in GenericBinding<10>::write (this=0x4b7fc30, result=..., isUndefined=<optimized out>, flags=...) at qml/qqmlbinding.cpp:246
#10 0x00007fb84e6478d0 in QQmlNonbindingBinding::doUpdate (this=0x4b7fc30, watcher=..., flags=..., scope=...) at qml/qqmlbinding.cpp:210
*** Bug 381864 has been marked as a duplicate of this bug. *** *** Bug 381876 has been marked as a duplicate of this bug. *** *** Bug 381897 has been marked as a duplicate of this bug. *** *** Bug 381943 has been marked as a duplicate of this bug. *** *** Bug 382003 has been marked as a duplicate of this bug. *** *** Bug 382132 has been marked as a duplicate of this bug. *** This is now merged for Qt 5.9.2 Fixed upstream. *** Bug 382294 has been marked as a duplicate of this bug. *** *** Bug 382329 has been marked as a duplicate of this bug. *** *** Bug 382384 has been marked as a duplicate of this bug. *** *** Bug 382416 has been marked as a duplicate of this bug. *** *** Bug 382496 has been marked as a duplicate of this bug. *** *** Bug 382710 has been marked as a duplicate of this bug. *** *** Bug 382734 has been marked as a duplicate of this bug. *** *** Bug 382756 has been marked as a duplicate of this bug. *** *** Bug 382770 has been marked as a duplicate of this bug. *** *** Bug 382866 has been marked as a duplicate of this bug. *** *** Bug 382897 has been marked as a duplicate of this bug. *** *** Bug 382909 has been marked as a duplicate of this bug. *** *** Bug 382994 has been marked as a duplicate of this bug. *** *** Bug 383035 has been marked as a duplicate of this bug. *** *** Bug 383150 has been marked as a duplicate of this bug. *** *** Bug 383180 has been marked as a duplicate of this bug. *** Same situation here. But now it has gotten worse. When I lock the session, after a long time when accessing again, I present the same problem, the panels, the wallpaper, have disappeared. I have to run plasmashell in KRunner. This is my log: Aug 06 09:18:35 syin plasmashell[7794]: Icon theme "ubuntu-mono-dark" not found. Aug 06 09:18:35 syin plasmashell[7794]: Icon theme "Mint-X" not found. Aug 06 09:18:35 syin plasmashell[7794]: Icon theme "elementary" not found. Aug 06 09:18:35 syin plasmashell[7794]: Icon theme "gnome" not found. Aug 06 09:18:35 syin plasmashell[7794]: WARNING: Cannot find style "org.kde.desktop" - fallback: "/usr/lib/qt/qml/QtQuick/Controls/Styles/Desktop" Aug 06 09:18:36 syin plasmashell[7794]: No metadata file in the package, expected it at: "/home/elav/Pictures/Fondos/Wallpapercastle/" Aug 06 09:18:36 syin plasmashell[7794]: No metadata file in the package, expected it at: "/home/elav/Pictures/Fondos/Wallpapercastle/" Aug 06 09:18:36 syin plasmashell[7794]: No metadata file in the package, expected it at: "/home/elav/Pictures/Fondos/Wallpapercastle/" Aug 06 09:18:36 syin plasmashell[7794]: trying to show an empty dialog Aug 06 09:18:36 syin plasmashell[7794]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml:147:19: QML Loader: Binding loop detected for property "height" Aug 06 09:18:36 syin plasmashell[7794]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml:147:19: QML Loader: Binding loop detected for property "height" Aug 06 09:18:36 syin plasmashell[7794]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) Aug 06 09:18:36 syin plasmashell[7794]: Trying to use rootObject before initialization is completed, whilst using setInitializationDelayed. Forcing completion Aug 06 09:18:36 syin plasmashell[7794]: qml: Reading places from configuration: [{"placeAlias":"Austin","placeIdentifier":"4671654","providerId":"owm"}] Aug 06 09:18:36 syin plasmashell[7794]: qml: Reading places from configuration: [{"placeAlias":"Austin","placeIdentifier":"4671654","providerId":"owm"}] Aug 06 09:18:36 syin plasmashell[7794]: qml: cacheBackend failed to initialize Aug 06 09:18:36 syin plasmashell[7794]: qml: Reading places from configuration: [{"placeAlias":"Austin","placeIdentifier":"4671654","providerId":"owm"}] Aug 06 09:18:37 syin plasmashell[7794]: trying to show an empty dialog Aug 06 09:18:37 syin plasmashell[7794]: trying to show an empty dialog Aug 06 09:18:37 syin plasmashell[7794]: file:///home/elav/.local/share/plasma/plasmoids/org.kde.contrib.simpledateandtime/contents/ui/CompactRepresentation.qml:26: TypeError: Cannot read property 'DateTime' of undefined Aug 06 09:18:37 syin plasmashell[7794]: trying to show an empty dialog Aug 06 09:18:37 syin plasmashell[7794]: file:///usr/lib/qt/qml/QtQuick/Controls/ScrollView.qml:362: TypeError: Cannot read property 'padding' of null Aug 06 09:18:37 syin plasmashell[7794]: file:///usr/lib/qt/qml/QtQuick/Controls/ScrollView.qml:363: TypeError: Cannot read property 'padding' of null Aug 06 09:18:37 syin plasmashell[7794]: file:///usr/lib/qt/qml/QtQuick/Controls/ScrollView.qml:364: TypeError: Cannot read property 'padding' of null Aug 06 09:18:37 syin plasmashell[7794]: file:///usr/lib/qt/qml/QtQuick/Controls/ScrollView.qml:365: TypeError: Cannot read property 'padding' of null Aug 06 09:18:37 syin plasmashell[7794]: file:///usr/lib/qt/qml/QtQuick/Controls/Button.qml:99: TypeError: Cannot read property 'width' of null Aug 06 09:18:37 syin plasmashell[7794]: log_klipper: Setting selection to < "https://www.masterani.me/" > Aug 06 09:18:37 syin plasmashell[7794]: log_klipper: Setting clipboard to < "https://www.masterani.me/" > Aug 06 09:18:37 syin plasmashell[7794]: Notifications service registered Aug 06 09:18:38 syin plasmashell[7794]: libkcups: Create-Printer-Subscriptions last error: 0 successful-ok Aug 06 09:18:38 syin plasmashell[7794]: libkcups: Get-Jobs last error: 0 successful-ok Aug 06 09:18:38 syin plasmashell[7794]: libkcups: Get-Jobs last error: 0 successful-ok Aug 06 09:18:38 syin plasmashell[7794]: Plasma Shell startup completed Aug 06 09:18:38 syin plasmashell[7794]: libkcups: 0 Aug 06 09:18:38 syin plasmashell[7794]: libkcups: 0 Aug 06 09:18:38 syin plasmashell[7794]: Both point size and pixel size set. Using pixel size. Aug 06 09:18:38 syin plasmashell[7794]: networkmanager-qt: void NetworkManager::NetworkManagerPrivate::propertiesChanged(const QVariantMap&) Unhandled property "AllDevices" Aug 06 09:18:38 syin plasmashell[7794]: networkmanager-qt: void NetworkManager::NetworkManagerPrivate::propertiesChanged(const QVariantMap&) Unhandled property "Capabilities" Aug 06 09:18:38 syin plasmashell[7794]: networkmanager-qt: void NetworkManager::NetworkManagerPrivate::propertiesChanged(const QVariantMap&) Unhandled property "Devices" Aug 06 09:18:38 syin plasmashell[7794]: networkmanager-qt: void NetworkManager::NetworkManagerPrivate::propertiesChanged(const QVariantMap&) Unhandled property "GlobalDnsConfiguration" Aug 06 09:18:38 syin plasmashell[7794]: networkmanager-qt: virtual void NetworkManager::DevicePrivate::propertyChanged(const QString&, const QVariant&) Unhandled property "LldpNeighbors" Aug 06 09:18:38 syin plasmashell[7794]: networkmanager-qt: virtual void NetworkManager::DevicePrivate::propertyChanged(const QString&, const QVariant&) Unhandled property "Real" Aug 06 09:18:38 syin plasmashell[7794]: networkmanager-qt: virtual void NetworkManager::DevicePrivate::propertyChanged(const QString&, const QVariant&) Unhandled property "LldpNeighbors" Aug 06 09:18:38 syin plasmashell[7794]: networkmanager-qt: virtual void NetworkManager::DevicePrivate::propertyChanged(const QString&, const QVariant&) Unhandled property "Real" Aug 06 09:18:38 syin plasmashell[7794]: networkmanager-qt: virtual void NetworkManager::DevicePrivate::propertyChanged(const QString&, const QVariant&) Unhandled property "LldpNeighbors" Aug 06 09:18:38 syin plasmashell[7794]: networkmanager-qt: virtual void NetworkManager::DevicePrivate::propertyChanged(const QString&, const QVariant&) Unhandled property "Real" Aug 06 09:18:38 syin plasmashell[7794]: networkmanager-qt: virtual void NetworkManager::DevicePrivate::propertyChanged(const QString&, const QVariant&) Unhandled property "LldpNeighbors" Aug 06 09:18:38 syin plasmashell[7794]: networkmanager-qt: virtual void NetworkManager::DevicePrivate::propertyChanged(const QString&, const QVariant&) Unhandled property "Real" Aug 06 09:18:38 syin plasmashell[7794]: networkmanager-qt: virtual void NetworkManager::DevicePrivate::propertyChanged(const QString&, const QVariant&) Unhandled property "LldpNeighbors" Aug 06 09:18:38 syin plasmashell[7794]: networkmanager-qt: virtual void NetworkManager::DevicePrivate::propertyChanged(const QString&, const QVariant&) Unhandled property "Real" Aug 06 09:18:38 syin plasmashell[7794]: networkmanager-qt: virtual void NetworkManager::DevicePrivate::propertyChanged(const QString&, const QVariant&) Unhandled property "LldpNeighbors" Aug 06 09:18:38 syin plasmashell[7794]: networkmanager-qt: virtual void NetworkManager::DevicePrivate::propertyChanged(const QString&, const QVariant&) Unhandled property "Real" Aug 06 09:18:38 syin plasmashell[7794]: trying to show an empty dialog Aug 06 09:18:38 syin plasmashell[7794]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml:147:19: QML Loader: Binding loop detected for property "height" Aug 06 09:18:38 syin plasmashell[7794]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml:147:19: QML Loader: Binding loop detected for property "height" Aug 06 09:18:39 syin plasmashell[7794]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:317: Unable to assign [undefined] to int Aug 06 09:18:54 syin plasmashell[7794]: kf5.kservice.sycoca: Parse error in "/home/elav/.config/menus/applications-merged/xdg-desktop-menu-dummy.menu" , line 1 , col 1 : "unexpected end of file" Aug 06 09:20:24 syin plasmashell[7794]: trying to show an empty dialog Aug 06 09:20:31 syin plasmashell[7794]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:341: Unable to assign [undefined] to QString Aug 06 09:20:31 syin plasmashell[7794]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:317: Unable to assign [undefined] to int Aug 06 09:20:32 syin plasmashell[7794]: Registering ":1.396/StatusNotifierItem" Aug 06 09:20:32 syin plasmashell[7794]: QQuickItem::stackAfter: Cannot stack after 0xa5075ffc60, which must be a sibling Aug 06 09:20:32 syin plasmashell[7794]: QDBusObjectPath: invalid path "" Aug 06 09:20:32 syin plasmashell[7794]: QDBusObjectPath: invalid path "" Aug 06 09:20:32 syin plasmashell[7794]: QDBusObjectPath: invalid path "" Aug 06 09:20:32 syin plasmashell[7794]: QDBusObjectPath: invalid path "" Aug 06 09:20:32 syin plasmashell[7794]: QDBusObjectPath: invalid path "" Aug 06 09:20:32 syin plasmashell[7794]: QDBusObjectPath: invalid path "" Aug 06 09:20:51 syin plasmashell[7794]: QDBusObjectPath: invalid path "" Aug 06 09:20:51 syin plasmashell[7794]: QDBusObjectPath: invalid path "" Aug 06 09:20:51 syin plasmashell[7794]: qml: applet destroyed Aug 06 09:25:10 syin plasmashell[7794]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:317: Unable to assign [undefined] to int Aug 06 09:43:03 syin plasmashell[7794]: log_klipper: Checking clip data Aug 06 09:43:04 syin plasmashell[7794]: log_klipper: Synchronize? false Aug 06 09:43:13 syin plasmashell[7794]: log_klipper: Checking clip data Aug 06 09:43:13 syin plasmashell[7794]: log_klipper: Synchronize? false Aug 06 09:43:30 syin plasmashell[7794]: log_klipper: Checking clip data Aug 06 09:43:30 syin plasmashell[7794]: log_klipper: Synchronize? false Aug 06 09:43:36 syin plasmashell[7794]: log_klipper: Checking clip data Aug 06 09:43:37 syin plasmashell[7794]: log_klipper: Synchronize? false Aug 06 09:44:00 syin plasmashell[7794]: log_klipper: Checking clip data Aug 06 09:44:00 syin plasmashell[7794]: log_klipper: Synchronize? false Aug 06 09:49:21 syin plasmashell[7794]: log_klipper: Checking clip data Aug 06 09:49:21 syin plasmashell[7794]: log_klipper: was empty. Retried, now still empty Aug 06 09:49:21 syin plasmashell[7794]: log_klipper: Resetting clipboard (Prevent empty clipboard) Aug 06 09:49:21 syin plasmashell[7794]: log_klipper: Checking clip data Aug 06 09:49:21 syin plasmashell[7794]: log_klipper: was empty. Retried, now still empty Aug 06 09:49:21 syin plasmashell[7794]: log_klipper: Resetting clipboard (Prevent empty clipboard) Aug 06 10:16:58 syin plasmashell[7794]: libkcups: Renew-Subscription last error: 0 successful-ok Aug 06 13:33:34 syin plasmashell[9291]: Icon theme "ubuntu-mono-dark" not found. Aug 06 13:33:34 syin plasmashell[9291]: Icon theme "Mint-X" not found. Aug 06 13:33:34 syin plasmashell[9291]: Icon theme "elementary" not found. Aug 06 13:33:34 syin plasmashell[9291]: Icon theme "gnome" not found. Aug 06 13:33:35 syin plasmashell[9291]: WARNING: Cannot find style "org.kde.desktop" - fallback: "/usr/lib/qt/qml/QtQuick/Controls/Styles/Desktop" Aug 06 13:33:35 syin plasmashell[9291]: No metadata file in the package, expected it at: "/home/elav/Pictures/Fondos/Wallpapercastle/" Aug 06 13:33:35 syin plasmashell[9291]: No metadata file in the package, expected it at: "/home/elav/Pictures/Fondos/Wallpapercastle/" Aug 06 13:33:35 syin plasmashell[9291]: No metadata file in the package, expected it at: "/home/elav/Pictures/Fondos/Wallpapercastle/" Aug 06 13:33:35 syin plasmashell[9291]: trying to show an empty dialog Aug 06 13:33:35 syin plasmashell[9291]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml:147:19: QML Loader: Binding loop detected for property "height" Aug 06 13:33:35 syin plasmashell[9291]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml:147:19: QML Loader: Binding loop detected for property "height" Aug 06 13:33:35 syin plasmashell[9291]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) Aug 06 13:33:36 syin plasmashell[9291]: Trying to use rootObject before initialization is completed, whilst using setInitializationDelayed. Forcing completion Aug 06 13:33:36 syin plasmashell[9291]: qml: Reading places from configuration: [{"placeAlias":"Austin","placeIdentifier":"4671654","providerId":"owm"}] Aug 06 13:33:36 syin plasmashell[9291]: qml: Reading places from configuration: [{"placeAlias":"Austin","placeIdentifier":"4671654","providerId":"owm"}] Aug 06 13:33:36 syin plasmashell[9291]: qml: cacheBackend failed to initialize Aug 06 13:33:36 syin plasmashell[9291]: qml: Reading places from configuration: [{"placeAlias":"Austin","placeIdentifier":"4671654","providerId":"owm"}] Aug 06 13:33:36 syin plasmashell[9291]: trying to show an empty dialog Aug 06 13:33:36 syin plasmashell[9291]: trying to show an empty dialog Aug 06 13:33:36 syin plasmashell[9291]: file:///home/elav/.local/share/plasma/plasmoids/org.kde.contrib.simpledateandtime/contents/ui/CompactRepresentation.qml:26: TypeError: Cannot read property 'DateTime' of undefined Aug 06 13:33:36 syin plasmashell[9291]: trying to show an empty dialog Aug 06 13:33:36 syin plasmashell[9291]: file:///usr/lib/qt/qml/QtQuick/Controls/ScrollView.qml:362: TypeError: Cannot read property 'padding' of null Aug 06 13:33:36 syin plasmashell[9291]: file:///usr/lib/qt/qml/QtQuick/Controls/ScrollView.qml:363: TypeError: Cannot read property 'padding' of null Aug 06 13:33:36 syin plasmashell[9291]: file:///usr/lib/qt/qml/QtQuick/Controls/ScrollView.qml:364: TypeError: Cannot read property 'padding' of null Aug 06 13:33:36 syin plasmashell[9291]: file:///usr/lib/qt/qml/QtQuick/Controls/ScrollView.qml:365: TypeError: Cannot read property 'padding' of null Aug 06 13:33:36 syin plasmashell[9291]: file:///usr/lib/qt/qml/QtQuick/Controls/Button.qml:99: TypeError: Cannot read property 'width' of null Aug 06 13:33:36 syin plasmashell[9291]: log_klipper: Setting selection to < "En este caso claramente la tienda no tuvo ganancia alguna" > Aug 06 13:33:36 syin plasmashell[9291]: log_klipper: Setting clipboard to < "En este caso claramente la tienda no tuvo ganancia alguna" > Aug 06 13:33:37 syin plasmashell[9291]: Notifications service registered Aug 06 13:33:37 syin plasmashell[9291]: libkcups: Create-Printer-Subscriptions last error: 0 successful-ok Aug 06 13:33:37 syin plasmashell[9291]: libkcups: Get-Jobs last error: 0 successful-ok Aug 06 13:33:37 syin plasmashell[9291]: libkcups: Get-Jobs last error: 0 successful-ok Aug 06 13:33:37 syin plasmashell[9291]: Plasma Shell startup completed Aug 06 13:33:37 syin plasmashell[9291]: libkcups: 0 Aug 06 13:33:37 syin plasmashell[9291]: libkcups: 0 Aug 06 13:33:38 syin plasmashell[9291]: Both point size and pixel size set. Using pixel size. Aug 06 13:33:38 syin plasmashell[9291]: networkmanager-qt: void NetworkManager::NetworkManagerPrivate::propertiesChanged(const QVariantMap&) Unhandled property "AllDevices" Aug 06 13:33:38 syin plasmashell[9291]: networkmanager-qt: void NetworkManager::NetworkManagerPrivate::propertiesChanged(const QVariantMap&) Unhandled property "Capabilities" Aug 06 13:33:38 syin plasmashell[9291]: networkmanager-qt: void NetworkManager::NetworkManagerPrivate::propertiesChanged(const QVariantMap&) Unhandled property "Devices" Aug 06 13:33:38 syin plasmashell[9291]: networkmanager-qt: void NetworkManager::NetworkManagerPrivate::propertiesChanged(const QVariantMap&) Unhandled property "GlobalDnsConfiguration" Aug 06 13:33:38 syin plasmashell[9291]: networkmanager-qt: virtual void NetworkManager::DevicePrivate::propertyChanged(const QString&, const QVariant&) Unhandled property "LldpNeighbors" Aug 06 13:33:38 syin plasmashell[9291]: networkmanager-qt: virtual void NetworkManager::DevicePrivate::propertyChanged(const QString&, const QVariant&) Unhandled property "Real" Aug 06 13:33:38 syin plasmashell[9291]: networkmanager-qt: virtual void NetworkManager::DevicePrivate::propertyChanged(const QString&, const QVariant&) Unhandled property "LldpNeighbors" Aug 06 13:33:38 syin plasmashell[9291]: networkmanager-qt: virtual void NetworkManager::DevicePrivate::propertyChanged(const QString&, const QVariant&) Unhandled property "Real" Aug 06 13:33:38 syin plasmashell[9291]: networkmanager-qt: virtual void NetworkManager::DevicePrivate::propertyChanged(const QString&, const QVariant&) Unhandled property "LldpNeighbors" Aug 06 13:33:38 syin plasmashell[9291]: networkmanager-qt: virtual void NetworkManager::DevicePrivate::propertyChanged(const QString&, const QVariant&) Unhandled property "Real" Aug 06 13:33:38 syin plasmashell[9291]: networkmanager-qt: virtual void NetworkManager::DevicePrivate::propertyChanged(const QString&, const QVariant&) Unhandled property "LldpNeighbors" Aug 06 13:33:38 syin plasmashell[9291]: networkmanager-qt: virtual void NetworkManager::DevicePrivate::propertyChanged(const QString&, const QVariant&) Unhandled property "Real" Aug 06 13:33:38 syin plasmashell[9291]: networkmanager-qt: virtual void NetworkManager::DevicePrivate::propertyChanged(const QString&, const QVariant&) Unhandled property "LldpNeighbors" Aug 06 13:33:38 syin plasmashell[9291]: networkmanager-qt: virtual void NetworkManager::DevicePrivate::propertyChanged(const QString&, const QVariant&) Unhandled property "Real" Aug 06 13:33:38 syin plasmashell[9291]: networkmanager-qt: virtual void NetworkManager::DevicePrivate::propertyChanged(const QString&, const QVariant&) Unhandled property "LldpNeighbors" Aug 06 13:33:38 syin plasmashell[9291]: networkmanager-qt: virtual void NetworkManager::DevicePrivate::propertyChanged(const QString&, const QVariant&) Unhandled property "Real" Aug 06 13:33:38 syin plasmashell[9291]: trying to show an empty dialog Aug 06 13:33:38 syin plasmashell[9291]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml:147:19: QML Loader: Binding loop detected for property "height" Aug 06 13:33:38 syin plasmashell[9291]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml:147:19: QML Loader: Binding loop detected for property "height" Aug 06 13:33:52 syin plasmashell[9291]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:317: Unable to assign [undefined] to int Aug 06 13:34:19 syin plasmashell[9291]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:317: Unable to assign [undefined] to int Aug 06 13:34:20 syin plasmashell[9291]: QXcbConnection: XCB error: 2 (BadValue), sequence: 2261, resource id: 35651590, major code: 142 (Unknown), minor code: 3 Aug 06 13:35:18 syin plasmashell[9291]: log_klipper: Checking clip data Aug 06 13:35:18 syin plasmashell[9291]: log_klipper: Synchronize? false Aug 06 13:35:18 syin plasmashell[9291]: log_klipper: Checking clip data Aug 06 13:35:18 syin plasmashell[9291]: log_klipper: Synchronize? false Aug 06 13:35:19 syin plasmashell[9291]: log_klipper: Checking clip data Aug 06 13:35:19 syin plasmashell[9291]: log_klipper: Synchronize? false Aug 06 13:35:19 syin plasmashell[9291]: log_klipper: Checking clip data Aug 06 13:35:19 syin plasmashell[9291]: log_klipper: Synchronize? false Aug 06 13:35:19 syin plasmashell[9291]: QXcbConnection: XCB error: 2 (BadValue), sequence: 2595, resource id: 54525953, major code: 142 (Unknown), minor code: 3 Aug 06 13:35:20 syin plasmashell[9291]: QXcbConnection: XCB error: 2 (BadValue), sequence: 2644, resource id: 35651590, major code: 142 (Unknown), minor code: 3 *** Bug 383098 has been marked as a duplicate of this bug. *** *** Bug 383250 has been marked as a duplicate of this bug. *** *** Bug 383295 has been marked as a duplicate of this bug. *** *** Bug 383284 has been marked as a duplicate of this bug. *** *** Bug 383435 has been marked as a duplicate of this bug. *** *** Bug 383463 has been marked as a duplicate of this bug. *** *** Bug 383593 has been marked as a duplicate of this bug. *** *** Bug 383500 has been marked as a duplicate of this bug. *** *** Bug 383604 has been marked as a duplicate of this bug. *** *** Bug 383762 has been marked as a duplicate of this bug. *** *** Bug 383782 has been marked as a duplicate of this bug. *** *** Bug 383919 has been marked as a duplicate of this bug. *** *** Bug 383983 has been marked as a duplicate of this bug. *** *** Bug 384002 has been marked as a duplicate of this bug. *** *** Bug 383083 has been marked as a duplicate of this bug. *** *** Bug 384482 has been marked as a duplicate of this bug. *** *** Bug 384964 has been marked as a duplicate of this bug. *** *** Bug 385455 has been marked as a duplicate of this bug. *** *** Bug 385732 has been marked as a duplicate of this bug. *** *** Bug 385827 has been marked as a duplicate of this bug. *** *** Bug 386147 has been marked as a duplicate of this bug. *** I've noticed a lot duplicates, however, according to https://bugreports.qt.io/browse/QTBUG-61681 is fixed for Qt 5.9.2 but I still hit this bug. Is there a patch waiting for Qt 5.9.2 in KDE? I've noticed a lot duplicates, however, according to https://bugreports.qt.io/browse/QTBUG-61681 is fixed for Qt 5.9.2 but I still hit this bug. Is there a patch waiting for Qt 5.9.2 in KDE? |