FNDELAY issue

Posted by Gatz on Tue 20 Sep 2005 11:55 PM — 2 posts, 13,701 views.

#0
I found another topic pertaining to this, however it was slightly different. I recently changed servers and have been getting greeted with:

New_descriptor: fcntl: FNDELAY: Bad file descriptor

Spamming up the logfile...............a lot. I Google'd this and some people just commented out the warning but that seems like a pretty bad thing to do. Any suggestions on what possibly is up? It does this on clean startups, so it isn't copyover or anything.


[Edit: Okay, I found the problem however it is weird to me. Hearing that GCC4 would complain about this issue:
int desc, size;
In comm.c I changed it to
size_t desc, size;
And it gave me the error. Changing it back made it go without error.]
Amended on Wed 21 Sep 2005 12:16 AM by Gatz
USA #1
Would be interested in knowing what OS you experienced this on since I have not seen this kind of thing happen before.