<table><tr><td style="">graesslin created this revision.<br />Restricted Application added a project: KWin.<br />Restricted Application added subscribers: kwin, plasma-devel.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D6852" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>The last_active_client is set when an AbstractClient gets activated. For<br />
the X11 case the last_active_client was getting reset to nullptr when<br />
the last_active_client gets destroyed. But for the ShellClient that did<br />
not yet happen. This could result in a crash.</p>

<p>This change addresses the problem and adds a test case which triggered<br />
the crash. The condition of the crash are difficult to generate though -<br />
it took me about an hour to write the test for the crash.</p>

<ol class="remarkup-list">
<li class="remarkup-list-item">Wayland client must be active</li>
<li class="remarkup-list-item">Explicit focus to null (no active client)</li>
<li class="remarkup-list-item">destroy Wayland window</li>
<li class="remarkup-list-item">X11 client which sets focus on itself without interaction with window manager</li>
</ol></div></div><br /><div><strong>TEST PLAN</strong><div><p>test case no longer crashes</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R108 KWin</div></div></div><br /><div><strong>BRANCH</strong><div><div>fix-last-active-client-wayland</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D6852" rel="noreferrer">https://phabricator.kde.org/D6852</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>autotests/integration/x11_client_test.cpp<br />
workspace.cpp</div></div></div><br /><div><strong>To: </strong>graesslin, KWin, Plasma<br /><strong>Cc: </strong>plasma-devel, kwin, ZrenBot, progwolff, lesliezhai, ali-mohamed, hardening, jensreuterberg, abetts, sebas, apol, mart, lukas<br /></div>