<table><tr><td style="">davidedmundson created this revision.<br />Restricted Application added projects: Plasma on Wayland, Frameworks.<br />Restricted Application added subscribers: Frameworks, 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/D5712" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>It's possible for the surface to be unbound when we send the leave<br />
event; we've called Resource::unbind() of Surface, so the Surface has,<br />
deleteLater called, but it's still a valid object, and the first check<br />
passes.</p>

<p>We get in this situation because when a surface is destroyed, we're<br />
handling text input from the same source event.</p>

<p>Sending a nullpointer is a protocol error, and wayland kindly closes the<br />
connection.</p>

<p>This fixes my constant:<br />
"Did the Wayland server die" error messages when running clients.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Got errors after setting up qt virtual keyboard.<br />
Had reproducible case.<br />
Restarted kwin after this patch, now doesn't crash.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R127 KWayland</div></div></div><br /><div><strong>BRANCH</strong><div><div>davidedmundson/xdgv6</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D5712" rel="noreferrer">https://phabricator.kde.org/D5712</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/server/textinput_interface_v2.cpp</div></div></div><br /><div><strong>To: </strong>davidedmundson, Plasma<br /><strong>Cc: </strong>plasma-devel, Frameworks, spstarr, progwolff, Zren, lesliezhai, ali-mohamed, jensreuterberg, abetts, eliasp, sebas, apol, lukas<br /></div>