home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / sgi / misc / 234 < prev    next >
Encoding:
Text File  |  1993-01-11  |  1.2 KB  |  31 lines

  1. Newsgroups: comp.sys.sgi.misc
  2. Path: sparky!uunet!walter!mbr
  3. From: mbr@bellcore.com (Mark Rosenstein)
  4. Subject: casevision debugger and the kill signal
  5. Message-ID: <MBR.93Jan11085304@ponape.bellcore.com>
  6. Sender: news@walter.bellcore.com
  7. Nntp-Posting-Host: ponape.bellcore.com
  8. Reply-To: mbr@bellcore.com (Mark Rosenstein)
  9. Organization: Bellcore, Morristown, NJ
  10. Date: 11 Jan 93 08:53:04
  11. Lines: 18
  12.  
  13. I have an application that is killed (I assume by the OS). I wanted to
  14. try and figure out what was going on using the casevision debugger.
  15. I was unable to figure out a way to catch the kill, and when the program
  16. mysteriously dies, all I get in the debugger is process xxxx: terminated.
  17.  
  18. Is there a way to catch the kill signal with the casevision debugger?
  19. With other signals (like INT) when set it in the signal panel, and then
  20. send the application (attached process) an INT, it happily catches it.
  21. And I can look at the stack, etc, etc.
  22.  
  23. When I set SIGKILL in the signal panel, and then send kill -9 xxxx, 
  24. the process just terminates. [This also happens when the OS does it
  25. to me].
  26.  
  27. Have I missed something?
  28.  
  29. Mark.
  30. P.S. I love the debugger. Can't imagine doing C development without it!
  31.