Bug 435304 - System Monitor crashes when change from progress list to text only
Summary: System Monitor crashes when change from progress list to text only
Status: RESOLVED DUPLICATE of bug 435192
Alias: None
Product: plasma-systemmonitor
Classification: Applications
Component: general (show other bugs)
Version: 5.21.3
Platform: Arch Linux Linux
: NOR crash
Target Milestone: ---
Assignee: KSysGuard Developers
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2021-04-03 09:42 UTC by Fei Chong
Modified: 2021-04-06 10:16 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fei Chong 2021-04-03 09:42:20 UTC
Application: plasma-systemmonitor (5.21.3)

Qt Version: 5.15.2
Frameworks Version: 5.80.0
Operating System: Linux 5.11.11-arch1-1 x86_64
Windowing System: X11
Drkonqi Version: 5.21.3
Distribution: Arch Linux

-- Information about the crash:
- What I was doing when the application crashed:
I was customizing a new page, added a tile of progress list with no sensor content.

Then I change the tile type to text only, the system monitor crashed immediately.

This crash can reproduce with same operation everytime on my computer.

The crash can be reproduced every time.

-- Backtrace:
Application: 系统监视器 (plasma-systemmonitor), signal: Segmentation fault

[KCrash Handler]
#4  0x00007f2c65f6a49d in ?? () from /usr/lib/libQt5QuickTemplates2.so.5
#5  0x00007f2c65f5f9cf in QQuickControlPrivate::updateImplicitContentWidth() () from /usr/lib/libQt5QuickTemplates2.so.5
#6  0x00007f2c65f6a632 in ?? () from /usr/lib/libQt5QuickTemplates2.so.5
#7  0x00007f2c66287735 in QQuickItemPrivate::implicitWidthChanged() () from /usr/lib/libQt5Quick.so.5
#8  0x00007f2c6628b64b in QQuickItem::setImplicitSize(double, double) () from /usr/lib/libQt5Quick.so.5
#9  0x00007f2c6411173f in ?? () from /usr/lib/qt/qml/QtQuick/Layouts/libqquicklayoutsplugin.so
#10 0x00007f2c64113e0b in ?? () from /usr/lib/qt/qml/QtQuick/Layouts/libqquicklayoutsplugin.so
#11 0x00007f2c641108e4 in ?? () from /usr/lib/qt/qml/QtQuick/Layouts/libqquicklayoutsplugin.so
#12 0x00007f2c64113ddf in ?? () from /usr/lib/qt/qml/QtQuick/Layouts/libqquicklayoutsplugin.so
#13 0x00007f2c6411b403 in ?? () from /usr/lib/qt/qml/QtQuick/Layouts/libqquicklayoutsplugin.so
#14 0x00007f2c6badf0be in QObjectPrivate::deleteChildren() () from /usr/lib/libQt5Core.so.5
#15 0x00007f2c6bae9f25 in QObject::~QObject() () from /usr/lib/libQt5Core.so.5
#16 0x00007f2c5d1dcc67 in ?? () from /usr/lib/qt/qml/QtQuick/Templates.2/libqtquicktemplates2plugin.so
#17 0x00007f2c6badf0be in QObjectPrivate::deleteChildren() () from /usr/lib/libQt5Core.so.5
#18 0x00007f2c6bae9f25 in QObject::~QObject() () from /usr/lib/libQt5Core.so.5
#19 0x00007f2c5d1de800 in ?? () from /usr/lib/qt/qml/QtQuick/Templates.2/libqtquicktemplates2plugin.so
#20 0x00007f2c6badf0be in QObjectPrivate::deleteChildren() () from /usr/lib/libQt5Core.so.5
#21 0x00007f2c6bae9f25 in QObject::~QObject() () from /usr/lib/libQt5Core.so.5
#22 0x00007f2c4b502867 in ?? () from /usr/lib/qt/qml/org/kde/ksysguard/faces/libFacesPlugin.so
#23 0x00007f2c6bae12f0 in QObject::event(QEvent*) () from /usr/lib/libQt5Core.so.5
#24 0x00007f2c6c604752 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
#25 0x00007f2c6bab4a2a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
#26 0x00007f2c6bab7523 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib/libQt5Core.so.5
#27 0x00007f2c6bb0e054 in ?? () from /usr/lib/libQt5Core.so.5
#28 0x00007f2c6a50bf9c in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#29 0x00007f2c6a55fa49 in ?? () from /usr/lib/libglib-2.0.so.0
#30 0x00007f2c6a5096f1 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#31 0x00007f2c6bb0d691 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#32 0x00007f2c6bab33ac in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
#33 0x00007f2c6babb844 in QCoreApplication::exec() () from /usr/lib/libQt5Core.so.5
#34 0x000056535c9972a4 in ?? ()
#35 0x00007f2c6b47cb25 in __libc_start_main () from /usr/lib/libc.so.6
#36 0x000056535c99777e in ?? ()
[Inferior 1 (process 54547) detached]

Possible duplicates by query: bug 435053.

Reported using DrKonqi
Comment 1 Nate Graham 2021-04-06 03:02:25 UTC
Unfortunately the backtrace is incomplete and missing debug symbols that we need to figure out what's going wrong exactly:

#22 0x00007f2c4b502867 in ?? () from /usr/lib/qt/qml/org/kde/ksysguard/faces/libFacesPlugin.so

Could you please install debug symbols, reproduce it, and attach a new symbolicated backtrace? See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports

Thanks!
Comment 2 Arjen Hiemstra 2021-04-06 10:16:38 UTC
From the looks of that BT, I am fairly sure this is a duplicate of 435192.

*** This bug has been marked as a duplicate of bug 435192 ***