home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / sysv386 / 12463 < prev    next >
Encoding:
Internet Message Format  |  1992-07-26  |  1.9 KB

  1. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!mips!zaphod.mps.ohio-state.edu!cs.utexas.edu!chinacat!rpp386!jfh
  2. From: jfh@rpp386.lonestar.org (John F. Haugh II)
  3. Newsgroups: comp.unix.sysv386
  4. Subject: Re: How to debug a PANIC??
  5. Message-ID: <21201@rpp386.lonestar.org>
  6. Date: 26 Jul 92 17:16:44 GMT
  7. References: <1992Jul13.184212.23816@wb3ffv.ampr.org> <1992Jul24.171942.13964@generics.ka.sub.org>
  8. Reply-To: jfh@rpp386.cactus.org (John F. Haugh II)
  9. Organization: River Parishes Programming, Austin, Republic of Texas
  10. Lines: 25
  11.  
  12. In article <1992Jul24.171942.13964@generics.ka.sub.org> ihno@generics.ka.sub.org (Ihno Krumreich) writes:
  13. >>I am currently running Interactive UNIX version 3.0, and things have 
  14. >>generally been great.  The other day I had my system PANIC and crash
  15. >>twice within a couple hours.  I know there is supposed to be a way I
  16. >>can find what program was dying by using the kernel debugger, but am
  17. >>not sure how to do this.  If somenody on the net would be so kind as
  18. >>to give me a little instruction it would be most appreicated...
  19. >
  20. >>Just for information sake, the panic was a Trap 0x0000000E
  21. >
  22. >Bad luck for you trap 0xe says nearly nothing.
  23.  
  24. Actually a trap 14 is a pretty useful piece of information if you have
  25. access to source code.  Assuming the machine dumped all the registers
  26. to the screen, or you can get them out of the dump via crash, scribble
  27. them all down.  You are most interested in the CS:IP pair - it says
  28. which function caused the access fault.  If you have source, you can
  29. (maybe) find the troublesome line of code.  If you don't have source,
  30. you can give this information to the nice person on the phone when you
  31. call your vendor ...
  32. -- 
  33. John F. Haugh II                   | Vida en La Republica de Tejas:
  34. Ma Bell: (512) 251-2151            |  A Tejana woman, after spending the rent
  35. UUCP: ...!cs.utexas.edu!rpp386!jfh |  money on the Tejas Lottery - "I can't go
  36. Domain: jfh@rpp386.cactus.org      |  home, my husband will beat me up."
  37.