home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / aix / 9664 < prev    next >
Encoding:
Text File  |  1992-09-15  |  1.4 KB  |  35 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!psinntp!spike.insci.com!augie!ross
  3. From: ross@augie.insci.com (ross andrus)
  4. Subject: Re: Core File Question- Who created it?
  5. Organization: Insci Incorporated
  6. Distribution: usa
  7. Date: Mon, 14 Sep 1992 18:50:10 GMT
  8. Message-ID: <1992Sep14.185010.7508@spike.insci.com>
  9. References: <22064@nntp_server.ems.cdc.com>
  10. Sender: news@spike.insci.com (News)
  11. Lines: 22
  12.  
  13. In article <22064@nntp_server.ems.cdc.com> bguest@ateam.ems.cdc.com (Brandon Guest) writes:
  14.  
  15. >    Given a core file, how can I figure out what object file created it?
  16.  
  17.   The core file contains a snapshot of the memory of the process that was
  18.   running plus some other stuff. In particular, it contains the initialized
  19.   data segment, which contains the C strings from the program being run by
  20.   the process.  If you've included what(1)-style descriptive strings in
  21.   your compilation modules, you can run what(1) to get a list of the modules
  22.   involved. Otherwise you could run strings(1) on the core file and all
  23.   your exectuables and look for similarities.
  24.  
  25.  
  26.   regards
  27.  
  28.   ross
  29.  
  30. -- 
  31. +-----------------------------------------------------------------------------+
  32. |  ross@augie.insci.com                                                       |
  33. |  My opinions and views are not shared or endorsed by my employers. Yet.     |
  34. +-----------------------------------------------------------------------------+
  35.