Summary: | Crash on systray tooltip | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Hrvoje Senjan <hrvoje.senjan> |
Component: | general | Assignee: | Sebastian Kügler <sebas> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | aleixpol, bhush94, notmart |
Priority: | NOR | ||
Version: | master | ||
Target Milestone: | 1.0 | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/plasma-framework/af5a855da42c3ada2f0e802c68ad8f7c0e73b38e | Version Fixed In: | |
Sentry Crash Report: |
Description
Hrvoje Senjan
2014-04-15 22:03:00 UTC
This stack doesn't seem to look really complete, looks like there should be still something on top of Plasma::WindowThumbnail::windowToTextureGLX ? that was the whole bt that had any significance; i got it only once or twice, will see do i get it with yesterday's tooltip fix commit possible fix: https://git.reviewboard.kde.org/r/117824/ *** Bug 334108 has been marked as a duplicate of this bug. *** Git commit af5a855da42c3ada2f0e802c68ad8f7c0e73b38e by Martin Gräßlin. Committed on 28/04/2014 at 08:59. Pushed by graesslin into branch 'master'. Discard window thumbnail pixmap after texture got destroyed by SceneGraph If the window holding the WindowThumbnail item goes away the texture hold by the node is destroyed but our bound window pixmap is not yet freed. This results in incorrect state the next time the WindowThumbnail is shown. To get back into a clean state discardPixmap() is called if there is no texture but a bound low level pixmap. REVIEW: 117824 M +16 -2 src/declarativeimports/core/windowthumbnail.cpp http://commits.kde.org/plasma-framework/af5a855da42c3ada2f0e802c68ad8f7c0e73b38e |