Hi all, When I start under Linux a process with TProcess [poUsePipes], write stuff to Input and the process exits I get a SIGPIPE (broken pipe), which kills my whole program immediately. How can I catch or avoid the SIGPIPE with TProcess? Mattias