Zombies
Gorur R. Ravi
ravi at pds3
Sat Feb 17 03:43:44 AEST 1990
In article <2647 at stl.stc.co.uk> dsr at stl.stc.co.uk (David Riches) writes:
>I have a program which spawns of a new program via the use of execl
>and communicates via pipes created using dup().
>
>When this new program dies it seems to leave a Zombied process
>with <defunct> as its name in the process table.
>
>Q: Is the new program not dying properly?
Try this. It might work!
signal(SIGCLD, SIGIGN);
--
=================================
Gorur Ravi (ravi)
Project Design Systems, Inc.,
2231 Crystal Drive, Suite 1114,
More information about the Comp.unix.wizards
mailing list