| Summary: | systemsettings5 crash in Kirigami::BasicThemeDeclarative::instance() all time after close the settings | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kirigami | Reporter: | Fara <meolab32> |
| Component: | general | Assignee: | Marco Martin <notmart> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | crash | CC: | ahiemstra, jackhill3103, nate |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 5.79.0 | ||
| Target Milestone: | Not decided | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Fara
2021-02-26 19:25:53 UTC
Kirigami color theme stuff is unhappy: #4 0x00007f8d39c4c6a8 in QObject::property(char const*) const () from /usr/lib64/libQt5Core.so.5 #5 0x00007f8cf13ab14b in Kirigami::BasicThemeDeclarative::instance (this=this@entry=0x7f8cf13bb400 <Kirigami::(anonymous namespace)::Q_QGS_privateBasicThemeDeclarativeSelf::innerFunction()::holder>, theme=0x7ffee0d73000, theme@entry=0x559b32c9cd80) at /usr/src/debug/kirigami2-5.79.0-1.1.x86_64/src/libkirigami/basictheme.cpp:65 #6 0x00007f8cf13b265f in Kirigami::BasicTheme::syncCustomColorsToQML (this=0x559b32c9cd80) at /usr/src/debug/kirigami2-5.79.0-1.1.x86_64/src/libkirigami/basictheme.cpp:288 one thing kinda surprising is that it seems it's *not* using the org.kde.desktop QQC2 style (seeing it from the basictheme usage) Closing because BasicTheme was reworked here: adf86b8e3dd2404c999ac70dea61e845b517a5da Feel free to re-open with a new crash report if this still happens. |