Bug 491709 - Plasmashell freeze upon animation
Summary: Plasmashell freeze upon animation
Status: REPORTED
Alias: None
Product: plasmashell
Classification: Plasma
Component: generic-crash (show other bugs)
Version: 6.1.4
Platform: Fedora RPMs Linux
: NOR crash
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-14 11:36 UTC by Kallinger
Modified: 2024-08-20 16:16 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
shell output of multiple "plasmashell --replace" (19.11 KB, text/plain)
2024-08-14 11:36 UTC, Kallinger
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kallinger 2024-08-14 11:36:46 UTC
Created attachment 172616 [details]
shell output of multiple "plasmashell --replace"

SUMMARY: 
Plasmashell crashes, 100% cpu usage, needs to be killed/restarted manually 


Crashes frequently but i can't reproduce it reliably. But the times i noticed it so far
1) Opening a new app, movement on the taskbar froze
2) Trying to open the clipboard widget, never opened, couldnt unhide my taskbar anymore
3) Notification popped up, couldnt unhide my taskbar anymore
4) While writing this report,

It feels like my fan spins up shortly before the crash occurs, just now i heard the fan, could unhide the taskbar, but it froze mid animation.
When i check HTOP plasmashell cpu usage is at 100% for one core. Tried to pinpoint it by running "plasmashell --replace" and it died at the same spot every time:

"The cached device pixel ratio value was stale on window update.  Please file a QTBUG which explains how to reproduce."
I get one of these lines whenever some animation runs? I tried real fast: Opening clipboard widget, preview window in taskbar, Bluetooth widget; but it does not always crash.

See attachment for more. 

I am only noticing this for the last 2 days or so, since the last batch of updates i did. I dont know which updates it were tho.

SOFTWARE/OS VERSIONS
Operating System: Fedora Linux 40
KDE Plasma Version: 6.1.4
KDE Frameworks Version: 6.5.0
Qt Version: 6.7.2
Kernel Version: 6.10.3-200.fc40.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 7840HS w/ Radeon 780M Graphics
Memory: 30.7 GiB of RAM
Graphics Processor: AMD Radeon 780M
Manufacturer: Framework
Product Name: Laptop 16 (AMD Ryzen 7040 Series)
System Version: AG
Comment 1 David Edmundson 2024-08-14 12:07:24 UTC
That warning is harmless and irrelevant.
Shell output tells us nothing interesting. 

Please see: https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports

but instead of waiting for a crash press control+c to stop the program
Comment 2 Kallinger 2024-08-15 02:27:41 UTC
Took a while to crash again, this is what i got, hopefully this helps?

#0  0x00007ffff5ecc204 in QQmlPropertyCache::findProperty(QStringHash<std::pair<int, QQmlPropertyData*> >::Iterator<QStringHashData::IteratorData<QLinkedStringHash<std::pair<int, QQmlPropertyData*> > const>, std::pair<int, QQmlPropertyData*> const>, QObject*, QQmlRefPointer<QQmlContextData> const&) const@plt () from /lib64/libQt6Qml.so.6
#1  0x00007ffff604b7de in QV4::QObjectWrapper::getQmlProperty (engine=engine@entry=0x555555b46370, qmlContext=..., wrapper=0x7fff8c2b1ea0, 
    object=0x5555571d6f50, name=0x7fffb13bf660, flags=flags@entry=..., hasProperty=0x0, property=0x0)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4qobjectwrapper.cpp:501
#2  0x00007ffff6256e00 in QV4::QQmlTypeWrapper::virtualGet (m=0x7fffb13bf650, id=..., receiver=0x7fffb13bf650, hasProperty=0x0)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqmltypewrapper_p.h:65
#3  0x00007ffff6011400 in QV4::Object::get (this=0x7fffb13bf650, name=<optimized out>, hasProperty=0x0, receiver=0x7fffb13bf650)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4string_p.h:140
#4  QV4::Lookup::getterFallback (l=<optimized out>, engine=0x555555b46370, object=...)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/jsruntime/qv4lookup.cpp:203
#5  0x00007fff98543065 in ?? ()
#6  0x0000000000000000 in ?? ()
Comment 3 Kallinger 2024-08-15 02:37:17 UTC
Just noticed that it complains about some missing debug info, downloaded that and trying it again, gonna update this once i get the next crash
Comment 4 Kallinger 2024-08-17 00:25:13 UTC
This should be good, let me know if you need anything else

Thread 1 "plasmashell" received signal SIGINT, Interrupt.
0x00007ffff56fd7af in gray_set_cell (worker=0x55556d97b970, ex=261, ey=<optimized out>)
    at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/painting/qgrayraster.c:463
Downloading source file /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/painting/qgrayraster.c
463             gray_record_cell( RAS_VAR );                                                                                                  
(gdb) backtrace

#0  0x00007ffff56fd7af in gray_set_cell (worker=0x55556d97b970, ex=261, ey=<optimized out>)
    at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/painting/qgrayraster.c:463
#1  gray_render_scanline (worker=worker@entry=0x55556d97b970, ey=ey@entry=0, x1=<optimized out>, y1=184, x2=x2@entry=0, y2=y2@entry=256)
    at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/painting/qgrayraster.c:584
#2  0x00007ffff56fdae9 in gray_render_line (worker=worker@entry=0x55556d97b970, to_x=0, to_y=256)
    at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/painting/qgrayraster.c:723
#3  0x00007ffff56fecd2 in QT_FT_Outline_Decompose (outline=<optimized out>, user=<optimized out>)
    at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/painting/qgrayraster.c:1495
#4  gray_convert_glyph_inner (worker=worker@entry=0x55556d97b970)
    at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/painting/qgrayraster.c:1631
#5  0x00007ffff56ff34e in gray_convert_glyph (worker=0x55556d97b970)
    at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/painting/qgrayraster.c:1738
#6  0x00007ffff572e517 in QRasterPaintEnginePrivate::rasterize (this=0x55556d972880, outline=<optimized out>, 
    callback=0x7ffff5bc3670 <blend_color_argb(int, QT_FT_Span const*, void*)>, userData=<optimized out>)
    at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/tools/qscopedpointer.h:105
