| Summary: | Plasma crashes in DataContainer::checkForUpdate() wheno openig the configuration of Thermal Monitor | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] libplasma | Reporter: | benz.martin |
| Component: | libplasma | Assignee: | Marco Martin <notmart> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | crash | CC: | benz.martin, nate, plasma-bugs-null |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 5.71.0 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
||
|
Description
benz.martin
2021-02-12 15:03:53 UTC
#4 QObject::objectName (this=0x7f0c24bc44d0) at kernel/qobject.cpp:1177 #5 0x00007f0c51011d9c in ?? () from /usr/lib64/libKF5Plasma.so.5 #6 0x00007f0c50ffc569 in Plasma::DataContainer::checkForUpdate() () from /usr/lib64/libKF5Plasma.so.5 We're missing some relevant debug symbols. Could you install the missing debug symbols with `sudo zypper install libKF5Plasma5-debuginfo`, reproduce the crash, and attach a new backtrace? Thanks! Created attachment 135640 [details]
New crash information added by DrKonqi
plasmashell (5.18.6) using Qt 5.12.7
- What I was doing when the application crashed:
right klick on the Thermal Monitor widget -> choose "Thermal Monitor Einrichten" -> plasma crashes
-- Backtrace (Reduced):
#4 QMapNodeBase::nextNode (this=this@entry=0x564731f6e2c0) at tools/qmap.cpp:58
#5 0x00007fc62780a571 in QMapNode<unsigned int, Plasma::SignalRelay*>::nextNode (this=0x564731f6e2c0) at /usr/include/qt5/QtCore/qmap.h:118
#6 QMap<unsigned int, Plasma::SignalRelay*>::const_iterator::operator++ (this=<synthetic pointer>) at /usr/include/qt5/QtCore/qmap.h:494
#7 Plasma::DataContainer::checkForUpdate (this=this@entry=0x564734288bc0) at /usr/src/debug/plasma-framework-5.71.0-lp152.1.1.x86_64/src/plasma/datacontainer.cpp:356
#8 0x00007fc5d8ffc609 in ExecutableContainer::finished (this=0x564734288bc0, exitCode=<optimized out>, exitStatus=<optimized out>) at /usr/src/debug/plasma5-workspace-5.18.6-lp152.3.3.1.x86_64/dataengines/executable/executable.cpp:45
Created attachment 135641 [details]
New crash information added by DrKonqi
plasmashell (5.18.6) using Qt 5.12.7
- What I was doing when the application crashed:
right klick on the Thermal Monitor widget -> choose "Thermal Monitor Einrichten" -> plasma crashes
-- Backtrace (Reduced):
#4 QMapNodeBase::nextNode (this=this@entry=0x55e0f173c1d0) at tools/qmap.cpp:58
#5 0x00007fcea0c5d571 in QMapNode<unsigned int, Plasma::SignalRelay*>::nextNode (this=0x55e0f173c1d0) at /usr/include/qt5/QtCore/qmap.h:118
#6 QMap<unsigned int, Plasma::SignalRelay*>::const_iterator::operator++ (this=<synthetic pointer>) at /usr/include/qt5/QtCore/qmap.h:494
#7 Plasma::DataContainer::checkForUpdate (this=this@entry=0x55e0f1a99f60) at /usr/src/debug/plasma-framework-5.71.0-lp152.1.1.x86_64/src/plasma/datacontainer.cpp:356
#8 0x00007fce52010609 in ExecutableContainer::finished (this=0x55e0f1a99f60, exitCode=<optimized out>, exitStatus=<optimized out>) at /usr/src/debug/plasma5-workspace-5.18.6-lp152.3.3.1.x86_64/dataengines/executable/executable.cpp:45
Thank you very much! Frameworks 5.71 is a bit old at this point. I wonder if it could be already fixed in 5.79. Thank you for reporting this issue in KDE software. As it was reported on an older version, can we please ask you to see if you can reproduce the issue with a more recent software version? If you can confirm this issue still exists in a recent version, please change the version field and the status to "REPORTED" when replying. Thank you! Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |