home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / next / programm / 7122 < prev    next >
Encoding:
Text File  |  1992-11-10  |  1.5 KB  |  33 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!spool.mu.edu!agate!dog.ee.lbl.gov!hellgate.utah.edu!lanl!mpx2.lampf.lanl.gov!silbar
  3. From: silbar@mpx2.lampf.lanl.gov (Dick Silbar)
  4. Subject: zombies (was Re: What does a task with priority -1 mean?)
  5. Message-ID: <10NOV199210153953@mpx2.lampf.lanl.gov>
  6. News-Software: VAX/VMS VNEWS 1.41    
  7. Sender: news@newshost.lanl.gov
  8. Organization: LAMPF Data Analysis Center, Los Alamos, New Mexico
  9. References: <1dmp94INNppe@uwm.edu> <1992Nov10.152955.21859@menudo.uh.edu>
  10. Distribution: usa
  11. Date: Tue, 10 Nov 1992 17:15:00 GMT
  12. Lines: 19
  13.  
  14. In article <1992Nov10.152955.21859@menudo.uh.edu>, sears@tree.egr.uh.edu writes...
  15. #A process with a PID of -1 (also stated as <mnach-task>) is really a zombied  
  16. #process.  A zombie doesn't not really cause any harm to the system, except  
  17. #that it consumes 1 slot in the process table, of which there is a finite  
  18. #number of slots.  When you run out of process slots, you will crash.
  19. #It seems that one of the major creators of zombies is NeXT's Terminal.app.   
  20. #Generally whenever you close a terminal.app window, a zombie will be created.
  21. #Btw, the zombies can not be "killed" (even will kill -9).  Don't even bother  
  22. #to attempt it.  But if you do, be prepared to reboot from a panic :-)
  23.  
  24. Interesting.  So why is it that Project Builder creates a NEW terminal.app
  25. window EVERY time you click on "debug"?  (I do that a lot.)
  26.  
  27. Do they disappear when you log out?  Or, do you have to reboot?
  28.  
  29.       Dick Silbar (NeXTMail:silbar@whistler.lanl.gov)
  30.  
  31.