fopen bug in Interactive ix/386 ?
+Urban J.
jbu at sfsup.UUCP
Sat May 13 03:48:38 AEST 1989
In article <314 at edvcom.UUCP> news at edvcom.UUCP (News Admin) writes:
>
>The following pice of code hangs because it tries to fopen() more than
>_NFILE files. Insteed of returning a NULL pointer after the 18th call
>it returns a 'valid' descriptor and chrashes.
>We are using 1.0.6.
>Any suggestions, maybe someone at ico.ISC.COM reading this group ?
>
In UNIX System V/386 Release 3.2, this bug DOES NOT EXIST. UNIX System V/386
Release 3.2 allows 60 file descriptors so after 0,1,2 (stdin, stdout, stderr)
are gone, we really have 57 file descriptors. I ran this test to see if UNIX
System V/386 Release 3.2 had the bug at 58 and it does not!
Sincerely,
John Urban
More information about the Comp.unix.questions
mailing list