home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / hp / 10040 < prev    next >
Encoding:
Internet Message Format  |  1992-09-03  |  1.3 KB

  1. Path: sparky!uunet!olivea!spool.mu.edu!sdd.hp.com!scd.hp.com!cupnews0.cup.hp.com!hppad.waterloo.hp.com!hppad!hpfcso!steve-t
  2. From: steve-t@hpfcso.FC.HP.COM (Steve Taylor)
  3. Newsgroups: comp.sys.hp
  4. Subject: Re: CC and /usr/lib/dld.sl
  5. Message-ID: <7371289@hpfcso.FC.HP.COM>
  6. Date: 4 Sep 92 01:36:09 GMT
  7. References: <1992Sep1.091000.14893@irfu.se>
  8. Organization: Hewlett-Packard, Fort Collins, CO, USA
  9. Lines: 22
  10.  
  11. In comp.sys.hp, jhd@irfu.se (Jan D.) writes:
  12. | Thanks for your answer. But I still get this from xdb:
  13. | <<<< XDB Version A.08.07 HP-UX >>>>
  14. | Child died due to: segmentation violation
  15. | Program died in unknown location (shared library), pc = 0x1000003
  16. | Ignoring core file "core".
  17. | even if the program now is free from shared libraries.
  18.  
  19.     In this version of xdb, the code that produces this message
  20.     doesn't know anything about shared libraries (wouldn't do it
  21.     any good, the necessary information isn't in the core file).
  22.  
  23.     "(shared library)" is simply an 'a priori' best guess as to
  24.     the cause of the problem.  All the debugger really knows is
  25.     "unknown location" (i.e., not an address in the executable's
  26.     text segment) and the value of the pc.
  27.  
  28.     Like any guess, it may not be correct (the pc value is there
  29.     to help you make a better one).
  30.                         Regards, Steve taylor
  31.  
  32. NOT A STATEMENT, OFFICIAL OR OTHERWISE, OF THE HEWLETT-PACKARD COMPANY.
  33.