[fpc-pascal] Linux program sometimes crashes with "EProcess : Failed to create pipes"
Jonas Maebe
jonas.maebe at elis.ugent.be
Thu Sep 10 11:31:54 CEST 2009
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
More information about the fpc-pascal
mailing list