https://bugs.freedesktop.org/show_bug.cgi?id=106285

--- Comment #1 from ojab <[email protected]> ---
```
#!/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.
_______________________________________________
dri-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to