On 10 Sep 2009, at 11:01, T. Guilleminot wrote:

I think I may hit some OS limits or I overload system.
Does anyone know how to diagnose this further (why it fails...)

You can run strace on it to check whether it closes all file descriptors that are opened. You can also use the "lsof" utility to see all open file descriptors.


Jonas
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to