| Summary: | System settings crash on opening 'Application Style' | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | Alice <alice> |
| Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED DOWNSTREAM | ||
| Severity: | crash | CC: | noblechuk5 |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 5.27.7 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | New crash information added by DrKonqi | ||
|
Description
Alice
2023-09-04 03:32:59 UTC
#9 0x00007fd535f4fbf4 in () at /usr/lib/qt/plugins/styles/libqgtk2style.so The crash is in an unsupported style Created attachment 162315 [details]
New crash information added by DrKonqi
systemsettings (5.27.8) using Qt 5.15.11
I tried opening application style and the settings app just crashed
-- Backtrace (Reduced):
#7 0x00007f14716a00c2 in qt_assert(char const*, char const*, int) () at /usr/lib/libQt5Core.so.5
[...]
#10 0x00007f14725e6f44 in QStyleFactory::create(QString const&) () at /usr/lib/libQt5Widgets.so.5
[...]
#12 0x00007f146f6a4901 in QQmlObjectCreator::finalize(QQmlInstantiationInterrupt&) () at /usr/lib/libQt5Qml.so.5
#13 0x00007f146f650667 in QQmlIncubatorPrivate::incubate(QQmlInstantiationInterrupt&) () at /usr/lib/libQt5Qml.so.5
#14 0x00007f146f651016 in QQmlEnginePrivate::incubate(QQmlIncubator&, QQmlContextData*) () at /usr/lib/libQt5Qml.so.5
(In reply to Antonio Rojas from comment #1) > #9 0x00007fd535f4fbf4 in () at /usr/lib/qt/plugins/styles/libqgtk2style.so > > The crash is in an unsupported style should i remove it? I was able to resolve this by recompiling qt5-styleplugin on archlinux and qt6gtk2. These packages need to be recompiled whenever qt5-base or qt6-base is updated. |