Summary: | Commom Usage | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | tarta <tarcisio> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | fxerkan, kde, nate, nicolas.fella |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.27.5 | ||
Target Milestone: | 1.0 | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
tarta
2023-06-15 03:12:04 UTC
Created attachment 159671 [details]
New crash information added by DrKonqi
DrKonqi auto-attaching complete backtrace.
#5 0x0000000000000000 in ?? () #6 0x00007fc897e3fae7 in ?? () from /lib/x86_64-linux-gnu/libQt5Quick.so.5 #7 0x00007fc897e3fb59 in ?? () from /lib/x86_64-linux-gnu/libQt5Quick.so.5 #8 0x00007fc897fc1dc2 in QAccessibleQuickItem::role() const () from /lib/x86_64-linux-gnu/libQt5Quick.so.5 #9 0x00007fc891154081 in ?? () from /lib/x86_64-linux-gnu/libQt5XcbQpa.so.5 #10 0x00007fc891156e04 in ?? () from /lib/x86_64-linux-gnu/libQt5XcbQpa.so.5 #11 0x00007fc8911585a1 in ?? () from /lib/x86_64-linux-gnu/libQt5XcbQpa.so.5 #12 0x00007fc897e4d6d3 in QQuickItemPrivate::setEffectiveVisibleRecur(bool) () from /lib/x86_64-linux-gnu/libQt5Quick.so.5 #13 0x00007fc897e55ffd in QQuickItem::setParentItem(QQuickItem*) () from /lib/x86_64-linux-gnu/libQt5Quick.so.5 #14 0x00007fc897e5650d in QQuickItem::~QQuickItem() () from /lib/x86_64-linux-gnu/libQt5Quick.so.5 #15 0x00007fc85c18d8c5 in ?? () from /usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Templates.2/libqtquicktemplates2plugin.so #16 0x00007fc89880ba99 in PlasmaQuick::AppletQuickItem::~AppletQuickItem() () from /lib/x86_64-linux-gnu/libKF5PlasmaQuick.so.5 #17 0x00007fc88af36789 in ?? () from /usr/lib/x86_64-linux-gnu/qt5/plugins/plasma/scriptengines/plasma_appletscript_declarative.so #18 0x00007fc8960db28e in QObjectPrivate::deleteChildren() () from /lib/x86_64-linux-gnu/libQt5Core.so.5 #19 0x00007fc8960e7054 in QObject::~QObject() () from /lib/x86_64-linux-gnu/libQt5Core.so.5 #20 0x00007fc88af313c9 in ?? () from /usr/lib/x86_64-linux-gnu/qt5/plugins/plasma/scriptengines/plasma_appletscript_declarative.so #21 0x00007fc898555d54 in ?? () from /lib/x86_64-linux-gnu/libKF5Plasma.so.5 #22 0x00007fc898555f59 in ?? () from /lib/x86_64-linux-gnu/libKF5Plasma.so.5 #23 0x00007fc89853fc5e in Plasma::Applet::~Applet() () from /lib/x86_64-linux-gnu/libKF5Plasma.so.5 #24 0x00007fc88aee8a8f in ?? () from /usr/lib/x86_64-linux-gnu/qt5/plugins/plasma/applets/org.kde.plasma.systemmonitor.so #25 0x00007fc8960dd4bf in QObject::event(QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5 #26 0x00007fc896f62fae in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5 #27 0x00007fc8960b16f8 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5 #28 0x00007fc8960b4681 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5 #29 0x00007fc89610a153 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5 #30 0x00007fc894bab7a9 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #31 0x00007fc894baba38 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #32 0x00007fc894babacc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #33 0x00007fc896109836 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5 #34 0x00007fc8960b017b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5 #35 0x00007fc8960b82d6 in QCoreApplication::exec() () from /lib/x86_64-linux-gnu/libQt5Core.so.5 #36 0x000056094a233dc3 in ?? () #37 0x00007fc895c4618a in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #38 0x00007fc895c46245 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6 #39 0x000056094a233ee1 in ?? () Comment on attachment 159671 [details]
New crash information added by DrKonqi
The bug is easly reproduceble.
Create a new Widget on your desktop System Monitor Sensor than remove it.
A notification will pop up saying
Widget Removed
The widget "System Monitor Sensor" has been removed.
I wait for it disapear for a long time and when its happend the plasma break and restart a few seconds later.
If a click on the button close on pop up message, the plasma crash at the same moment.
*** This bug has been marked as a duplicate of bug 449981 *** *** Bug 484222 has been marked as a duplicate of this bug. *** |