<div dir="ltr">Hi Pekka,<div class="gmail_extra"><br><div class="gmail_quote">On 27 October 2017 at 08:01, Pekka Paalanen <span dir="ltr"><<a href="mailto:ppaalanen@gmail.com" target="_blank">ppaalanen@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">there is a known race around Wayland globals. If the Wayland server<br>
adds and removes a global in a very short time, it may succeed to<br>
remove the global (wl_output) before all clients have processed the<br>
add. If a client process an add after the server removed, you hit<br>
exactly this fatal error.<br>
<br>
It's a design flaw in Wayland, gone unnoticed for years until it was<br>
too late to fix properly.<br>
<br>
This issue is recorded: <a href="https://phabricator.freedesktop.org/T7722" rel="noreferrer" target="_blank">https://phabricator.<wbr>freedesktop.org/T7722</a><br>
<br>
There is a suggested mitigation, but I am not aware of anyone working<br>
on it.<br></blockquote><div><br></div><div>FWIW, it seems we have that issue with more than just wl_output, in downstream bug 1516859 [1] this occurs with wl_seat on VT switch as well.</div><div><br></div><div>That's pretty easy to reproduce, issue several VT switches back and forth (I use "chvt" from a remote connection) until the race occurs, here it doesn't take long.</div><div><br></div><div>Cheers,</div><div>Olivier</div><div><br></div><div>[1]   <a href="https://bugzilla.redhat.com/show_bug.cgi?id=1516859">https://bugzilla.redhat.com/show_bug.cgi?id=1516859</a></div></div></div></div>