home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / linux / 16566 < prev    next >
Encoding:
Internet Message Format  |  1992-11-13  |  848 b 

  1. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!zaphod.mps.ohio-state.edu!cs.utexas.edu!uwm.edu!ogicse!pdxgate!eddie!gary
  2. From: gary@eddie (gary moyer)
  3. Newsgroups: comp.os.linux
  4. Subject: wait3() and signal(): broke?
  5. Message-ID: <6305@pdxgate.UUCP>
  6. Date: 13 Nov 92 06:27:23 GMT
  7. Article-I.D.: pdxgate.6305
  8. Sender: news@pdxgate.UUCP
  9. Lines: 12
  10. X-Newsreader: Tin 1.1 PL4
  11.  
  12. I am writing a client server app that uses signal(SIGCHLD) to catch
  13. (and clean up) slaves and clean them up via wait3().  Although
  14. this works fine under sunOS, Linux seems to only catch the first
  15. signal, and all resulting signals go left ignored.  
  16.  
  17. Furthermore, if I re-install the signal catcher function (after going
  18. off once) it will catch another signal.  I have  .98pl3 running that this 
  19. will work on and a .97pl3 box that it won't work on.
  20.  
  21. Any ideas?
  22.  
  23. Gary Moyer
  24.