GNOME Bugzilla – Bug 137230
value of the first argument in select should be (src->fd + 1) not 1
Last modified: 2004-12-22 21:47:04 UTC
The first argument in select call should be the highest value of any file descriptor + 1, so src->fd + 1, instead of 1. This bug causes fdsrc only work for stdin, or fd 0, and not for anything else.
fixed in CVS.