Code review comment for lp:~bilalakhtar/unity-lens-applications/fix-child-process-reaping-lp-1020115

Revision history for this message
Mikkel Kamstrup Erlandsen (kamstrup) wrote :

From the docs of the flag you added "the child will not be automatically reaped; you must use g_child_watch_add() yourself (or call waitpid() or handle SIGCHLD yourself), or the child will become a zombie.".

review: Disapprove

« Back to merge proposal