https://bugs.kde.org/show_bug.cgi?id=480939
--- Comment #9 from sayan <swastiksayan2...@gmail.com> --- Here you go: ```(gdb) run Starting program: /usr/bin/ksystemstats [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7ffff4486640 (LWP 3948)] Loaded plugin "ksystemstats_plugin_cpu" from file "/usr/lib/x86_64-linux-gnu/qt6/plugins/ksystemstats/ksystemstats_plugin_cpu.so" Loaded plugin "ksystemstats_plugin_disk" from file "/usr/lib/x86_64-linux-gnu/qt6/plugins/ksystemstats/ksystemstats_plugin_disk.so" Could not retrieve information for NVidia GPU "0000:01:00.0" Found unsupported GPU: /sys/devices/pci0000:00/0000:00:02.0/drm/card1 Loaded plugin "ksystemstats_plugin_gpu" from file "/usr/lib/x86_64-linux-gnu/qt6/plugins/ksystemstats/ksystemstats_plugin_gpu.so" kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: "Temperature %1" msgid_plural: "" msgctxt: "@title %1 is a number" kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: "Temperature %1" msgid_plural: "" msgctxt: "@title %1 is a number" kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: "Fan %1" msgid_plural: "" msgctxt: "@title %1 is a number" kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: "Fan %1" msgid_plural: "" msgctxt: "@title %1 is a number" kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: "Temperature %1" msgid_plural: "" msgctxt: "@title %1 is a number" kf.i18n: KLocalizedString: Domain is not set for this string, translation will not work. Please see https://api.kde.org/frameworks/ki18n/html/prg_guide.html msgid: "Temperature %1" msgid_plural: "" msgctxt: "@title %1 is a number" Loaded plugin "ksystemstats_plugin_lmsensors" from file "/usr/lib/x86_64-linux-gnu/qt6/plugins/ksystemstats/ksystemstats_plugin_lmsensors.so" Loaded plugin "ksystemstats_plugin_memory" from file "/usr/lib/x86_64-linux-gnu/qt6/plugins/ksystemstats/ksystemstats_plugin_memory.so" Loaded plugin "ksystemstats_plugin_network" from file "/usr/lib/x86_64-linux-gnu/qt6/plugins/ksystemstats/ksystemstats_plugin_network.so" Loaded plugin "ksystemstats_plugin_osinfo" from file "/usr/lib/x86_64-linux-gnu/qt6/plugins/ksystemstats/ksystemstats_plugin_osinfo.so" Loaded plugin "ksystemstats_plugin_power" from file "/usr/lib/x86_64-linux-gnu/qt6/plugins/ksystemstats/ksystemstats_plugin_power.so" ASSERT: "!d->sensorObjects.contains(id)" in file ./systemstats/SensorContainer.cpp, line 57 Thread 1 "ksystemstats" received signal SIGABRT, Aborted. __pthread_kill_implementation (no_tid=0, signo=6, threadid=140737297870464) at ./nptl/pthread_kill.c:44 Download failed: Invalid argument. Continuing without source file ./nptl/./nptl/pthread_kill.c. 44 ./nptl/pthread_kill.c: No such file or directory. (gdb) backtrace #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140737297870464) at ./nptl/pthread_kill.c:44 #1 __pthread_kill_internal (signo=6, threadid=140737297870464) at ./nptl/pthread_kill.c:78 #2 __GI___pthread_kill (threadid=140737297870464, signo=signo@entry=6) at ./nptl/pthread_kill.c:89 #3 0x00007ffff7413476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26 #4 0x00007ffff73f97f3 in __GI_abort () at ./stdlib/abort.c:79 #5 0x00007ffff7d006f3 in qAbort() () from /lib/x86_64-linux-gnu/libQt6Core.so.6 #6 0x00007ffff7cfc055 in ?? () from /lib/x86_64-linux-gnu/libQt6Core.so.6 #7 0x00007ffff7d0109f in QMessageLogger::fatal(char const*, ...) const () from /lib/x86_64-linux-gnu/libQt6Core.so.6 #8 0x00007ffff7cd1261 in qt_assert(char const*, char const*, int) () from /lib/x86_64-linux-gnu/libQt6Core.so.6 #9 0x00007ffff7f803e4 in ?? () from /lib/x86_64-linux-gnu/libKSysGuardSystemStats.so.2 #10 0x00007ffff7bef9d2 in QObject::event(QEvent*) () from /lib/x86_64-linux-gnu/libQt6Core.so.6 #11 0x00007ffff7c87e25 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt6Core.so.6 #12 0x00007ffff7c88050 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /lib/x86_64-linux-gnu/libQt6Core.so.6 #13 0x00007ffff7b32387 in ?? () from /lib/x86_64-linux-gnu/libQt6Core.so.6 #14 0x00007ffff6aedd3b in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #15 0x00007ffff6b43258 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #16 0x00007ffff6aeb3e3 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #17 0x00007ffff7b302c0 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt6Core.so.6 #18 0x00007ffff7c9201b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt6Core.so.6 #19 0x00007ffff7c8bd0c in QCoreApplication::exec() () from /lib/x86_64-linux-gnu/libQt6Core.so.6 #20 0x000055555555df78 in ?? () #21 0x00007ffff73fad90 in __libc_start_call_main (main=main@entry=0x55555555d9e0, argc=argc@entry=1, argv=argv@entry=0x7fffffffded8) at ../sysdeps/nptl/libc_start_call_main.h:58 #22 0x00007ffff73fae40 in __libc_start_main_impl (main=0x55555555d9e0, argc=1, argv=0x7fffffffded8, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffdec8) at ../csu/libc-start.c:392 #23 0x000055555555e365 in ?? () ``` -- You are receiving this mail because: You are watching all bug changes.