Summary: | Everything QML crashes | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Oded Arbel <oded> |
Component: | kcmshell | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | critical | CC: | alexjbarris, anditosan1000, brianaberts, bugseforuns, christophe, kdelibs-bugs, mail, maxmustermann1884, mklapetek, nate, robin.lahtinen, valtermura |
Priority: | VHI | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
URL: | https://bugreports.qt.io/browse/QTBUG-75791 | ||
Latest Commit: | https://cgit.kde.org/qqc2-desktop-style.git/commit/?id=e37ae0c87025c2102ac8d7796bdf850098bfa2b2 | Version Fixed In: | 5.59 |
Sentry Crash Report: |
Description
Oded Arbel
2019-05-12 09:04:08 UTC
This isn't a notification KCM specific crash - I managed to reproduce the same crash (same signal in the same offending frame) in several other system settings modules, specifically just loading the KCMs (by clicking the labels) for at least these modules, immediately crashes the application: - Look and Feel - Workspace Theme - Colors - Icons - Window Decorations - Desktop Effects and probably more, I stopped at this point. Interestingly the following do not crash: Fonts, Font Management, Application Style, GNOME/GTK Application Style and others. *** Bug 407451 has been marked as a duplicate of this bug. *** It seems like this commit (https://phabricator.kde.org/R858:f7f99e8b8ca42c1036db4c25ce0488df2046b6a9) causes this crash. Hopefully we will get a revert or fix soon. Maybe fixed by https://phabricator.kde.org/D21153 ? I've added the patch there by hand, and it does indeed stops the KCM Notifications' "Configure applications" view from crashing, but everything else keeps crashing. I'm guessing we need more of those... (In reply to Oded Arbel from comment #4) > Maybe fixed by https://phabricator.kde.org/D21153 ? > > I've added the patch there by hand, and it does indeed stops the KCM > Notifications' "Configure applications" view from crashing, but everything > else keeps crashing. I'm guessing we need more of those... Same thing here after manually applying D21153 and eg kcmshell5 colors # kcmshell5 colors 20:57:50 - kcmshell5(28046) - org.kde.kcrash: KCrash::initialize: KCrash disabled through environment. 20:57:50 - kcmshell5(28046) - kf5.kservice.sycoca: KSycocaPrivate::openDatabase: Opening ksycoca from "/home/krop/.cache/ksycoca5_en_tN3Mpc7tCQ6TbOtNSgmO19NfNqM=" 20:57:50 - kcmshell5(28046) - org.kde.kwindowsystem: loadPlugin: Loaded plugin "/data/kde/inst/lib64/qt5/plugins/kf5/org.kde.kwindowsystem.platforms/KF5WindowSystemX11Plugin.so" for platform "xcb" 20:57:50 - kcmshell5(28046) - kf5.kcoreaddons.desktopparser: ServiceTypeDefinitions::parseValue: Unknown property type for key "X-Plasma-API" -> falling back to string 20:57:50 - kcmshell5(28046) - : <Unknown File>:3:89: Unable to assign [undefined] to double 20:57:50 - kcmshell5(28046) - : file:///data/kde/inst/lib64/qt5/qml/org/kde/kirigami.2/templates/InlineMessage.qml:136: TypeError: Value is undefined and could not be converted to an object 20:57:50 - kcmshell5(28046) - : file:///data/kde/inst/lib64/qt5/qml/org/kde/kirigami.2/templates/InlineMessage.qml:136: TypeError: Value is undefined and could not be converted to an object 20:57:50 - kcmshell5(28046) - : file:///data/kde/inst/lib64/qt5/qml/QtQuick/Controls.2/org.kde.desktop/private/MobileTextActionsToolBar.qml:62: TypeError: Cannot read property 'selectedText' of null 20:57:50 - kcmshell5(28046) - : file:///data/kde/inst/lib64/qt5/qml/QtQuick/Controls.2/org.kde.desktop/private/MobileTextActionsToolBar.qml:70: TypeError: Cannot read property 'selectedText' of null 20:57:50 - kcmshell5(28046) - : file:///data/kde/inst/lib64/qt5/qml/QtQuick/Controls.2/org.kde.desktop/private/MobileTextActionsToolBar.qml:78: TypeError: Cannot read property 'canPaste' of null [1] 28046 floating point exception (core dumped) kcmshell5 colors Looks like this was caused by https://cgit.kde.org/qqc2-desktop-style.git/commit/?id=f7f99e8b8ca42c1036db4c25ce0488df2046b6a9, and reverting it fixes the issue. bug 407406 seems duplicate *** Bug 407406 has been marked as a duplicate of this bug. *** *** Bug 407371 has been marked as a duplicate of this bug. *** *** Bug 407404 has been marked as a duplicate of this bug. *** *** Bug 407421 has been marked as a duplicate of this bug. *** Root cause is a Qt bug: https://bugreports.qt.io/browse/QTBUG-75791 We've worked around it in KDE_land with https://cgit.kde.org/qqc2-desktop-style.git/commit/?id=e37ae0c87025c2102ac8d7796bdf850098bfa2b2 Neon Dev Unstable users should get the fix in a day or two. *** Bug 407479 has been marked as a duplicate of this bug. *** |