#7  0x00007ffff573dc51 in QRasterPaintEnginePrivate::rasterize (this=0x55556d972880, outline=0x55555c9007d8, 
    callback=0x7ffff5bc3670 <blend_color_argb(int, QT_FT_Span const*, void*)>, spanData=0x55556d976c98, rasterBuffer=0x555569129770)
    at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/painting/qpaintengine_raster.cpp:3560
#8  QRasterPaintEngine::fill (this=<optimized out>, path=..., brush=...)
    at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/painting/qpaintengine_raster.cpp:1696
#9  0x00007ffff57456fd in QPaintEngineEx::draw (this=0x55555be78b50, path=...)
    at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/painting/qpaintengineex.cpp:592
#10 0x00007ffff3de0be5 in QSvgPath::drawCommand (this=0x55555739d1f0, p=0x7fffffffc6e8, states=...)
    at /usr/src/debug/qt6-qtsvg-6.7.2-1.fc40.x86_64/src/svg/qsvggraphics.cpp:112
#11 0x00007ffff3dfcc14 in QSvgNode::fillThenStroke (this=this@entry=0x55555739d1f0, p=p@entry=0x7fffffffc6e8, states=...)
    at /usr/src/debug/qt6-qtsvg-6.7.2-1.fc40.x86_64/src/svg/qsvgnode.cpp:93
#12 0x00007ffff3e05156 in QSvgNode::draw (this=0x55555739d1f0, p=0x7fffffffc6e8, states=...)
    at /usr/src/debug/qt6-qtsvg-6.7.2-1.fc40.x86_64/src/svg/qsvgnode.cpp:72
#13 0x00007ffff3e05558 in QSvgNode::draw (this=<optimized out>, p=<optimized out>, states=...)
    at /usr/src/debug/qt6-qtsvg-6.7.2-1.fc40.x86_64/src/svg/qsvgnode.cpp:83
#14 0x00007ffff3e05626 in QSvgG::drawCommand (this=0x55555739cf10, p=0x7fffffffc6e8, states=...)
    at /usr/src/debug/qt6-qtsvg-6.7.2-1.fc40.x86_64/src/svg/qsvgstructure.cpp:42
#15 0x00007ffff3e04edb in QSvgNode::draw (this=0x55555739cf10, p=0x7fffffffc6e8, states=...)
    at /usr/src/debug/qt6-qtsvg-6.7.2-1.fc40.x86_64/src/svg/qsvgnode.cpp:74
#16 0x00007ffff3e1924b in QSvgTinyDocument::draw (this=<optimized out>, p=0x7fffffffc6e8, id=..., bounds=...)
    at /usr/src/debug/qt6-qtsvg-6.7.2-1.fc40.x86_64/src/svg/qsvgtinydocument.cpp:297
--Type <RET> for more, q to quit, c to continue without paging--c
#17 0x00007ffff71d9a99 in KSvg::SvgPrivate::findInCache (this=<optimized out>, elementId=..., ratio=1.25, s=...)
    at /usr/src/debug/kf6-ksvg-6.5.0-1.fc40.x86_64/src/ksvg/svg.cpp:619
#18 0x00007ffff71dafbd in KSvg::Svg::image (this=<optimized out>, size=..., elementID=...)
    at /usr/src/debug/kf6-ksvg-6.5.0-1.fc40.x86_64/src/ksvg/svg.cpp:901
#19 0x00007fffd9d6ecb8 in KSvg::SvgItem::updatePolish (this=0x5555573a1660)
    at /usr/src/debug/kf6-ksvg-6.5.0-1.fc40.x86_64/src/declarativeimports/svgitem.cpp:253
#20 0x00007ffff68b7255 in QQuickWindowPrivate::polishItems (this=0x5555564fa070)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quick/items/qquickwindow.cpp:369
#21 0x00007ffff6ad10a9 in QSGThreadedRenderLoop::polishAndSync (this=0x5555560aadf0, w=0x55555a0eca28, inExpose=false)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quick/scenegraph/qsgthreadedrenderloop.cpp:1616
#22 0x00007ffff68b9d4a in QQuickWindow::event (this=this@entry=0x55555659e960, event=event@entry=0x7fffffffd160)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quick/items/qquickwindow.cpp:1600
#23 0x00005555555a5e0b in PanelView::event (this=0x55555659e960, e=0x7fffffffd160)
    at /usr/src/debug/plasma-workspace-6.1.4-1.fc40.x86_64/shell/panelview.cpp:1233
#24 0x00007ffff738b218 in QApplicationPrivate::notify_helper (this=<optimized out>, receiver=0x55555659e960, e=0x7fffffffd160)
    at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/widgets/kernel/qapplication.cpp:3287
#25 0x00007ffff4d96dc8 in QCoreApplication::notifyInternal2 (receiver=0x55555659e960, event=0x7fffffffd160)
    at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qcoreapplication.cpp:1142
#26 0x00007ffff4d9702d in QCoreApplication::sendEvent (receiver=<optimized out>, event=<optimized out>)
    at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qcoreapplication.cpp:1583
#27 0x00007ffff562a92a in QPlatformWindow::deliverUpdateRequest (this=<optimized out>)
    at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/kernel/qplatformwindow.cpp:792
#28 0x00007ffff4dedd4b in QObject::event (this=0x5555568a3440, e=0x55555b6aac20)
    at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qobject.cpp:1452
#29 0x00007ffff738b218 in QApplicationPrivate::notify_helper (this=<optimized out>, receiver=0x5555568a3440, e=0x55555b6aac20)
    at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/widgets/kernel/qapplication.cpp:3287
#30 0x00007ffff4d96dc8 in QCoreApplication::notifyInternal2 (receiver=0x5555568a3440, event=0x55555b6aac20)
    at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qcoreapplication.cpp:1142
#31 0x00007ffff4d9702d in QCoreApplication::sendEvent (receiver=<optimized out>, event=<optimized out>)
    at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qcoreapplication.cpp:1583
#32 0x00007ffff4d9ab91 in QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x555555633440)
    at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qcoreapplication.cpp:1940
#33 0x00007ffff4d9ae3d in QCoreApplication::sendPostedEvents (receiver=<optimized out>, event_type=<optimized out>)
    at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qcoreapplication.cpp:1797
#34 0x00007ffff50858ef in postEventSourceDispatch (s=0x5555556613e0)
    at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qeventdispatcher_glib.cpp:244
