home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: sparky!uunet!ferkel.ucsb.edu!taco!gatech!swrinde!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!ames!decwrl!decwrl!netcomsv!dice!jth
- From: jth@infodyn.com (Jabba The Hutt)
- Subject: Re: Forking and defunct processes
- Message-ID: <1992Nov2.223821.8642@infodyn.com>
- Keywords: fork, defunct
- Organization: Information Dynamics, Saratoga, CA, USA
- References: <1992Oct31.162537.20305@tc.cornell.edu>
- Date: Mon, 2 Nov 1992 22:38:21 GMT
- Lines: 11
-
- In article <1992Oct31.162537.20305@tc.cornell.edu> reed@TC.Cornell.EDU writes:
- >Netters:
- > I recently noticed a rather nasty problem with some code I wrote...
- >Well, it appears that my child processes are not properly shutting down and
- >leave "defunct" processes lying around.
-
- Perhaps you have already crossed this bridge, but do you periodically
- call wait() or wait3()? If not, stick in a call or two and see if it
- gets better.
-
- jth@infodyn.com
-