--- Comment #1 from ojab ojab@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.