https://bugs.freedesktop.org/show_bug.cgi?id=106285 --- Comment #1 from ojab --- ``` #!/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.