| Summary: | Changing the display orientation setting crashes kcm_tablet module when it was visitted before chainging the display setting. | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | jakubby |
| Component: | kcm_tablet | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | aleixpol, jakubby, nate |
| Priority: | NOR | ||
| Version First Reported In: | 5.25.1 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
jakubby
2022-06-25 16:03:29 UTC
Thank you for the bug report! Unfortunately the backtrace is incomplete and missing debug symbols for the following lines that we need to figure out exactly what's going wrong: > #4 0x00007f48d8646d94 in ?? () from /usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_tablet.so > #5 0x00007f48d8647583 in ?? () from /usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_tablet.so Could you please install debug symbols for plasma-desktop, reproduce the crash, and attach a new symbolicated backtrace? See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports Thanks again! This also only happens without kcm-wacomtablet on wayland; Tried this out on my other device with x.org with both kcm-wacomtablet and xf86-input-wacom package; I will install debuginfod in a sec and replicate QQmlEngine::setContextForObject(): Object already has a QQmlContext qt.qpa.wayland: Wayland does not support QWindow::requestActivate() QLayout::removeWidget: Cannot remove a null widget. kf.coreaddons: "Could not load plugin from kcm_kscreen: Biblioteka współdzielona niedostępna." // Shared library unavailable QQmlEngine::setContextForObject(): Object already has a QQmlContext qml: The item SubCategoryPage_QMLTYPE_83(0x560a25c92200) is already in the PageRow kf.coreaddons: "Could not load plugin from kcm_kscreen: Biblioteka współdzielona niedostępna." // Shared library unvailable file:///usr/lib/qt/qml/org/kde/kirigami.2/PlaceholderMessage.qml:235:5: QML Heading: Binding loop detected for property "verticalAlignment" kf.configwidgets: A widget named ' "kcfg_osdKbdLayoutChangedEnabled" ' was found but there is no setting named ' "osdKbdLayoutChangedEnabled" ' kf.configwidgets: A widget named ' "kcfg_repeatRate" ' was found but there is no setting named ' "repeatRate" ' kf.configwidgets: A widget named ' "kcfg_repeatDelay" ' was found but there is no setting named ' "repeatDelay" ' kf.configwidgets: A widget named ' "kcfg_resetOldXkbOptions" ' was found but there is no setting named ' "resetOldXkbOptions" ' kf.configwidgets: A widget named ' "kcfg_configureLayouts" ' was found but there is no setting named ' "configureLayouts" ' kf.configwidgets: A widget named ' "kcfg_repeatRate" ' was found but there is no setting named ' "repeatRate" ' kf.configwidgets: A widget named ' "kcfg_repeatDelay" ' was found but there is no setting named ' "repeatDelay" ' qml: The item SubCategoryPage_QMLTYPE_83(0x560a25c92200) is already in the PageRow QQmlEngine::setContextForObject(): Object already has a QQmlContext qml: The item SubCategoryPage_QMLTYPE_83(0x560a25c92200) is already in the PageRow kf.coreaddons: "Could not load plugin from kcm_kscreen: Biblioteka współdzielona niedostępna." // Shared library unavailable QQmlEngine::setContextForObject(): Object already has a QQmlContext qml: The item SubCategoryPage_QMLTYPE_83(0x560a25c92200) is already in the PageRow kf.coreaddons: "Could not load plugin from kcm_kscreen: Biblioteka współdzielona niedostępna." // Shared library unavailable kf.configwidgets: A widget named ' "kcfg_osdKbdLayoutChangedEnabled" ' was found but there is no setting named ' "osdKbdLayoutChangedEnabled" ' kf.configwidgets: A widget named ' "kcfg_repeatRate" ' was found but there is no setting named ' "repeatRate" ' kf.configwidgets: A widget named ' "kcfg_repeatDelay" ' was found but there is no setting named ' "repeatDelay" ' kf.configwidgets: A widget named ' "kcfg_resetOldXkbOptions" ' was found but there is no setting named ' "resetOldXkbOptions" ' kf.configwidgets: A widget named ' "kcfg_configureLayouts" ' was found but there is no setting named ' "configureLayouts" ' kf.configwidgets: A widget named ' "kcfg_repeatRate" ' was found but there is no setting named ' "repeatRate" ' kf.configwidgets: A widget named ' "kcfg_repeatDelay" ' was found but there is no setting named ' "repeatDelay" ' qml: The item SubCategoryPage_QMLTYPE_83(0x560a25c92200) is already in the PageRow QQmlEngine::setContextForObject(): Object already has a QQmlContext 28 -- exe=/usr/bin/systemsettings 17 -- platform=wayland 23 -- appname=systemsettings 17 -- apppath=/usr/bin 10 -- signal=11 9 -- pid=9087 18 -- appversion=5.25.1 33 -- programname=Ustawienia systemowe 31 -- bugaddress=submit@bugs.kde.org 12 -- startupid=0 KCrash: crashing... crashRecursionCounter = 2 KCrash: Application Name = systemsettings path = /usr/bin pid = 9087 KCrash: Arguments: /usr/bin/systemsettings The Wayland connection experienced a fatal error: Błędny deskryptor pliku // Invalid file descriptor Turns out I had debuginfod and the package also adds relevant /etc/profile.d entries + /etc/debuginfod.d files that get loaded into the env var 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! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now 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 Thank you for helping us make KDE software even better for everyone! |