https://bugs.kde.org/show_bug.cgi?id=437523
--- Comment #3 from Maximiliano Bertacchini <maxibe...@gmail.com> --- Managed to debug a locally compiled build and pinpointed the crash to sensors of type SENSORS_FEATURE_IN and SENSORS_FEATURE_CURR. So that if makeSensorsFeatureSensor() returns nullptr on those types, ksystemstats works fine with all the other sensors in my system (2 fans and a lot of temperatures). Alternatively, it also works if SensorsFeatureSensor::update() returns immediately on feature names "in0_input" or "curr1_input". -- You are receiving this mail because: You are watching all bug changes.