https://bugs.kde.org/show_bug.cgi?id=464852
--- Comment #5 from Tony <wladys...@outlook.com> --- (In reply to Vlad Zahorodnii from comment #4) > It sounds like plasmashell crashes. Can you get the backtrace of the crash? > Run > > coredumpctl list plasmashell > > find the relevant entry, usually the last one and use its PID in > > coredumpctl gdb <pid> > > when gdb loads, type "bt" and post its output here Here it is. Hopefully I did this correct: (gdb) bt #0 0x00007fd71a234448 in QSGTexture::setFiltering(QSGTexture::Filtering) () at /usr/lib/libQt5Quick.so.5 #1 0x00007fd71a2643b0 in QSGOpaqueTextureMaterialShader::updateState(QSGMaterialShader::RenderState const&, QSGMaterial*, QSGMaterial*) () at /usr/lib/libQt5Quick.so.5 #2 0x00007fd71a24d38e in QSGBatchRenderer::Renderer::renderMergedBatch(QSGBatchRenderer::Batch const*) () at /usr/lib/libQt5Quick.so.5 #3 0x00007fd71a250bee in QSGBatchRenderer::Renderer::renderBatches() () at /usr/lib/libQt5Quick.so.5 #4 0x00007fd71a2556b1 in QSGBatchRenderer::Renderer::render() () at /usr/lib/libQt5Quick.so.5 #5 0x00007fd71a23d0a5 in QSGRenderer::renderScene(QSGBindable const&) () at /usr/lib/libQt5Quick.so.5 #6 0x00007fd71a23d544 in QSGRenderer::renderScene(unsigned int) () at /usr/lib/libQt5Quick.so.5 #7 0x00007fd71a296ac5 in QSGDefaultRenderContext::renderNextFrame(QSGRenderer*, unsigned int) () at /usr/lib/libQt5Quick.so.5 #8 0x00007fd71a2f0fd1 in QQuickWindowPrivate::renderSceneGraph(QSize const&, QSize const&) () at /usr/lib/libQt5Quick.so.5 #9 0x00007fd71a2a1096 in () at /usr/lib/libQt5Quick.so.5 #10 0x00007fd71a2a5fa4 in () at /usr/lib/libQt5Quick.so.5 #11 0x00007fd71883732a in () at /usr/lib/libQt5Core.so.5 #12 0x00007fd7183ba8fd in () at /usr/lib/libc.so.6 #13 0x00007fd71843cd20 in () at /usr/lib/libc.so.6 -- You are receiving this mail because: You are watching all bug changes.