Hi,
I'm working with select, and it returns -1 with error no. set to 4(EINTR) which stands for "a interrupted system call". I'm using select on some driver fd which provides support for it.
This driver uses wake_up system call, to wake the application using select. May be is this the reason for the error. Can someone help me to resolve this problem.