#35 0x00007ffff3a53e8c in g_main_dispatch (context=0x7fffdc000f00) at ../glib/gmain.c:3344
#36 g_main_context_dispatch_unlocked (context=0x7fffdc000f00) at ../glib/gmain.c:4152
#37 0x00007ffff3ab5c98 in g_main_context_iterate_unlocked.isra.0 (context=context@entry=0x7fffdc000f00, block=block@entry=1, 
    dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/gmain.c:4217
#38 0x00007ffff3a55383 in g_main_context_iteration (context=0x7fffdc000f00, may_block=1) at ../glib/gmain.c:4282
#39 0x00007ffff50850a3 in QEventDispatcherGlib::processEvents (this=0x555555678c30, flags=...)
    at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qeventdispatcher_glib.cpp:394
#40 0x00007ffff4da3b03 in QEventLoop::exec (this=this@entry=0x7fffffffd630, flags=..., flags@entry=...)
    at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/global/qflags.h:34
#41 0x00007ffff4d9f9bc in QCoreApplication::exec () at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/global/qflags.h:74
#42 0x00007ffff55d67ed in QGuiApplication::exec () at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/kernel/qguiapplication.cpp:1926
#43 0x00007ffff738b189 in QApplication::exec () at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/widgets/kernel/qapplication.cpp:2555
#44 0x0000555555582b3a in main (argc=<optimized out>, argv=<optimized out>)
    at /usr/src/debug/plasma-workspace-6.1.4-1.fc40.x86_64/shell/main.cpp:188
Comment 5 Kallinger 2024-08-18 14:59:04 UTC
Another one, seems to be different, should i just keep them coming?
Furthermore, it feels like it got worse, now plasmashell does not always work after I restarted it, i just dont get any UI elements...
I wa

#0  __GI___fstatat64 (fd=fd@entry=-100, file=file@entry=0x7ffff47c0459 "/etc/localtime", buf=buf@entry=0x7fffffffc070, flag=flag@entry=0) at ../sysdeps/unix/sysv/linux/fstatat64.c:159
#1  0x00007ffff471cf86 in __GI___stat64 (file=file@entry=0x7ffff47c0459 "/etc/localtime", buf=buf@entry=0x7fffffffc070) at ../sysdeps/unix/sysv/linux/stat64.c:29
#2  0x00007ffff46e79bb in __tzfile_read (file=file@entry=0x7ffff47c0459 "/etc/localtime", extra=extra@entry=0, extrap=extrap@entry=0x0) at tzfile.c:160
#3  0x00007ffff46e7508 in tzset_internal (always=always@entry=1) at tzset.c:405
#4  0x00007ffff46e7653 in __tzset () at tzset.c:551
#5  0x00007ffff46e62e5 in __GI_mktime (tp=0x7fffffffc2d0) at mktime.c:541
#6  0x00007ffff4d24c60 in qMkTime (when=when@entry=0x7fffffffc2d0) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/global/qtenvironmentvariables.cpp:360
#7  0x00007ffff4ecc0a8 in (anonymous namespace)::MkTimeResult::MkTimeResult (this=0x7fffffffc2d0, prior=...) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/time/qlocaltime.cpp:69
#8  (anonymous namespace)::resolveLocalTime (local=local@entry=1724024774, resolve=...) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/time/qlocaltime.cpp:369
#9  0x00007ffff4eccc02 in QLocalTime::mapLocalTime (local=local@entry=1724024774288, resolve=..., resolve@entry=...) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/time/qlocaltime.cpp:576
#10 0x00007ffff4ec189f in QDateTimePrivate::localStateAtMillis (millis=1724024774288, resolve=...) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/time/qdatetime.cpp:3000
#11 0x00007ffff4ec30f5 in QDateTime::toMSecsSinceEpoch (this=this@entry=0x7fffffffc5e0) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/time/qdatetime.cpp:4460
#12 0x00007ffff4ec323d in QDateTime::toSecsSinceEpoch (this=this@entry=0x7fffffffc5e0) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/time/qdatetime.cpp:4495
#13 0x00007ffff71e8a1e in KSvg::ImageSetPrivate::findInCache (this=0x555555c287b0, key=..., pix=..., lastModified=1723161600) at /usr/src/debug/kf6-ksvg-6.5.0-1.fc40.x86_64/src/ksvg/private/imageset_p.cpp:614
#14 0x00007ffff71da84e in KSvg::SvgPrivate::findInCache (this=<optimized out>, elementId=..., ratio=1.25, s=...) at /usr/src/debug/kf6-ksvg-6.5.0-1.fc40.x86_64/src/ksvg/svg.cpp:599
#15 0x00007ffff71dafbd in KSvg::Svg::image (this=<optimized out>, size=..., elementID=...) at /usr/src/debug/kf6-ksvg-6.5.0-1.fc40.x86_64/src/ksvg/svg.cpp:901
#16 0x00007fffda759cb8 in KSvg::SvgItem::updatePolish (this=0x55555710a470) at /usr/src/debug/kf6-ksvg-6.5.0-1.fc40.x86_64/src/declarativeimports/svgitem.cpp:253
#17 0x00007ffff68b7255 in QQuickWindowPrivate::polishItems (this=0x5555565bfa30) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quick/items/qquickwindow.cpp:369
#18 0x00007ffff6ad10a9 in QSGThreadedRenderLoop::polishAndSync (this=0x555555d54250, w=0x555559809858, inExpose=false) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quick/scenegraph/qsgthreadedrenderloop.cpp:1616
#19 0x00007ffff68b9d4a in QQuickWindow::event (this=this@entry=0x7fffdc00b4d0, event=event@entry=0x7fffffffd160) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quick/items/qquickwindow.cpp:1600
#20 0x00005555555a5e0b in PanelView::event (this=0x7fffdc00b4d0, e=0x7fffffffd160) at /usr/src/debug/plasma-workspace-6.1.4-1.fc40.x86_64/shell/panelview.cpp:1233
#21 0x00007ffff738b218 in QApplicationPrivate::notify_helper (this=<optimized out>, receiver=0x7fffdc00b4d0, e=0x7fffffffd160) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/widgets/kernel/qapplication.cpp:3287
#22 0x00007ffff4d96dc8 in QCoreApplication::notifyInternal2 (receiver=0x7fffdc00b4d0, event=0x7fffffffd160) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qcoreapplication.cpp:1142
#23 0x00007ffff4d9702d in QCoreApplication::sendEvent (receiver=<optimized out>, event=<optimized out>) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qcoreapplication.cpp:1583
#24 0x00007ffff562a92a in QPlatformWindow::deliverUpdateRequest (this=<optimized out>) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/kernel/qplatformwindow.cpp:792
#25 0x00007ffff4dedd4b in QObject::event (this=0x5555560452b0, e=0x555556d7bd90) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qobject.cpp:1452
#26 0x00007ffff738b218 in QApplicationPrivate::notify_helper (this=<optimized out>, receiver=0x5555560452b0, e=0x555556d7bd90) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/widgets/kernel/qapplication.cpp:3287
#27 0x00007ffff4d96dc8 in QCoreApplication::notifyInternal2 (receiver=0x5555560452b0, event=0x555556d7bd90) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qcoreapplication.cpp:1142
#28 0x00007ffff4d9702d in QCoreApplication::sendEvent (receiver=<optimized out>, event=<optimized out>) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qcoreapplication.cpp:1583
#29 0x00007ffff4d9ab91 in QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x555555633440) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qcoreapplication.cpp:1940
#30 0x00007ffff4d9ae3d in QCoreApplication::sendPostedEvents (receiver=<optimized out>, event_type=<optimized out>) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qcoreapplication.cpp:1797
#31 0x00007ffff50858ef in postEventSourceDispatch (s=0x5555556613e0) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qeventdispatcher_glib.cpp:244
#32 0x00007ffff3a53e8c in g_main_dispatch (context=0x7fffdc000f00) at ../glib/gmain.c:3344
#33 g_main_context_dispatch_unlocked (context=0x7fffdc000f00) at ../glib/gmain.c:4152
#34 0x00007ffff3ab5c98 in g_main_context_iterate_unlocked.isra.0 (context=context@entry=0x7fffdc000f00, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/gmain.c:4217
#35 0x00007ffff3a55383 in g_main_context_iteration (context=0x7fffdc000f00, may_block=1) at ../glib/gmain.c:4282
#36 0x00007ffff50850a3 in QEventDispatcherGlib::processEvents (this=0x555555678c30, flags=...) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qeventdispatcher_glib.cpp:394
#37 0x00007ffff4da3b03 in QEventLoop::exec (this=this@entry=0x7fffffffd630, flags=..., flags@entry=...) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/global/qflags.h:34
#38 0x00007ffff4d9f9bc in QCoreApplication::exec () at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/global/qflags.h:74
#39 0x00007ffff55d67ed in QGuiApplication::exec () at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/kernel/qguiapplication.cpp:1926
#40 0x00007ffff738b189 in QApplication::exec () at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/widgets/kernel/qapplication.cpp:2555
#41 0x0000555555582b3a in main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/plasma-workspace-6.1.4-1.fc40.x86_64/shell/main.cpp:188




