Summary: | Plasma crashes in SystemTrayContainer::internalSystrayChanged() on start | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Vladyslav <aders1234> |
Component: | System Tray widget | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED UPSTREAM | ||
Severity: | crash | CC: | a.hoj, kde, leviatan1, materka, nate, nicolas.fella, plasma-bugs, qydwhotmail |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.22.0 | ||
Target Milestone: | 1.0 | ||
Platform: | openSUSE | ||
OS: | Linux | ||
URL: | https://bugreports.qt.io/browse/QTBUG-62302 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Vladyslav
2021-04-14 07:45:21 UTC
Backtrace is pretty terrifying, but we seem to be crashing here: #17 0x00007f0aac8384bb in PlasmaQuick::AppletQuickItem::init() (this=0x5584c284c7d0) at /usr/src/debug/plasma-framework-5.82.0git.20210411T120916~252d4b91d-ku.3.1.x86_64/src/plasmaquick/appletquickitem.cpp:589 #18 0x00007f0a93f97782 in AppletInterface::init() (this=0x5584c284c7d0) at /usr/src/debug/plasma-framework-5.82.0git.20210411T120916~252d4b91d-ku.3.1.x86_64/src/scriptengines/qml/plasmoid/appletinterface.cpp:141 #19 0x00007f0aac835e41 in PlasmaQuick::AppletQuickItem::itemChange(QQuickItem::ItemChange, QQuickItem::ItemChangeData const&) (this=0x5584c284c7d0, change=QQuickItem::ItemSceneChange, value=...) at /usr/src/debug/plasma-framework-5.82.0git.20210411T120916~252d4b91d-ku.3.1.x86_64/src/plasmaquick/appletquickitem.cpp:922 It's the compilation thread that crashed - always the thread with "[KCrash Handler]" above it.
>The crash can be reproduced every time.
So to confirm you get this on every plasmashell startup and Plasmashell never loads?
(In reply to David Edmundson from comment #2) > It's the compilation thread that crashed - always the thread with "[KCrash > Handler]" above it. > > > > > >The crash can be reproduced every time. > > So to confirm you get this on every plasmashell startup and Plasmashell > never loads? Yes, plasmashell never loads, I get every time this error. I've tried also as new user, the same problem. Also in all 3 types of sessions(x, wayland, wayland only). *** Bug 443708 has been marked as a duplicate of this bug. *** *** Bug 443738 has been marked as a duplicate of this bug. *** Created attachment 152321 [details]
New crash information added by DrKonqi
plasmashell (5.26.80) using Qt 5.15.5
After updating the whole system today, plasmashell always crashed on startup.
-- Backtrace (Reduced):
#6 QQmlRefPointer<QQmlTypePrivate const>::QQmlRefPointer(QQmlRefPointer<QQmlTypePrivate const> const&) (other=..., this=this@entry=0x7f1027ffd410) at ../../include/QtQml/5.15.5/QtQml/private/../../../../../../src/qml/qml/ftw/qqmlrefcount_p.h:152
#7 QQmlType::QQmlType(QQmlType const&) (this=this@entry=0x7f1027ffd410) at /usr/src/debug/libqt5-qtdeclarative-5.15.5+kde19-ku.1.1.x86_64/src/qml/qml/qqmltype.cpp:121
#8 0x00007f105a5ad94b in QQmlPropertyCacheCreator<QQmlTypeCompiler>::propertyCacheForObject(QmlIR::Object const*, QQmlBindingInstantiationContext const&, QQmlError*) const (this=this@entry=0x7f1027ffd7b0, obj=obj@entry=0x7f10049abd68, context=..., error=error@entry=0x7f1027ffd4a8) at ../../include/QtQml/5.15.5/QtQml/private/../../../../../../src/qml/qml/qqmlpropertycachecreator_p.h:333
#9 0x00007f105a5b08a0 in QQmlPropertyCacheCreator<QQmlTypeCompiler>::buildMetaObjectRecursively(int, QQmlBindingInstantiationContext const&, QQmlPropertyCacheCreator<QQmlTypeCompiler>::VMEMetaObjectIsRequired) (this=this@entry=0x7f1027ffd7b0, objectIndex=<optimized out>, context=..., isVMERequired=isVMERequired@entry=QQmlPropertyCacheCreator<QQmlTypeCompiler>::VMEMetaObjectIsRequired::Maybe) at ../../include/QtQml/5.15.5/QtQml/private/../../../../../../src/qml/qml/qqmlpropertycachecreator_p.h:264
#10 0x00007f105a5b0ab9 in QQmlPropertyCacheCreator<QQmlTypeCompiler>::buildMetaObjectRecursively(int, QQmlBindingInstantiationContext const&, QQmlPropertyCacheCreator<QQmlTypeCompiler>::VMEMetaObjectIsRequired) (this=0x7f1027ffd7b0, objectIndex=objectIndex@entry=0, context=<optimized out>, isVMERequired=isVMERequired@entry=QQmlPropertyCacheCreator<QQmlTypeCompiler>::VMEMetaObjectIsRequired::Maybe) at /usr/include/qt5/QtCore/qendian.h:290
That Qt bug has been marked as fixed and we haven't had any new crash reports in a year and a half; closing. |