https://bugs.kde.org/show_bug.cgi?id=440261
--- Comment #10 from Wedge009 <wedge...@wedge009.net> --- I did a comparison between tags for 5.22.3 and 5.22.4 and there were only a handful of commits, with the one I quoted being the only meaningful change. I rolled back *only* the ksystemstats package back to 5.22.3 and the widget is broken again. So it seems to be the culprit and 5.22.4 resolves the issue (at least for me, can't speak for Sebastian). Lastly, I picked up this stack trace at the point of crash: #0 0x00007ffff1d6ad60 in SensorsFeatureSensor::update (this=0x5555555d4a30) at ./plugins/lmsensors/SensorsFeatureSensor.cpp:142 #1 0x00007ffff1d6993d in LmSensorsPlugin::update (this=<optimised out>) at ./plugins/lmsensors/lmsensors.cpp:61 #2 0x00005555555627cd in Daemon::sendFrame (this=0x7fffffffde40) at ./src/daemon.cpp:246 #3 0x00007ffff7be25c7 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5 #4 0x00007ffff7be672e in QTimer::timeout(QTimer::QPrivateSignal) () from /lib/x86_64-linux-gnu/libQt5Core.so.5 #5 0x00007ffff7bd802f in QObject::event(QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5 #6 0x00007ffff7baa78f in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5 #7 0x00007ffff7c03533 in QTimerInfoList::activateTimers() () from /lib/x86_64-linux-gnu/libQt5Core.so.5 #8 0x00007ffff7c03e2c in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5 #9 0x00007ffff6b858eb in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #10 0x00007ffff6bd8d28 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #11 0x00007ffff6b83023 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #12 0x00007ffff7c04204 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5 #13 0x00007ffff7ba911b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5 #14 0x00007ffff7bb1604 in QCoreApplication::exec() () from /lib/x86_64-linux-gnu/libQt5Core.so.5 #15 0x000055555555a8fe in main (argc=<optimised out>, argv=<optimised out>) at ./src/main.cpp:29 It doesn't look obviously linked to the change in the commit, but I imagine you'd be more familiar with the code than I am. -- You are receiving this mail because: You are watching all bug changes.