Summary: | KWin crashes in DesktopGridEffect::windowInputMouseEvent | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Leandro Santiago da Silva <leandrosansilva> |
Component: | effects-window-management | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | abelius, metamorfozis, pazuzuthewise |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.6.3 | |
Sentry Crash Report: |
Description
Leandro Santiago da Silva
2010-04-05 17:02:38 UTC
Just to confirm what the backtrace tells me: were you using the desktop grid effect at the time of the crash and were you moving a window? In that case is it possible that the window closed while you moved it? (In reply to comment #1) > Just to confirm what the backtrace tells me: were you using the desktop grid > effect at the time of the crash and were you moving a window? In that case is > it possible that the window closed while you moved it? Yes, I was using that effect. The chash happened after I try do group some gimp tools windows. When I did it, the windows stopped to response (they were there, but the window actions (move, clicks, etc.) didn't work anymore. I think I tryied to use grid effect at this moment, and it crashed (but I'm not sure). Now I can't remember if I closed or not gimp windows before use grid. Sorry :-) And I'm using lastest fglrx driver. The crashtrace does not make sense at all. It's crashing in kwin here: if( isUsingPresentWindows() && windowMove->isOnAllDesktops() ) and the next item in the crashtrace is QPixmap. Neither of the two methods called in the if statement access QPixmap. We have a whole bunch of strange backtraces and they all have a referrence to glib and Ubuntu. Somehow I fear there is a pattern in it... *** Bug 267562 has been marked as a duplicate of this bug. *** Git commit 0c23185cfd2b0210d58af603b94813a5473a547d by Thomas Lübking. Committed on 07/03/2011 at 18:38. Pushed by luebking into branch 'master'. validate deleted moving window in desktop grid effect BUG:233363 CCBUG:267562 M +2 -0 kwin/effects/desktopgrid/desktopgrid.cpp http://commits.kde.org/kde-workspace/0c23185cfd2b0210d58af603b94813a5473a547d Git commit a56c26346c2041cd6f5036101012aa4a7718e2eb by Thomas Lübking. Committed on 13/04/2011 at 20:57. Pushed by luebking into branch 'KDE/4.6'. validate deleted moving window in desktop grid effect BUG:233363 FIXED-IN:4.6.3 M +2 -0 kwin/effects/desktopgrid/desktopgrid.cpp http://commits.kde.org/kde-workspace/a56c26346c2041cd6f5036101012aa4a7718e2eb *** Bug 277971 has been marked as a duplicate of this bug. *** *** Bug 281553 has been marked as a duplicate of this bug. *** |