[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: I am looking for a way to create a zombie process



In article <[email protected]>,
Michael Shields <[email protected]> wrote:
>> Is there anyone who can give me a simple program or set of commands that
>> creates a zombie process? Thanks in advance. 
>
>Here, public domain.
>
<snip>
>	wait();
<snip>

wait(NULL); would be saner.

   - Ian