#0  0x00007ffff56fd4ca in gray_find_cell (worker=0x7fffffff9ea0) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/painting/qgrayraster.c:390
#1  gray_record_cell (worker=worker@entry=0x7fffffff9ea0) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/painting/qgrayraster.c:420
#2  0x00007ffff56fd7b8 in gray_set_cell (worker=0x7fffffff9ea0, ex=100, ey=<optimized out>) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/painting/qgrayraster.c:463
#3  gray_render_scanline (worker=worker@entry=0x7fffffff9ea0, ey=ey@entry=0, x1=<optimized out>, y1=103, x2=x2@entry=63488, y2=y2@entry=256) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/painting/qgrayraster.c:584
#4  0x00007ffff56fdae9 in gray_render_line (worker=worker@entry=0x7fffffff9ea0, to_x=63488, to_y=256) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/painting/qgrayraster.c:723
#5  0x00007ffff56fecd2 in QT_FT_Outline_Decompose (outline=<optimized out>, user=<optimized out>) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/painting/qgrayraster.c:1495
#6  gray_convert_glyph_inner (worker=worker@entry=0x7fffffff9ea0) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/painting/qgrayraster.c:1631
#7  0x00007ffff56ff34e in gray_convert_glyph (worker=0x7fffffff9ea0) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/painting/qgrayraster.c:1738
#8  0x00007ffff572e517 in QRasterPaintEnginePrivate::rasterize (this=0x5555678bbc70, outline=<optimized out>, callback=0x7ffff5bc3670 <blend_color_argb(int, QT_FT_Span const*, void*)>, userData=<optimized out>)
    at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/tools/qscopedpointer.h:105
#9  0x00007ffff573dc51 in QRasterPaintEnginePrivate::rasterize (this=0x5555678bbc70, outline=0x55555b5e9788, callback=0x7ffff5bc3670 <blend_color_argb(int, QT_FT_Span const*, void*)>, spanData=0x5555678c7298, rasterBuffer=0x555565b0aa10)
    at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/painting/qpaintengine_raster.cpp:3560
