I am trying to track down why ktrace shows RET select -1 errno 4 Interrupted system call
But errno has 672964768. The code uses selecterr = errno or selecterr = (* __error()); selecterr is an int. And prints out that selecterr. Any ideas on where 672964768 is coming from? Jeremy C. Reed p.s. This is in Xorg's os/WaitFor.c. http://cvsweb.freedesktop.org/xorg/xserver/xorg/os/WaitFor.c
