Summary: | Plasma crashes randomly when on the task panel miniatures app windows shows up. | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Dariusz Krzempek <kdebugs> |
Component: | general | Assignee: | David Edmundson <kde> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | bhush94, depetrini, plasma-bugs, reneduani, rocky1937, slaughterhouse, snyder.rls, stafox, staysynchronize, stephantiedt, teeks99 |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.5.5 | ||
Target Milestone: | 1.0 | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/plasma-framework/9fba7c43c5c4ab6cd695a78661d0e61c43c5297e | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Dariusz Krzempek
2016-05-21 15:12:35 UTC
Created attachment 99451 [details]
New crash information added by DrKonqi
plasmashell (5.5.5) using Qt 5.5.1
- What I was doing when the application crashed: I can reproduce this crash 100% deterministically. I just upgraded from kubuntu 15.10 to 16.04. I had to delete the .cache/ directory over at tty1 to be able to start up to the desktop. After that I closed a k4dirstat window that was opened and opened a Dolphin window.
If I hover the mouse over the taskbar once, see the miniature, hover away, the miniature disapears, then hover back the plasma panel crashes 100% of the time. I reproduced it 4 times in a row after the first.
- Unusual behavior I noticed: Besides the extremely user-unfriendly hang up on startup, w/o any mention on what went wrong and how to fix it, just after I update my distro, nothing... Also, the mouse interaction on this little crash reporting editor is terrible, and the button "Suggest this crash is related" on the separate "Bug Description window" wasn't working... Too lazy to search for related opened bugs...
-- Backtrace (Reduced):
#6 __memmove_ssse3_back () at ../sysdeps/x86_64/multiarch/memcpy-ssse3-back.S:1574
[...]
#9 0x00007f78a44f6c1f in Plasma::WindowThumbnail::bindGLXTexture (this=this@entry=0x2d752c0) at ../../../../src/declarativeimports/core/windowthumbnail.cpp:447
#10 0x00007f78a44f7e44 in Plasma::WindowThumbnail::windowToTextureGLX (this=this@entry=0x2d752c0, textureNode=textureNode@entry=0x319d130) at ../../../../src/declarativeimports/core/windowthumbnail.cpp:282
#11 0x00007f78a44f8803 in Plasma::WindowThumbnail::windowToTexture (this=0x2d752c0, textureNode=0x319d130) at ../../../../src/declarativeimports/core/windowthumbnail.cpp:394
#12 0x00007f78a44f8d24 in Plasma::WindowThumbnail::updatePaintNode (this=0x2d752c0, oldNode=<optimized out>, updatePaintNodeData=<optimized out>) at ../../../../src/declarativeimports/core/windowthumbnail.cpp:199
I used it a little more, and it became clear that the crash always and only happens for task bar items that have a miniature preview. On taskbar items that don't like midori, or don't yet like dolphin at a certain time I can go back and forth with the mouse to the taskbar that it won't crash. I'm running inside Virtual Box by the way. *** Bug 363380 has been marked as a duplicate of this bug. *** *** Bug 363359 has been marked as a duplicate of this bug. *** *** Bug 363336 has been marked as a duplicate of this bug. *** As per stack trace, the crash is happening during thumbnails generation. I have disabled the feature unchecking "Show informational tips" under "Workspace behavior" in control panel and now plasma is MUCH more stable (crashed only once since that). So the issue is clearly there. Daniele. Git commit 9fba7c43c5c4ab6cd695a78661d0e61c43c5297e by Marco Martin. Committed on 15/06/2016 at 14:01. Pushed by mart into branch 'master'. disable taskbar thumbnails with llvmpipe the llvmpipe driver doesn't have a good quality enough for the taskbar thumbnails components, it will have many crashes in the driver. disabale thumbnails with that driver, as kwin disables many effects as well. M +8 -0 src/declarativeimports/core/windowthumbnail.cpp http://commits.kde.org/plasma-framework/9fba7c43c5c4ab6cd695a78661d0e61c43c5297e *** Bug 362509 has been marked as a duplicate of this bug. *** *** Bug 362669 has been marked as a duplicate of this bug. *** *** Bug 366702 has been marked as a duplicate of this bug. *** After Plasma 5.6.5 and Frameworks 5.23 now in Backports for Kubuntu 16.04 http://www.kubuntu.org/news/plasma-5-6-5-and-frameworks-5-23-now-in-backports-for-kubuntu-16-04/ Plasma crashes gone ! *** Bug 371753 has been marked as a duplicate of this bug. *** *** Bug 372219 has been marked as a duplicate of this bug. *** |