I've an application I've been developing, and it is making a zombie process each time I call system(). The only reference to the subject that I can find is in the documentation for the Kernel.fork call. Certainly, it doesn't seem appropriate behavior for system(). I'm running 1.6 on Linux. Ideas? David Corbin