https://bugs.kde.org/show_bug.cgi?id=449849
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |CONFIRMED Ever confirmed|0 |1 CC| |aleix...@kde.org, | |isma...@gmail.com, | |n...@kde.org Component|general |kcm_tablet Severity|normal |crash --- Comment #1 from Nate Graham <n...@kde.org> --- > (Note: filing under general as I can't find a kcm_tablet component) Created one! And I can reproduce the issue. All the action seems to be here: #23 0x00007ffff7e95f8b in KQuickAddons::ConfigModule::mainUi() () from /usr/lib/libKF5QuickAddons.so.5 #24 0x00007ffff63b316e in KCModuleLoader::loadModule(KPluginMetaData const&, QWidget*, QList<QVariant> const&) () from /usr/lib/libKF5KCMUtils.so.5 #25 0x00007ffff63b608f in ?? () from /usr/lib/libKF5KCMUtils.so.5 #26 0x00007ffff63b66ab in KCModuleProxy::realModule() const () from /usr/lib/libKF5KCMUtils.so.5 #27 0x00007ffff7f7e78c in ModuleView::updatePageIconHeader (this=this@entry=0x555555c53210, page=page@entry=0x555557198b80) at /usr/src/debug/systemsettings-5.24.0/core/ModuleView.cpp:286 #28 0x00007ffff7f7fc2e in ModuleView::addModule (this=0x555555c53210, item=<optimized out>, args=...) at /usr/src/debug/systemsettings-5.24.0/core/ModuleView.cpp:263 #29 0x00007ffff7f80501 in ModuleView::loadModule (args=..., menuItem=..., this=<optimized out>) at /usr/src/debug/systemsettings-5.24.0/core/ModuleView.cpp:219 #30 0x00007fffec17b027 in SidebarMode::loadModule (this=0x55555583f8a0, activeModule=..., args=...) at /usr/src/debug/systemsettings-5.24.0/sidebar/SidebarMode.cpp:489 #31 0x00007fffec17f014 in SidebarMode::loadModule (args=..., activeModule=..., this=0x55555583f8a0) at /usr/include/qt/QtCore/qabstractitemmodel.h:76 This is suspicious to me: > #27 0x00007ffff7f7e78c in ModuleView::updatePageIconHeader > (this=this@entry=0x555555c53210, page=page@entry=0x555557198b80) > at /usr/src/debug/systemsettings-5.24.0/core/ModuleView.cpp:286 Some of this code changed in https://invent.kde.org/plasma/systemsettings/-/commit/19f88c428de426a8a4db2b43f51f558437bf279e Ismael, could you investigate? -- You are receiving this mail because: You are watching all bug changes.