Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] How to investigate "Too many open files" error?

> If you are running on linux you can try valgrind with '--track-
> fds=yes' option, it will show all open files and location in code. 

This seems to show only files which are not closed while exiting.
The open file descriptors are all correctly closed on exit, so
valgrind couldn't help.

Thanks anyway,
Frank



Back to the top