https://bugs.kde.org/show_bug.cgi?id=506843

Akira <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #6 from Akira <[email protected]> ---
I can reproduce this:

1.  Add Notifications widget to the system tray
1. Start downloading a file in the browser.
2. Click minimize button on the notification popup window while downloading
3. Click Notifications icon in the system tray

Plasmashell crashes most of the time after the above steps.

SYSTEM INFO

Operating System: Arch Linux 
KDE Plasma Version: 6.4.2
KDE Frameworks Version: 6.16.0
Qt Version: 6.9.1
Kernel Version: 6.15.6-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 8 × 11th Gen Intel® Core™ i5-1155G7 @ 2.50GHz
Memory: 16 GiB of RAM (15.4 GiB usable)
Graphics Processor: Intel® Iris® Xe Graphics
Manufacturer: HUAWEI
Product Name: BoDE-WXX9
System Version: M1010

BACKTRACE

Thread 1 "plasmashell" received signal SIGSEGV, Segmentation fault.
Downloading 101.12 K source file
/usr/src/debug/qt6-declarative/qtdeclarative/src/qmlmodels/qqmllistmodel.cpp
QQmlListModel::engine (this=0x555559a8c300)                                     
    at
/usr/src/debug/qt6-declarative/qtdeclarative/src/qmlmodels/qqmllistmodel.cpp:2128
2128           m_engine  = qmlEngine(this)->handle();
(gdb) bt
#0  QQmlListModel::engine (this=0x555559a8c300)
    at
/usr/src/debug/qt6-declarative/qtdeclarative/src/qmlmodels/qqmllistmodel.cpp:2128
#1  QQmlListModel::data (this=0x555559a8c300, index=0, role=0)
    at
/usr/src/debug/qt6-declarative/qtdeclarative/src/qmlmodels/qqmllistmodel.cpp:2319
#2  0x00007ffff3e93724 in QQmlListModel::data (this=<optimized out>,
index=<optimized out>, role=<optimized out>)
    at /usr/include/qt6/QtCore/qabstractitemmodel.h:130
#3  0x00007fff78088dad in ModelSource::item (this=0x55555b68da30, index=0)
    at
/usr/src/debug/kquickcharts/kquickcharts-6.16.0/src/datasource/ModelSource.cpp:93
#4  0x00007fff780858c5 in ChartDataSource::first (this=<optimized out>)
    at
/usr/src/debug/kquickcharts/kquickcharts-6.16.0/src/datasource/ChartDataSource.cpp:20
#5  0x00007fff780d0f2b in LegendModel::getValueForItem
(this=this@entry=0x55555b646e30, item=item@entry=0)
    at
/usr/src/debug/kquickcharts/kquickcharts-6.16.0/controls/LegendModel.cpp:263
#6  0x00007fff780d1ba7 in LegendModel::update (this=<optimized out>)
    at
/usr/src/debug/kquickcharts/kquickcharts-6.16.0/controls/LegendModel.cpp:164
#7  0x00007ffff51c0e34 in QObject::event (this=<optimized out>, e=<optimized
out>)
    at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobject.cpp:1431
#8  0x00007ffff7301c70 in QApplicationPrivate::notify_helper
    (this=<optimized out>, receiver=0x55555b646e30, e=0x55555b71d530)
    at /usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qapplication.cpp:3303
#9  0x00007ffff5168118 in QCoreApplication::notifyInternal2
    (receiver=0x55555b646e30, event=event@entry=0x55555b71d530)
    at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1106
#10 0x00007ffff51684fb in QCoreApplication::sendEvent (receiver=<optimized
out>, event=0x55555b71d530)
    at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1546
#11 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0,
data=0x5555556684a0)
    at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1879
#12 0x00007ffff543fcf8 in QCoreApplication::sendPostedEvents (receiver=0x0,
event_type=0)
    at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1733
#13 postEventSourceDispatch (s=0x5555556708e0)
    at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:246
#14 0x00007ffff3be287d in g_main_dispatch (context=0x7fffe8000f00) at
../glib/glib/gmain.c:3398
#15 0x00007ffff3be3cd7 in g_main_context_dispatch_unlocked
(context=0x7fffe8000f00) at ../glib/glib/gmain.c:4249
--Type <RET> for more, q to quit, c to continue without paging--
#16 g_main_context_iterate_unlocked
    (context=context@entry=0x7fffe8000f00, block=block@entry=1,
dispatch=dispatch@entry=1, self=<optimized out>)
    at ../glib/glib/gmain.c:4314
#17 0x00007ffff3be3ee5 in g_main_context_iteration (context=0x7fffe8000f00,
may_block=1) at ../glib/glib/gmain.c:4379
#18 0x00007ffff543c5e2 in QEventDispatcherGlib::processEvents
(this=0x555555670ee0, flags=...)
    at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:399
#19 0x00007ffff51744b6 in QEventLoop::processEvents (this=0x7fffffffcdf0,
flags=...)
    at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventloop.cpp:104
#20 QEventLoop::exec (this=0x7fffffffcdf0, flags=...)
    at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventloop.cpp:186
#21 0x00007ffff516c7c1 in QCoreApplication::exec ()
    at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1449
#22 0x00007ffff72fc6aa in QApplication::exec ()
    at /usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qapplication.cpp:2570
#23 0x000055555557c592 in main (argc=<optimized out>, argv=<optimized out>)
    at
/usr/src/debug/plasma-workspace/plasma-workspace-6.4.2/shell/main.cpp:188

LOGS

kf.plasma.quick: Applet preload policy set to 1
org.kde.plasma.kicker: Entry is not valid "org.kde.kontact.desktop"
0x555558589320
org.kde.plasma.kicker: Entry is not valid "org.kde.kontact.desktop"
0x555558589320
org.kde.pulseaudio: No object for name
"alsa_output.pci-0000_00_1f.3.analog-stereo.monitor"
kf.i18n: 0 instead of 1 arguments to message "Unable to retrieve w..." supplied
before conversion
kf.quickcharts.datasource: ModelSource: Invalid role  -1 "data"
QGridLayoutEngine::addItem: Can't add Body_QMLTYPE_621(0x5555556ae8b0,
id="bodyLabel", parent=0x55555b8ebfb0, geometry=0,0 210.953x18) at cell (1, 0)
because it's already taken by Summary_QMLTYPE_622(0x55555b77faa0, id="summary",
parent=0x55555b8ebfb0, geometry=0,0 96.7188x21)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to