From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 106285] Multiple Xorg restarts leads to `Surface: can not attach plane_state` (raven ridge) Date: Mon, 30 Apr 2018 14:34:23 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1884623954==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id BD7996E340 for ; Mon, 30 Apr 2018 14:34:23 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1884623954== Content-Type: multipart/alternative; boundary="15250988630.AE989Fae3.31828" Content-Transfer-Encoding: 7bit --15250988630.AE989Fae3.31828 Date: Mon, 30 Apr 2018 14:34:23 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D106285 --- Comment #1 from ojab --- ``` #!/bin/sh set -ex while true; do set -x X& sleep 1 XPID=3D$! kill -9 ${XPID} sleep 0.1 done ``` reliably triggers this error in a minute or so. --=20 You are receiving this mail because: You are the assignee for the bug.= --15250988630.AE989Fae3.31828 Date: Mon, 30 Apr 2018 14:34:23 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Commen= t # 1 on bug 10628= 5 from ojab
```
#!/bin/sh
set -ex
while true; do
    set -x
    X&
    sleep 1
    XPID=3D$!
    kill -9 ${XPID}
    sleep 0.1
done
```
reliably triggers this error in a minute or so.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15250988630.AE989Fae3.31828-- --===============1884623954== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1884623954==--