home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / aix / 11493 < prev    next >
Encoding:
Internet Message Format  |  1992-11-11  |  1.2 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!haven.umd.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!cs.utexas.edu!ut-emx!ibmchs!auschs!awdprime.austin.ibm.com!perelandra.austin.ibm.com!ransom
  2. From: ransom@perelandra.austin.ibm.com (Jeff Peek)
  3. Newsgroups: comp.unix.aix
  4. Subject: Re: Help: child processes not exiting properly.
  5. Keywords: n
  6. Message-ID: <1992Nov11.191625.2765@awdprime.austin.ibm.com>
  7. Date: 11 Nov 92 19:16:25 GMT
  8. References: <1992Nov10.022021.1423@mlogic.uucp>
  9. Sender: news@awdprime.austin.ibm.com (USENET News)
  10. Organization: IBM PSPA - Austin, TX
  11. Lines: 18
  12.  
  13. The parent must either issue a wait system call (wait3, waitpid or wait), or the
  14. parent must set the action for the SIGCHLD signal to SIG_IGN. Otherwise the process
  15. table entry for the child (and that is all that is left) will continue to hang
  16. around waiting for the parent to collect the exit status.
  17.  
  18. >
  19. >Marcel
  20. >marcel%mlogic.uucp@usc.edu
  21. >
  22. >p.s.: [My apologies if this has been covered here before; I'm not a regular  
  23. >subscriber to this group and don't have access to any archives.]
  24.  
  25.  
  26. -- 
  27. Jeff Peek
  28. AIX Operating System Architecture -- IBM Personal Systems Programming        
  29. ransom@perelandra.austin.ibm.com     VNET PEEK at AUSVM6 T/L 678-3913
  30. Austin, TX
  31.