Path: utzoo!attcan!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!unmvax!deimos.cis.ksu.edu!rutgers!att!ulysses!sfsup!jbu From: jbu@sfsup.UUCP (+Urban J.) Newsgroups: comp.unix.questions Subject: Re: fopen bug in Interactive ix/386 ? Keywords: unix,SYSV,ix/386 Message-ID: <5270@sfsup.UUCP> Date: 12 May 89 17:48:38 GMT References: <314@edvcom.UUCP> Reply-To: jbu@/guest2/jbuUUCP (xt1123-+Urban J.) Organization: AT&T Information Systems Lines: 17 In article <314@edvcom.UUCP> news@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