| Summary: | Settings crashes when clicking on Application Style from left panel. | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | joe.schroedl |
| Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED DOWNSTREAM | ||
| Severity: | crash | CC: | kde.bugs, omerusta |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Manjaro | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | New crash information added by DrKonqi | ||
|
Description
joe.schroedl
2022-07-20 18:36:52 UTC
#9 0x00007f7074cbbcb4 in () at /usr/lib/qt/plugins/styles/libqgtk2style.so The crash is in an unsupported style I am getting same crash but different .so file : #8 0x00007f2f86c9fede _ZNK14QMessageLogger5fatalEPKcz (libQt5Core.so.5 + 0x9fede) #9 0x00007f2f86c9ff3c _Z9qt_assertPKcS0_i (libQt5Core.so.5 + 0x9ff3c) #10 0x00007f2f7854dd7a n/a (/home/kde-dev/kde/usr/lib/libKF5WaylandClient.so.5.97.0 + 0xddd7a) #11 0x00007f2f3c22c122 n/a (libukui-proxy-style.so + 0x21122) #12 0x00007f2f86ebd341 n/a (libQt5Core.so.5 + 0x2bd341) (In reply to Ömer Fadıl USTA from comment #2) > I am getting same crash but different .so file : > #8 0x00007f2f86c9fede _ZNK14QMessageLogger5fatalEPKcz (libQt5Core.so.5 + > 0x9fede) > #9 0x00007f2f86c9ff3c _Z9qt_assertPKcS0_i (libQt5Core.so.5 + 0x9ff3c) > #10 0x00007f2f7854dd7a n/a > (/home/kde-dev/kde/usr/lib/libKF5WaylandClient.so.5.97.0 + 0xddd7a) > #11 0x00007f2f3c22c122 n/a (libukui-proxy-style.so + 0x21122) > #12 0x00007f2f86ebd341 n/a (libQt5Core.so.5 + 0x2bd341) Also an unsupported style From side of libukui-proxy-style.so [ yes i know it is unsupported but still wantted to dig in a little ]
It crashes when it trys to change seat pointer
m_pointer = m_seat->createPointer(this); // qt5-ukui-platformtheme/ukui-styles/proxy-style/window-manager.cpp line 63
whenever i disable related block ``` if (pointerChanged) { -> if (false) { ```
it is nolonger crashes [ but still its syles doesnt work and makes related softwares crash when trying to start [ for example dolphin ] ]
Created attachment 153343 [details]
New crash information added by DrKonqi
systemsettings (5.25.5) using Qt 5.15.6
Just clicked "System Config" from Menu (basic pre-installed widget Plasma/Kickoff), Appearence so path would looks like:
System Config (Параметры системы) -> Appearance (Внешний вид) -> Appearance of applications (Оформление приложений) = And here System Config crash and Asked to send a report. Also any Chromium-based Applications (Chromium, Visual Studio Code, VS Codium) not work and crash with segfault and coredump.
Latest available manjaro update installed.
Unfortunately I currently have a localized menu, the brackets indicate how it is shown for me as I may be wrong about how it looks in reality on an English system, so here is an approximate translation and original string what I clicked.
-- Backtrace (Reduced):
#7 0x00007fe997625ede in qt_assert(char const*, char const*, int) () at /usr/lib/libQt5Core.so.5
[...]
#10 0x00007fe998407634 in QStyleFactory::create(QString const&) () at /usr/lib/libQt5Widgets.so.5
[...]
#12 0x00007fe99573c651 in QQmlObjectCreator::finalize(QQmlInstantiationInterrupt&) () at /usr/lib/libQt5Qml.so.5
#13 0x00007fe9956e2bdf in QQmlIncubatorPrivate::incubate(QQmlInstantiationInterrupt&) () at /usr/lib/libQt5Qml.so.5
#14 0x00007fe9956e3586 in QQmlEnginePrivate::incubate(QQmlIncubator&, QQmlContextData*) () at /usr/lib/libQt5Qml.so.5
|