Summary: | system settings keeps crashing | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | nick block <nickblock> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED UPSTREAM | ||
Severity: | crash | CC: | kde, sommerluk, weridpan |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.17.5 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
nick block
2020-05-10 06:33:54 UTC
Crash is in the opengl stack, but not in the usual place. Can you confirm your plasmashell still works correctly and normally? Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! Sorry what's plasmashell and how would i know if it is working correctly or not? Crashes in the OpenGL dispatcher. If the Plasma desktop shell wouldn't work, you would not be able to use the taskbar panel, system tray, or the start menu. Created attachment 130589 [details]
New crash information added by DrKonqi
systemsettings5 (5.19.3) using Qt 5.15.0
- What I was doing when the application crashed:
- Unusual behavior I noticed: Cant open any Settings windows. App Crashes immediatly on clicking on a icon.
-- Backtrace (Reduced):
#4 0x00007fddc154dcf8 in chameleon::ChameleonStyle::subElementRect(QStyle::SubElement, QStyleOption const*, QWidget const*) const () at /usr/lib/qt/plugins/styles/libchameleon.so
[...]
#8 0x00007fddc6412e61 in QQuickItem::setImplicitSize(double, double) () at /usr/lib/libQt5Quick.so.5
#9 0x00007fddc6055417 in QQmlObjectCreator::setPropertyValue(QQmlPropertyData const*, QV4::CompiledData::Binding const*) () at /usr/lib/libQt5Qml.so.5
#10 0x00007fddc6059fee in QQmlObjectCreator::setPropertyBinding(QQmlPropertyData const*, QV4::CompiledData::Binding const*) () at /usr/lib/libQt5Qml.so.5
#11 0x00007fddc605bb15 in QQmlObjectCreator::setupBindings(bool) () at /usr/lib/libQt5Qml.so.5
>chameleon::ChameleonStyle::subElementRect(QStyle::SubElement, QStyleOption
Report to whatever ChameleonStyle is
This bug with using the chameleon style has been solved now: https://github.com/linuxdeepin/qt5integration/issues/49 The problem was apparently not in the chameleon style, but in the associated dde-qt5integration. I've tested it with dde-qt5integration 5.5.17, and it does not crash any more. Following the comments in the bug report, it has been solved since dde-qt5integration 5.1.0.13. |