https://bugs.kde.org/show_bug.cgi?id=499081
--- Comment #6 from Matt Fagnani <matt.fagn...@bell.net> --- I had to install the powerdevil debuginfo packages in order for the frames 11 and 12 to get their source files and lines. #11 0x00007f54e8019302 in QMap<QString, QVariant>::insert(QString const&, QVariant const&) [clone .isra.0] () from /usr/lib64/qt6/qml/org/kde/plasma/private/batterymonitor/libbatterymonitorplugin.so #12 0x00007f54e8019bc8 in qDBusRegisterMetaType<QMap<QString, QVariant> >()::{lambda(QDBusArgument const&, void*)#1}::_FUN(QDBusArgument const&, void*) () from /usr/lib64/qt6/qml/org/kde/plasma/private/batterymonitor/libbatterymonitorplugin.so After powerdevil and qt6-qtbase those frames looked like: #16 0x00007f54e8019302 in QMap<QString, QVariant>::detach (this=0x7fff27ef2e28) at /usr/include/qt6/QtCore/qmap.h:277 #17 QMap<QString, QVariant>::detach (this=0x7fff27ef2e28) at /usr/include/qt6/QtCore/qmap.h:272 #18 QMap<QString, QVariant>::insert(QString const&, QVariant const&) [clone .isra.0] (this=0x7fff27ef2e28, key=..., value=...) at /usr/include/qt6/QtCore/qmap.h:693 #19 0x00007f54e8019bc8 in qDBusRegisterMetaType<QMap<QString, QVariant> >()::{lambda(QDBusArgument const&, void*)#1}::_FUN(QDBusArgument const&, void*) () at /usr/include/qt6/QtDBus/qdbusargument.h:275 It looked like the battery monitor applet might've been called when I clicked on Networks even though the battery monitor wasn't visible in the System Tray. -- You are receiving this mail because: You are watching all bug changes.