home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Bug_Fixes / Net.v7bugs / 0011 < prev    next >
Encoding:
Text File  |  1981-05-28  |  358 b   |  10 lines

  1. Acmevax.10
  2. NET.v7bugs
  3. utzoo!duke!vax135!ucbvax!cmevax!rusty
  4. Mon Aug 25 10:41:35 1980
  5. learn bug
  6. A bug in dounit.c can cause one to run out of file descriptors which can
  7. eventually reward you with a "Core dumped". There is a goto which goes up to
  8. retry which reopens scrin but scrin should be closed before this is done;
  9. insert an fclose just before the goto.
  10.