<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Multiple Xorg restarts leads to `Surface: can not attach plane_state` (raven ridge)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=106285#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Multiple Xorg restarts leads to `Surface: can not attach plane_state` (raven ridge)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=106285">bug 106285</a>
              from <span class="vcard"><a class="email" href="mailto:ojab@ojab.ru" title="ojab <ojab@ojab.ru>"> <span class="fn">ojab</span></a>
</span></b>
        <pre>```
#!/bin/sh
set -ex
while true; do
    set -x
    X&
    sleep 1
    XPID=$!
    kill -9 ${XPID}
    sleep 0.1
done
```
reliably triggers this error in a minute or so.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>