Summary: | Plasma crashes on launch after 5.24.3 update | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | plasmabug <qjyj> |
Component: | generic-crash | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | akselmo, alexander.lohnau, nate |
Priority: | NOR | ||
Version: | 5.24.3 | ||
Target Milestone: | 1.0 | ||
Platform: | Neon | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=451304 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
plasmabug
2022-03-10 18:32:00 UTC
And this when trying to start plasmashell from Konsole: $ plasmashell kf.plasma.quick: Applet preload policy set to 1 file:///usr/share/plasma/plasmoids/org.kde.plasma.notes/contents/ui/ShortcutMenuItem.qml:17:5: QML Shortcut: Shortcut: Only binding to one of multiple key bindings associated with 10. Use 'sequences: [ <key> ]' to bind to all of them. file:///usr/share/plasma/plasmoids/org.kde.plasma.notes/contents/ui/ShortcutMenuItem.qml:17:5: QML Shortcut: Shortcut: Only binding to one of multiple key bindings associated with 9. Use 'sequences: [ <key> ]' to bind to all of them. file:///usr/share/plasma/plasmoids/org.kde.plasma.notes/contents/ui/ShortcutMenuItem.qml:17:5: QML Shortcut: Shortcut: Only binding to one of multiple key bindings associated with 8. Use 'sequences: [ <key> ]' to bind to all of them. file:///usr/share/plasma/plasmoids/org.kde.plasma.notes/contents/ui/main.qml:152:13: QML TextArea: Binding loop detected for property "implicitWidth" QtWebEngine::initialize() called with QCoreApplication object already created and should be call before. This is depreciated and may fail in the future. QtWebEngine::initialize() must be called from the Qt gui thread. KCrash: Attempting to start /usr/bin/plasmashell KCrash: crashing... crashRecursionCounter = 2 KCrash: Application Name = plasmashell path = /usr/bin pid = 29427 KCrash: Arguments: /usr/bin/plasmashell KCrash: Attempting to start /usr/lib/x86_64-linux-gnu/libexec/drkonqi QSocketNotifier: Invalid socket 8 and type 'Read', disabling... QSocketNotifier: Invalid socket 14 and type 'Read', disabling... QSocketNotifier: Invalid socket 16 and type 'Read', disabling... kf.plasma.quick: Applet preload policy set to 1 file:///usr/share/plasma/plasmoids/org.kde.plasma.notes/contents/ui/ShortcutMenuItem.qml:17:5: QML Shortcut: Shortcut: Only binding to one of multiple key bindings associated with 10. Use 'sequences: [ <key> ]' to bind to all of them. file:///usr/share/plasma/plasmoids/org.kde.plasma.notes/contents/ui/ShortcutMenuItem.qml:17:5: QML Shortcut: Shortcut: Only binding to one of multiple key bindings associated with 9. Use 'sequences: [ <key> ]' to bind to all of them. file:///usr/share/plasma/plasmoids/org.kde.plasma.notes/contents/ui/ShortcutMenuItem.qml:17:5: QML Shortcut: Shortcut: Only binding to one of multiple key bindings associated with 8. Use 'sequences: [ <key> ]' to bind to all of them. file:///usr/share/plasma/plasmoids/org.kde.plasma.notes/contents/ui/main.qml:152:13: QML TextArea: Binding loop detected for property "implicitWidth" QtWebEngine::initialize() called with QCoreApplication object already created and should be call before. This is depreciated and may fail in the future. QtWebEngine::initialize() must be called from the Qt gui thread. [1]+ Stopped plasmashell Sounds like Plasma is crashing on launch and unable to fully load. The backtrace suggests that it is trying and failing to load something. Unfortunately it isn't clear what.
Thread 1 has this in it, which we've also seen recently:
> #10 0x00007f8aa33dbf61 in PlasmaQuick::AppletQuickItem::init() () from /lib/x86_64-linux-gnu/libKF5PlasmaQuick.so.5
> #11 0x00007f8a981f01c9 in ?? () from /usr/lib/x86_64-linux-gnu/qt5/plugins/plasma/scriptengines/plasma_appletscript_declarative.so
> #12 0x00007f8aa33de111 in PlasmaQuick::AppletQuickItem::itemChange(QQuickItem::ItemChange, QQuickItem::ItemChangeData const&) () from /lib/x86_64-linux-gnu/libKF5PlasmaQuick.so.5
Unfortunately frame #11 is missing symbols. Could you install all available debug symbols for Plasma and seen if you can get a backtrace that indicates what in plasma_appletscript_declarative.so is crashing? Thanks
|