|
From: Jeremy F. <je...@go...> - 2003-12-18 02:03:48
|
On Wed, 2003-12-17 at 17:32, Robert Walsh wrote: > Yup - Jeremy twiddled the fd tracking stuff to not record fds above > 820. Unfortunately, he forgot to change the close stuff to ignore > those, too... ;-) It's an easy fix. I deliberately report when close() is being used with a bad fd - it can be a symptom of a program closing wild file-descriptors if the fd is bad. But the "loop over all fds and close them" idiom is pretty common too. Maybe yet another CLO? J |