Summary: | Desktopgrid needs to validate the windowMove pointer on windowDeleted | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Bob K <metamorfozis> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Here you can see that there is a weird single tw icon on the upright |
Description
Bob K
2011-03-03 16:32:06 UTC
judging from the backtrace, you attempted to move a(n apparently invalid) client - probably the wine application window. -> (dev note) windowDeleted() lacks a "if (w == windowMove) windowMove = 0;" statement I don't remember exactly, but as i remember theword hasn't got any visible window when it first happened. The other times i'm sure i'm not wanted to move the window. By the way wine or theword messes something with windowing, i will attach an image about it. Also, you can simply test it because theword is a free software and can be downloaded at http://theword.net, runs with wine without any messing. Created attachment 57647 [details]
Here you can see that there is a weird single tw icon on the upright
looks like it adds some completely shaped away client (some "handcrafted" splash or sth.?), but that's OT more OT: maybe have a look at http://www.bibletime.info/ - it uses Qt4/KDE4, can say anything about its feature scale/scope though. *** This bug has been marked as a duplicate of bug 233363 *** 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 |