I have a multithreaded application that installs a handler for SIGCHLD that logs and reaps the child processes. The problem I see starts when I\'m doing a call to syst
syst
Replace the system() by proc_system().
system()
proc_system()