Hello,

My program is dying with the error message:

ERROR: opening file <...file name...>: Too many open files
 in open at ./iostream.jl:117
 in open at ./iostream.jl:125
 ...

I have reviewed my program and as far as I can tell, everywhere that I open 
a file I close it immediately. I need to query more information to debug 
this. Is there a way that I can get information about the files that are 
currently open? Or at least the *number* of open files? With that I could 
at least sprinkle my program with "print open files" statements and trace 
the bug.


Cheers,
Daniel.




Reply via email to