#10 QRasterPaintEngine::fill (this=<optimized out>, path=..., brush=...) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/painting/qpaintengine_raster.cpp:1696
#11 0x00007ffff57456fd in QPaintEngineEx::draw (this=0x555563d13e60, path=...) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/painting/qpaintengineex.cpp:592
#12 0x00007ffff3de0be5 in QSvgPath::drawCommand (this=0x555557366900, p=0x7fffffffc6e8, states=...) at /usr/src/debug/qt6-qtsvg-6.7.2-1.fc40.x86_64/src/svg/qsvggraphics.cpp:112
#13 0x00007ffff3dfcc14 in QSvgNode::fillThenStroke (this=this@entry=0x555557366900, p=p@entry=0x7fffffffc6e8, states=...) at /usr/src/debug/qt6-qtsvg-6.7.2-1.fc40.x86_64/src/svg/qsvgnode.cpp:93
#14 0x00007ffff3e05156 in QSvgNode::draw (this=0x555557366900, p=0x7fffffffc6e8, states=...) at /usr/src/debug/qt6-qtsvg-6.7.2-1.fc40.x86_64/src/svg/qsvgnode.cpp:72
#15 0x00007ffff3e05558 in QSvgNode::draw (this=<optimized out>, p=<optimized out>, states=...) at /usr/src/debug/qt6-qtsvg-6.7.2-1.fc40.x86_64/src/svg/qsvgnode.cpp:83
#16 0x00007ffff3e05626 in QSvgG::drawCommand (this=0x55555731c1a0, p=0x7fffffffc6e8, states=...) at /usr/src/debug/qt6-qtsvg-6.7.2-1.fc40.x86_64/src/svg/qsvgstructure.cpp:42
#17 0x00007ffff3e04edb in QSvgNode::draw (this=0x55555731c1a0, p=0x7fffffffc6e8, states=...) at /usr/src/debug/qt6-qtsvg-6.7.2-1.fc40.x86_64/src/svg/qsvgnode.cpp:74
#18 0x00007ffff3e1924b in QSvgTinyDocument::draw (this=<optimized out>, p=0x7fffffffc6e8, id=..., bounds=...) at /usr/src/debug/qt6-qtsvg-6.7.2-1.fc40.x86_64/src/svg/qsvgtinydocument.cpp:297
#19 0x00007ffff71d9a99 in KSvg::SvgPrivate::findInCache (this=<optimized out>, elementId=..., ratio=1.25, s=...) at /usr/src/debug/kf6-ksvg-6.5.0-1.fc40.x86_64/src/ksvg/svg.cpp:619
#20 0x00007ffff71dafbd in KSvg::Svg::image (this=<optimized out>, size=..., elementID=...) at /usr/src/debug/kf6-ksvg-6.5.0-1.fc40.x86_64/src/ksvg/svg.cpp:901
#21 0x00007fffda759cb8 in KSvg::SvgItem::updatePolish (this=0x55555736a0d0) at /usr/src/debug/kf6-ksvg-6.5.0-1.fc40.x86_64/src/declarativeimports/svgitem.cpp:253
#22 0x00007ffff68b7255 in QQuickWindowPrivate::polishItems (this=0x5555565de170) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quick/items/qquickwindow.cpp:369
#23 0x00007ffff6ad10a9 in QSGThreadedRenderLoop::polishAndSync (this=0x5555560b9390, w=0x555559a901e8, inExpose=false) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quick/scenegraph/qsgthreadedrenderloop.cpp:1616
#24 0x00007ffff68b9d4a in QQuickWindow::event (this=this@entry=0x555556370500, event=event@entry=0x7fffffffd160) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quick/items/qquickwindow.cpp:1600
#25 0x00005555555a5e0b in PanelView::event (this=0x555556370500, e=0x7fffffffd160) at /usr/src/debug/plasma-workspace-6.1.4-1.fc40.x86_64/shell/panelview.cpp:1233
#26 0x00007ffff738b218 in QApplicationPrivate::notify_helper (this=<optimized out>, receiver=0x555556370500, e=0x7fffffffd160) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/widgets/kernel/qapplication.cpp:3287
#27 0x00007ffff4d96dc8 in QCoreApplication::notifyInternal2 (receiver=0x555556370500, event=0x7fffffffd160) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qcoreapplication.cpp:1142
#28 0x00007ffff4d9702d in QCoreApplication::sendEvent (receiver=<optimized out>, event=<optimized out>) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qcoreapplication.cpp:1583
#29 0x00007ffff562a92a in QPlatformWindow::deliverUpdateRequest (this=<optimized out>) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/kernel/qplatformwindow.cpp:792
#30 0x00007ffff4dedd4b in QObject::event (this=0x555556048690, e=0x7fffdc01ac30) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qobject.cpp:1452
#31 0x00007ffff738b218 in QApplicationPrivate::notify_helper (this=<optimized out>, receiver=0x555556048690, e=0x7fffdc01ac30) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/widgets/kernel/qapplication.cpp:3287
#32 0x00007ffff4d96dc8 in QCoreApplication::notifyInternal2 (receiver=0x555556048690, event=0x7fffdc01ac30) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qcoreapplication.cpp:1142
#33 0x00007ffff4d9702d in QCoreApplication::sendEvent (receiver=<optimized out>, event=<optimized out>) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qcoreapplication.cpp:1583
#34 0x00007ffff4d9ab91 in QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x555555633440) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qcoreapplication.cpp:1940
#35 0x00007ffff4d9ae3d in QCoreApplication::sendPostedEvents (receiver=<optimized out>, event_type=<optimized out>) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qcoreapplication.cpp:1797
#36 0x00007ffff50858ef in postEventSourceDispatch (s=0x5555556613e0) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qeventdispatcher_glib.cpp:244
#37 0x00007ffff3a53e8c in g_main_dispatch (context=0x7fffdc000f00) at ../glib/gmain.c:3344
#38 g_main_context_dispatch_unlocked (context=0x7fffdc000f00) at ../glib/gmain.c:4152
#39 0x00007ffff3ab5c98 in g_main_context_iterate_unlocked.isra.0 (context=context@entry=0x7fffdc000f00, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/gmain.c:4217
#40 0x00007ffff3a55383 in g_main_context_iteration (context=0x7fffdc000f00, may_block=1) at ../glib/gmain.c:4282
#41 0x00007ffff50850a3 in QEventDispatcherGlib::processEvents (this=0x555555678c30, flags=...) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qeventdispatcher_glib.cpp:394
#42 0x00007ffff4da3b03 in QEventLoop::exec (this=this@entry=0x7fffffffd630, flags=..., flags@entry=...) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/global/qflags.h:34
#43 0x00007ffff4d9f9bc in QCoreApplication::exec () at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/global/qflags.h:74
#44 0x00007ffff55d67ed in QGuiApplication::exec () at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/kernel/qguiapplication.cpp:1926
#45 0x00007ffff738b189 in QApplication::exec () at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/widgets/kernel/qapplication.cpp:2555
#46 0x0000555555582b3a in main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/plasma-workspace-6.1.4-1.fc40.x86_64/shell/main.cpp:188
Comment 6 Kallinger 2024-08-18 15:23:34 UTC
These are the backtraces i get when it does not start properly in the first place:

