[Bug 106285] Multiple Xorg restarts leads to `Surface: can not attach plane_state` (raven ridge)
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Apr 30 14:34:23 UTC 2018
https://bugs.freedesktop.org/show_bug.cgi?id=106285
--- Comment #1 from ojab <ojab at ojab.ru> ---
```
#!/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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20180430/3cb71f29/attachment.html>
More information about the dri-devel
mailing list