This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: weird egcs bug


In message <oru2i6fxij.fsf@garnize.lsd.ic.unicamp.br>,
    Alexandre Oliva writes:

: On Mar 15, 2000, gbacon@itsc.uah.edu (Greg Bacon) wrote:
: 
: >     maxfd = fd1 > fd2 ? fd1 : fd2;
: >     maxfd++;
: [snip]
: >         retval = select(maxfd+1, &rdrs, NULL, NULL, NULL);
: 
: Isn't it wrong that maxfd is both incremented and added 1?

Well, yes, but that shouldn't cause select() to hang, should it?

Greg

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]