Bug#404438: gpc doesn't wait() for child procs

2006-12-24 Thread Julien BLACHE
Michael Welle <[EMAIL PROTECTED]> wrote: Hi, > after starting and quitting an external application (e.g. gimp) > gphotocoll doesn't do a wait() and the process table fills up with > zombies. The appended patch installs a sig handler, which acts as a > grim reaper. Thanks, applied. JB. -- J

Bug#404438: gpc doesn't wait() for child procs

2006-12-24 Thread Michael Welle
Package: gphotocoll Version: 0.7-10 Hi, after starting and quitting an external application (e.g. gimp) gphotocoll doesn't do a wait() and the process table fills up with zombies. The appended patch installs a sig handler, which acts as a grim reaper. Michael --- t/gphotocoll-0.7/src/main.c 2