Summary: | Crash in system settings for most all Appearance selections | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Sean McNeil <seanmcneil3> |
Component: | generic-crash | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED UPSTREAM | ||
Severity: | crash | CC: | aspotashev, edwin+bugs, nate, nicolas.fella |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.23.3 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Sean McNeil
2021-12-20 11:46:25 UTC
'rm .cache/systemsettings/ -rf' is a workaround. Apparently there is a QML disk cache that perhaps is not properly invalidated over Qt/KDE upgrades... Created attachment 156837 [details]
New crash information added by DrKonqi
systemsettings (5.27.1) using Qt 5.15.8
Opening KDE display settings.
After 'rm .cache/systemsettings/ -rf' I can open it again.
-- Backtrace (Reduced):
#4 0x00007f074c0c7174 in QQmlType::QQmlType(QQmlType const&) () from /lib64/libQt5Qml.so.5
#5 0x00007f074c12e415 in QQmlPropertyCacheCreator<QQmlTypeCompiler>::propertyCacheForObject(QmlIR::Object const*, QQmlBindingInstantiationContext const&, QQmlError*) const () from /lib64/libQt5Qml.so.5
#6 0x00007f074c1312e4 in QQmlPropertyCacheCreator<QQmlTypeCompiler>::buildMetaObjectRecursively(int, QQmlBindingInstantiationContext const&, QQmlPropertyCacheCreator<QQmlTypeCompiler>::VMEMetaObjectIsRequired) () from /lib64/libQt5Qml.so.5
#7 0x00007f074c131dd2 in QQmlPropertyCacheCreator<QQmlTypeCompiler>::buildMetaObjects() () from /lib64/libQt5Qml.so.5
#8 0x00007f074c12cc5d in QQmlTypeCompiler::compile() () from /lib64/libQt5Qml.so.5
Seems like a bug in Qt. :/ |