#0  __GI___fstatat64 (fd=fd@entry=-100, file=file@entry=0x7ffff47c0459 "/etc/localtime", buf=buf@entry=0x7fffffffc290, flag=flag@entry=0) at ../sysdeps/unix/sysv/linux/fstatat64.c:159
#1  0x00007ffff471cf86 in __GI___stat64 (file=file@entry=0x7ffff47c0459 "/etc/localtime", buf=buf@entry=0x7fffffffc290) at ../sysdeps/unix/sysv/linux/stat64.c:29
#2  0x00007ffff46e79bb in __tzfile_read (file=file@entry=0x7ffff47c0459 "/etc/localtime", extra=extra@entry=0, extrap=extrap@entry=0x0) at tzfile.c:160
#3  0x00007ffff46e7508 in tzset_internal (always=always@entry=1) at tzset.c:405
#4  0x00007ffff46e7653 in __tzset () at tzset.c:551
#5  0x00007ffff46e62e5 in __GI_mktime (tp=0x7fffffffc4f0) at mktime.c:541
#6  0x00007ffff4d24c60 in qMkTime (when=when@entry=0x7fffffffc4f0) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/global/qtenvironmentvariables.cpp:360
#7  0x00007ffff4ecc0a8 in (anonymous namespace)::MkTimeResult::MkTimeResult (this=0x7fffffffc4f0, prior=...) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/time/qlocaltime.cpp:69
#8  (anonymous namespace)::resolveLocalTime (local=local@entry=1724026071, resolve=...) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/time/qlocaltime.cpp:369
#9  0x00007ffff4eccc02 in QLocalTime::mapLocalTime (local=local@entry=1724026071831, resolve=..., resolve@entry=...) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/time/qlocaltime.cpp:576
#10 0x00007ffff4ec189f in QDateTimePrivate::localStateAtMillis (millis=1724026071831, resolve=...) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/time/qdatetime.cpp:3000
#11 0x00007ffff4ec30f5 in QDateTime::toMSecsSinceEpoch (this=this@entry=0x7fffffffc800) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/time/qdatetime.cpp:4460
#12 0x00007ffff4ec323d in QDateTime::toSecsSinceEpoch (this=this@entry=0x7fffffffc800) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/time/qdatetime.cpp:4495
#13 0x00007ffff71e8a1e in KSvg::ImageSetPrivate::findInCache (this=0x7fffcc001b40, key=..., pix=..., lastModified=1723161600) at /usr/src/debug/kf6-ksvg-6.5.0-1.fc40.x86_64/src/ksvg/private/imageset_p.cpp:614
#14 0x00007ffff71da84e in KSvg::SvgPrivate::findInCache (this=<optimized out>, elementId=..., ratio=1.25, s=...) at /usr/src/debug/kf6-ksvg-6.5.0-1.fc40.x86_64/src/ksvg/svg.cpp:599
#15 0x00007ffff71dafbd in KSvg::Svg::image (this=<optimized out>, size=..., elementID=...) at /usr/src/debug/kf6-ksvg-6.5.0-1.fc40.x86_64/src/ksvg/svg.cpp:901
#16 0x00007fffda759cb8 in KSvg::SvgItem::updatePolish (this=0x55555712eed0) at /usr/src/debug/kf6-ksvg-6.5.0-1.fc40.x86_64/src/declarativeimports/svgitem.cpp:253
#17 0x00007ffff68b7255 in QQuickWindowPrivate::polishItems (this=0x55555663fc90) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quick/items/qquickwindow.cpp:369
#18 0x00007ffff6ad10a9 in QSGThreadedRenderLoop::polishAndSync (this=this@entry=0x555555d52c80, w=w@entry=0x555556430328, inExpose=inExpose@entry=true)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quick/scenegraph/qsgthreadedrenderloop.cpp:1616
#19 0x00007ffff6ad3161 in QSGThreadedRenderLoop::handleExposure (this=0x555555d52c80, window=<optimized out>) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quick/scenegraph/qsgthreadedrenderloop.cpp:1336
#20 0x00007ffff5647908 in QWindow::event (this=0x555556250420, this@entry=0x7ffff6d49500 <QSGRhiSupport::instance_internal()::inst>, ev=0x7fffffffd2f0) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/kernel/qwindow.cpp:2623
#21 0x00007ffff68b9baa in QQuickWindow::event (this=0x7ffff6d49500 <QSGRhiSupport::instance_internal()::inst>, this@entry=0x555556250420, event=event@entry=0x7fffffffd2f0)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quick/items/qquickwindow.cpp:1655
#22 0x00005555555a5e0b in PanelView::event (this=0x555556250420, e=0x7fffffffd2f0) at /usr/src/debug/plasma-workspace-6.1.4-1.fc40.x86_64/shell/panelview.cpp:1233
#23 0x00007ffff738b218 in QApplicationPrivate::notify_helper (this=<optimized out>, receiver=0x555556250420, e=0x7fffffffd2f0) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/widgets/kernel/qapplication.cpp:3287
#24 0x00007ffff4d96dc8 in QCoreApplication::notifyInternal2 (receiver=0x555556250420, event=0x7fffffffd2f0) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qcoreapplication.cpp:1142
#25 0x00007ffff4d9703d in QCoreApplication::sendSpontaneousEvent (receiver=<optimized out>, event=<optimized out>) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qcoreapplication.cpp:1597
#26 0x00007ffff55e8215 in QGuiApplicationPrivate::processExposeEvent (e=0x5555597464c0) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/kernel/qguiapplication.cpp:3298
#27 0x00007ffff564b4bc in QWindowSystemInterface::sendWindowSystemEvents (flags=...) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/kernel/qwindowsysteminterface.cpp:1114
#28 0x00007ffff5b633f4 in userEventSourceDispatch (source=<optimized out>) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/platform/unix/qeventdispatcher_glib.cpp:38
#29 0x00007ffff3a53e8c in g_main_dispatch (context=0x7fffdc000f00) at ../glib/gmain.c:3344
#30 g_main_context_dispatch_unlocked (context=0x7fffdc000f00) at ../glib/gmain.c:4152
#31 0x00007ffff3ab5c98 in g_main_context_iterate_unlocked.isra.0 (context=context@entry=0x7fffdc000f00, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/gmain.c:4217
#32 0x00007ffff3a55383 in g_main_context_iteration (context=0x7fffdc000f00, may_block=1) at ../glib/gmain.c:4282
#33 0x00007ffff50850a3 in QEventDispatcherGlib::processEvents (this=0x555555678c30, flags=...) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qeventdispatcher_glib.cpp:394
#34 0x00007ffff4da3b03 in QEventLoop::exec (this=this@entry=0x7fffffffd630, flags=..., flags@entry=...) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/global/qflags.h:34
#35 0x00007ffff4d9f9bc in QCoreApplication::exec () at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/global/qflags.h:74
#36 0x00007ffff55d67ed in QGuiApplication::exec () at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/kernel/qguiapplication.cpp:1926
#37 0x00007ffff738b189 in QApplication::exec () at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/widgets/kernel/qapplication.cpp:2555
#38 0x0000555555582b3a in main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/plasma-workspace-6.1.4-1.fc40.x86_64/shell/main.cpp:188



