Summary: | Closing single window among grouped ones through a thumbnail often crashes whole task bar/panel | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Tony <wladyslaw> |
Component: | generic-crash | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | gthiel, johnoir, nate |
Priority: | NOR | ||
Version: | 5.26.5 | ||
Target Milestone: | 1.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
task bar
New crash information added by DrKonqi |
When the panel disappears, do other windows disappear? Also is it x11 or wayland? (In reply to Vlad Zahorodnii from comment #1) > When the panel disappears, do other windows disappear? Also is it x11 or > wayland? My bad - it's X11. Other windows do not disappear but what I also noticed: in addition to panel, wallpaper disappears as well. Basically when it happens - all I see for a split second is a black screen and remaining window/s (In reply to Vlad Zahorodnii from comment #1) > When the panel disappears, do other windows disappear? Also is it x11 or > wayland? 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 (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 *** This bug has been marked as a duplicate of bug 446874 *** Happened while I had several instances of Firefox open at once. Tried to close two by X'ing out of them from the preview thumbnails, and the whole taskbar momentarily disappeared and restarted without issue. Let me know if there's anything else I can provide. Thanks so much! Created attachment 160851 [details]
New crash information added by DrKonqi
plasmashell (5.27.5) using Qt 5.15.8
plasmashell crashed after closing a window from a group using close button from Icon-only Task Manager preview thumbnail
-- Backtrace (Reduced):
#3 0x00007f5f8d9c1f5a in QSGOpaqueTextureMaterialShader::updateState(QSGMaterialShader::RenderState const&, QSGMaterial*, QSGMaterial*) () from /lib/x86_64-linux-gnu/libQt5Quick.so.5
#4 0x00007f5f8d9aa80d in QSGBatchRenderer::Renderer::renderMergedBatch(QSGBatchRenderer::Batch const*) () from /lib/x86_64-linux-gnu/libQt5Quick.so.5
#5 0x00007f5f8d9afa55 in QSGBatchRenderer::Renderer::renderBatches() () from /lib/x86_64-linux-gnu/libQt5Quick.so.5
#6 0x00007f5f8d9b05b6 in QSGBatchRenderer::Renderer::render() () from /lib/x86_64-linux-gnu/libQt5Quick.so.5
#7 0x00007f5f8d997f00 in QSGRenderer::renderScene(QSGBindable const&) () from /lib/x86_64-linux-gnu/libQt5Quick.so.5
|
Created attachment 155667 [details] task bar SUMMARY *** As title says if I open several windows of the same program (Konsole, Dolphin, Firefox) and then hover mouse over thumbnail and close one window (through thumbnail) often it'll crash task bar. Panel will briefly disappear and kinda restart once again. *** STEPS TO REPRODUCE 1. Open several windows of the same program - may be Konsole or Dolphin 2. Focus on another window/program 3. Hover mouse over thumbnail with grouped windows and click close button (on thumbnail). See attachment OBSERVED RESULT Task bar/panel briefly disappears and reappears once again EXPECTED RESULT Task bar should not disappear/crash/restart SOFTWARE/OS VERSIONS Linux/KDE Plasma: EndeavourOS (Arch Linux), kernel 5.15.90 lts (available in About System) KDE Plasma Version: 5.26.5 KDE Frameworks Version: 5.102.0 Qt Version: 5.15.8 ADDITIONAL INFORMATION added screenshot to better show what I'm talking about