home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / ultrix / 8156 < prev    next >
Encoding:
Text File  |  1992-11-08  |  1.0 KB  |  26 lines

  1. Newsgroups: comp.unix.ultrix
  2. Path: sparky!uunet!haven.umd.edu!decuac!hussar.dco.dec.com!mjr
  3. From: mjr@hussar.dco.dec.com (Marcus J. "Will do TCP/IP for clues" Ranum)
  4. Subject: Re: Memory fault
  5. Message-ID: <1992Nov7.195355.22583@decuac.dec.com>
  6. Sender: news@decuac.dec.com (USENET News System)
  7. Nntp-Posting-Host: hussar.dco.dec.com
  8. Organization: Digital Equipment Corporation, Washington ULTRIX Resource Center
  9. References: <1992Nov7.180233.7809@ornl.gov>
  10. Distribution: na
  11. Date: Sat, 7 Nov 1992 19:53:55 GMT
  12. Lines: 12
  13.  
  14. >I have a 700k program [...]
  15. >Ultrix 4.0 it core-dumped. I guess this is paging related. How do I find out
  16. >and fix it?
  17.  
  18.     Read the manual page for your friendly neighborhood debugger, and
  19. use it to find out where in the code and why it core dumped. Saying "it
  20. dumps core" is like going to a doctor and saying "I feel bad." Going in
  21. with a debugger and determining that you're getting a segmentation fault
  22. in, say, strcmp() is like going to a doctor and saying, "my leg hurts,
  23. and here's an Xray showing where it's broken."
  24.  
  25. mjr.
  26.