#0  0x00007ffff60f41d2 in qmlAttachedPropertiesObject (object=0x55555725b120, func=0x7fffda7d6b70 <QQuickLayout::qmlAttachedProperties(QObject*)>, create=false) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqml.cpp:112
#1  0x00007fffda7db3ad in qmlAttachedPropertiesObject<QQuickLayout> (obj=<optimized out>, create=create@entry=false) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/qml/qml/qqml.h:670
#2  0x00007fffda7e0d4c in attachedLayoutObject (item=<optimized out>, create=false) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quicklayouts/qquicklayout_p.h:395
#3  QQuickGridLayoutItem::sizePolicy (this=0x55555aa7c350, orientation=Qt::Vertical) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quicklayouts/qquickgridlayoutengine_p.h:68
#4  0x00007ffff59779ee in QGridLayoutItem::box (this=this@entry=0x55555aa7c350, orientation=orientation@entry=Qt::Vertical, snapToPixelGrid=true, constraint=-1) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/util/qgridlayoutengine.cpp:558
#5  0x00007ffff597ee8f in QGridLayoutEngine::fillRowData (this=this@entry=0x5555565d8848, rowData=rowData@entry=0x5555565d8a58, colPositions=colPositions@entry=0x0, colSizes=colSizes@entry=0x0, orientation=orientation@entry=Qt::Vertical, 
    styleInfo=styleInfo@entry=0x5555564b88c0) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/util/qgridlayoutengine.cpp:1428
#6  0x00007ffff597f605 in QGridLayoutEngine::ensureColumnAndRowData (this=this@entry=0x5555565d8848, rowData=rowData@entry=0x5555565d8a58, totalBox=totalBox@entry=0x5555565d89b0, colPositions=colPositions@entry=0x0, colSizes=colSizes@entry=0x0, 
    orientation=orientation@entry=Qt::Vertical, styleInfo=0x5555564b88c0) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/util/qgridlayoutengine.cpp:1596
#7  0x00007ffff597fc7c in QGridLayoutEngine::sizeHint (this=0x5555565d8848, which=Qt::MinimumSize, constraint=..., styleInfo=0x5555564b88c0) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/util/qgridlayoutengine.cpp:1136
#8  0x00007fffda7dba36 in QQuickGridLayoutBase::sizeHint (this=<optimized out>, whichSizeHint=<optimized out>) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quicklayouts/qquicklinearlayout.cpp:237
#9  0x00007fffda7d7e82 in QQuickLayoutPrivate::applySizeHints (this=this@entry=0x5555565d86c0) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quicklayouts/qquicklayout.cpp:753
#10 0x00007fffda7d8100 in QQuickLayout::ensureLayoutItemsUpdated (this=this@entry=0x5555565dc9d0, options=..., options@entry=...) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quicklayouts/qquicklayout.cpp:895
#11 0x00007fffda7d84f5 in QQuickLayout::updatePolish (this=0x5555565dc9d0) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quicklayouts/qquicklayout.cpp:800
#12 0x00007ffff68b7255 in QQuickWindowPrivate::polishItems (this=0x5555563c7f20) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quick/items/qquickwindow.cpp:369
#13 0x00007ffff6ad10a9 in QSGThreadedRenderLoop::polishAndSync (this=this@entry=0x5555560bad60, w=w@entry=0x555555cc4558, inExpose=inExpose@entry=true)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quick/scenegraph/qsgthreadedrenderloop.cpp:1616
#14 0x00007ffff6ad3161 in QSGThreadedRenderLoop::handleExposure (this=0x5555560bad60, window=<optimized out>) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quick/scenegraph/qsgthreadedrenderloop.cpp:1336
#15 0x00007ffff5647908 in QWindow::event (this=0x55555624f5a0, this@entry=0x7ffff6d49500 <QSGRhiSupport::instance_internal()::inst>, ev=0x7fffffffd2f0) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/kernel/qwindow.cpp:2623
#16 0x00007ffff68b9baa in QQuickWindow::event (this=0x7ffff6d49500 <QSGRhiSupport::instance_internal()::inst>, this@entry=0x55555624f5a0, event=event@entry=0x7fffffffd2f0)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quick/items/qquickwindow.cpp:1655
#17 0x00005555555a5e0b in PanelView::event (this=0x55555624f5a0, e=0x7fffffffd2f0) at /usr/src/debug/plasma-workspace-6.1.4-1.fc40.x86_64/shell/panelview.cpp:1233
#18 0x00007ffff738b218 in QApplicationPrivate::notify_helper (this=<optimized out>, receiver=0x55555624f5a0, e=0x7fffffffd2f0) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/widgets/kernel/qapplication.cpp:3287
#19 0x00007ffff4d96dc8 in QCoreApplication::notifyInternal2 (receiver=0x55555624f5a0, event=0x7fffffffd2f0) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qcoreapplication.cpp:1142
#20 0x00007ffff4d9703d in QCoreApplication::sendSpontaneousEvent (receiver=<optimized out>, event=<optimized out>) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qcoreapplication.cpp:1597
#21 0x00007ffff55e8215 in QGuiApplicationPrivate::processExposeEvent (e=0x55555974d310) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/kernel/qguiapplication.cpp:3298
#22 0x00007ffff564b4bc in QWindowSystemInterface::sendWindowSystemEvents (flags=...) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/kernel/qwindowsysteminterface.cpp:1114
#23 0x00007ffff5b633f4 in userEventSourceDispatch (source=<optimized out>) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/platform/unix/qeventdispatcher_glib.cpp:38
#24 0x00007ffff3a53e8c in g_main_dispatch (context=0x7fffdc000f00) at ../glib/gmain.c:3344
#25 g_main_context_dispatch_unlocked (context=0x7fffdc000f00) at ../glib/gmain.c:4152
#26 0x00007ffff3ab5c98 in g_main_context_iterate_unlocked.isra.0 (context=context@entry=0x7fffdc000f00, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/gmain.c:4217
#27 0x00007ffff3a55383 in g_main_context_iteration (context=0x7fffdc000f00, may_block=1) at ../glib/gmain.c:4282
#28 0x00007ffff50850a3 in QEventDispatcherGlib::processEvents (this=0x555555678c30, flags=...) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qeventdispatcher_glib.cpp:394
#29 0x00007ffff4da3b03 in QEventLoop::exec (this=this@entry=0x7fffffffd630, flags=..., flags@entry=...) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/global/qflags.h:34
#30 0x00007ffff4d9f9bc in QCoreApplication::exec () at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/global/qflags.h:74
#31 0x00007ffff55d67ed in QGuiApplication::exec () at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/kernel/qguiapplication.cpp:1926
#32 0x00007ffff738b189 in QApplication::exec () at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/widgets/kernel/qapplication.cpp:2555
#33 0x0000555555582b3a in main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/plasma-workspace-6.1.4-1.fc40.x86_64/shell/main.cpp:188



