| Summary: | kde-plasma/plasma-desktop-5.26.5: crash caused by closing window on taskbar for app-emulation/virt-manager-4.0.0 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | irort <irort3124> |
| Component: | Current packages | Assignee: | Gentoo KDE team <kde> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | normal | CC: | qt, tanekliang, virtualization |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
emerge --info output
I use 'gdb --args /usr/bin/plasmashell' 'run' ,get some output when plasma crash |
||
|
Description
irort
2023-02-23 18:12:05 UTC
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. |