Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary
file descriptor leak
Jump to user comments
programming (Or "fd leak" /F D leek/) A kind of programming
bug analogous to a core leak, in which a program fails to
close file descriptors ("fd"s) after file operations are
completed, and thus eventually runs out of them.