#0  QPaintDevice::QPaintDevice (this=this@entry=0x7fffffffcc00) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/painting/qpaintdevice.cpp:8
#1  0x00007fffda759cc0 in QImage::QImage (this=0x7fffffffcc00, other=...) at /usr/include/qt6/QtGui/qimage.h:98
#2  QImage::operator= (this=0x5555571ed550, other=...) at /usr/include/qt6/QtGui/qimage.h:104
#3  KSvg::SvgItem::updatePolish (this=0x5555571ed500) at /usr/src/debug/kf6-ksvg-6.5.0-1.fc40.x86_64/src/declarativeimports/svgitem.cpp:253
#4  0x00007ffff68b7255 in QQuickWindowPrivate::polishItems (this=0x5555565fb820) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quick/items/qquickwindow.cpp:369
#5  0x00007ffff6ad10a9 in QSGThreadedRenderLoop::polishAndSync (this=this@entry=0x5555560c7d70, w=w@entry=0x55555653f698, inExpose=inExpose@entry=true)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quick/scenegraph/qsgthreadedrenderloop.cpp:1616
#6  0x00007ffff6ad3161 in QSGThreadedRenderLoop::handleExposure (this=0x5555560c7d70, window=<optimized out>) at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quick/scenegraph/qsgthreadedrenderloop.cpp:1336
#7  0x00007ffff5647908 in QWindow::event (this=0x5555562770e0, this@entry=0x7ffff6d49500 <QSGRhiSupport::instance_internal()::inst>, ev=0x7fffffffd2f0) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/kernel/qwindow.cpp:2623
#8  0x00007ffff68b9baa in QQuickWindow::event (this=0x7ffff6d49500 <QSGRhiSupport::instance_internal()::inst>, this@entry=0x5555562770e0, event=event@entry=0x7fffffffd2f0)
    at /usr/src/debug/qt6-qtdeclarative-6.7.2-2.fc40.x86_64/src/quick/items/qquickwindow.cpp:1655
#9  0x00005555555a5e0b in PanelView::event (this=0x5555562770e0, e=0x7fffffffd2f0) at /usr/src/debug/plasma-workspace-6.1.4-1.fc40.x86_64/shell/panelview.cpp:1233
#10 0x00007ffff738b218 in QApplicationPrivate::notify_helper (this=<optimized out>, receiver=0x5555562770e0, e=0x7fffffffd2f0) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/widgets/kernel/qapplication.cpp:3287
#11 0x00007ffff4d96dc8 in QCoreApplication::notifyInternal2 (receiver=0x5555562770e0, event=0x7fffffffd2f0) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qcoreapplication.cpp:1142
#12 0x00007ffff4d9703d in QCoreApplication::sendSpontaneousEvent (receiver=<optimized out>, event=<optimized out>) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qcoreapplication.cpp:1597
#13 0x00007ffff55e8215 in QGuiApplicationPrivate::processExposeEvent (e=0x555559730000) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/kernel/qguiapplication.cpp:3298
#14 0x00007ffff564b4bc in QWindowSystemInterface::sendWindowSystemEvents (flags=...) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/kernel/qwindowsysteminterface.cpp:1114
#15 0x00007ffff5b633f4 in userEventSourceDispatch (source=<optimized out>) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/platform/unix/qeventdispatcher_glib.cpp:38
#16 0x00007ffff3a53e8c in g_main_dispatch (context=0x7fffdc000f00) at ../glib/gmain.c:3344
#17 g_main_context_dispatch_unlocked (context=0x7fffdc000f00) at ../glib/gmain.c:4152
#18 0x00007ffff3ab5c98 in g_main_context_iterate_unlocked.isra.0 (context=context@entry=0x7fffdc000f00, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/gmain.c:4217
#19 0x00007ffff3a55383 in g_main_context_iteration (context=0x7fffdc000f00, may_block=1) at ../glib/gmain.c:4282
#20 0x00007ffff50850a3 in QEventDispatcherGlib::processEvents (this=0x555555678c30, flags=...) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/kernel/qeventdispatcher_glib.cpp:394
#21 0x00007ffff4da3b03 in QEventLoop::exec (this=this@entry=0x7fffffffd630, flags=..., flags@entry=...) at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/global/qflags.h:34
#22 0x00007ffff4d9f9bc in QCoreApplication::exec () at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/corelib/global/qflags.h:74
#23 0x00007ffff55d67ed in QGuiApplication::exec () at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/gui/kernel/qguiapplication.cpp:1926
#24 0x00007ffff738b189 in QApplication::exec () at /usr/src/debug/qt6-qtbase-6.7.2-4.fc40.x86_64/src/widgets/kernel/qapplication.cpp:2555
#25 0x0000555555582b3a in main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/plasma-workspace-6.1.4-1.fc40.x86_64/shell/main.cpp:188