How to reproduce? 1. open virt-manager and virtual machine 2. Move the mouse pointer to the taskbar, close the virtual machine or virt-manager window 3. plasma-desktop crash and black desktop
Please include emerge --info.
Created attachment 854204 [details] emerge --info output
What does "crash" mean here? It exits gracefully with something in stdout/err? It dumps core?
I don't record logs, but I have screen recordings https://sendvid.com/tra8znmg
Created attachment 854860 [details] I use 'gdb --args /usr/bin/plasmashell' 'run' ,get some output when plasma crash
Thanks. ``` QSGTexture::setFiltering (this=this@entry=0x7fff28096560, filter=QSGTexture::Linear) at /usr/src/debug/dev-qt/qtdeclarative-5.15.8-r2/qtdeclarative-everywhere-src-5.15.8/src/quick/scenegraph/coreapi/qsgtexture.cpp:577 577 if (d->filterMode != (uint) filter) { (gdb) bt #0 QSGTexture::setFiltering(QSGTexture::Filtering) (this=this@entry=0x7fff28096560, filter=QSGTexture::Linear) at /usr/src/debug/dev-qt/qtdeclarative-5.15.8-r2/qtdeclarative-everywhere-src-5.15.8/src/quick/scenegraph/coreapi/qsgtexture.cpp:577 #1 0x00007ffff768c96b in QSGOpaqueTextureMaterialShader::updateState(QSGMaterialShader::RenderState const&, QSGMaterial*, QSGMaterial*) (this=0x7fff28049660, state=..., newEffect=0x7fff28233c20, oldEffect=0x0) at /usr/src/debug/dev-qt/qtdeclarative-5.15.8-r2/qtdeclarative-everywhere-src-5.15.8/src/quick/scenegraph/util/qsgtexturematerial.h:64 #2 0x00007ffff7674fd0 in QSGBatchRenderer::Renderer::renderMergedBatch(QSGBatchRenderer::Batch const*) (batch=<optimized out>, this=0x7fff28007080) at /usr/src/debug/dev-qt/qtdeclarative-5.15.8-r2/qtdeclarative-everywhere-src-5.15.8/src/quick/scenegraph/coreapi/qsgbatchrenderer.cpp:3080 #3 QSGBatchRenderer::Renderer::renderMergedBatch(QSGBatchRenderer::Batch const*) (this=0x7fff28007080, batch=0x7fff28130130) [...] ```
Please test 5.27.3 if you can.