https://bugs.kde.org/show_bug.cgi?id=480939
--- Comment #10 from Arjen Hiemstra <ahiems...@heimr.nl> --- Unfortunately, that still doesn't tell me anything except that something is adding an object in response to an event and that object duplicates an already existing one. Can you install debug symbols for libksysguard and re-run things in gdb, but when it then crashes run the following: ``` frame 9 print this->name() print object->name() ``` Note that the 9 in `frame 9` might need a different number, it's whatever corresponds to this line: `#9 0x00007ffff7f803e4 in ?? () from /lib/x86_64-linux-gnu/libKSysGuardSystemStats.so.2` -- You are receiving this mail because: You are watching all bug changes.