home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / internal / 1695 < prev    next >
Encoding:
Internet Message Format  |  1992-08-15  |  1.4 KB

  1. Xref: sparky comp.unix.internals:1695 comp.unix.sysv386:13186
  2. Newsgroups: comp.unix.internals,comp.unix.sysv386
  3. Path: sparky!uunet!cs.utexas.edu!usc!sol.ctr.columbia.edu!ucselx!crash!gpitcher
  4. From: gpitcher@crash.cts.com (Glenn Pitcher)
  5. Subject: SIGKILL problem in Interactive 3.2?
  6. Date: 14 Aug 92 12:46:09 PDT
  7. Message-ID: <1992Aug14.124609.27863@crash>
  8. Keywords: SIGKILL Interactive
  9. Lines: 21
  10.  
  11. We're running Interactive SVR3 here on an Edge 433/SE and I've been finding  
  12. that sending a SIGKILL to a process doesn't always do as it advertises.
  13.  
  14. For instance, I have one job that is recycled each night.  It's first 
  15. terminated by using 'kill -9 <pid>'.  Most of the time it works but last
  16. night the job was in a infinate loop trying to kill this thing off.  Another
  17. example is a little script that kills users off just before I perform a 
  18. system backup at 0200.  Here I also use kill -9 (I know it's crude) and it
  19. works... most of the time.
  20.  
  21. I have seen things like this happen before (such as with zombies under BSD)
  22. but not to this extent.
  23.  
  24. Also, occasionally, my backup job (which is started by cron) simply sits
  25. in the process queue sawing logs (asleep :-) ).  Nothing I do will wake it
  26. up and I have absolutly no idea as to why my system is doing this.  I even
  27. tried sending a SIGCONT but the kill command doesn't recognize it! Geezzz.
  28.  
  29. Can anyone (Sun, are you listening?) give me some input?
  30.  
  31. Thanks
  32.