| Summary: | Kwin crashed after move an application to another virtual desktop | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Marian Kyral <mkyral> | 
| Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> | 
| Status: | RESOLVED FIXED | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| 
 
        
          Description
        
        
          Marian Kyral
        
        
        
        
          2012-01-02 11:49:25 UTC
        
       
    >  KWin::Client::isMinimized (this=0xf000000ffdfdfdf) at
And I just thought "seems tabbing is finally fixed" - *sigh*
Did the window happen to have been member of a group of tabbed windows?
    Well, it is possible, but I'm not sure in this case. I'm not using grouping, but I have to restart kwin from time to time because of another cpu usage bug. And after restart, some windows are grouped, even before were all separated. I think, restart of kwin should not group previously ungrouped windows. But this is different issue. Maybe is already reported. I'm using the "kwin --replace" command. You can forget about this report - it's fixed and will automatically be closed when the fix is committed to the code repository. Re-grouping windows is done heuristically - that's far less than optimal but the tabbing code has other issues than this :-( > >  KWin::Client::isMinimized (this=0xf000000ffdfdfdf) at
> 
> And I just thought "seems tabbing is finally fixed" - *sigh*
yep, I sighed as well when I saw the crash report :-(
    Git commit 67b3dc9e619b60552ddf1c6506453037cd7830cf by Thomas Lübking. Committed on 02/01/2012 at 18:12. Pushed by luebking into branch 'master'. Fix one list pollution in tabbing code REVIEW: 103612 M +27 -23 kwin/clientgroup.cpp http://commits.kde.org/kde-workspace/67b3dc9e619b60552ddf1c6506453037cd7830cf Git commit 7b3df4a02ecb0d234ea4567441d0d686a000a9a1 by Thomas Lübking. Committed on 02/01/2012 at 18:12. Pushed by luebking into branch 'KDE/4.8'. Fix one list pollution in tabbing code REVIEW: 103612 (cherry picked from commit 67b3dc9e619b60552ddf1c6506453037cd7830cf) M +27 -23 kwin/clientgroup.cpp http://commits.kde.org/kde-workspace/7b3df4a02ecb0d234ea4567441d0d686a000a9a1  |