1826057 Members
4227 Online
109690 Solutions
New Discussion

Re: examine a core dump

 
Hendrik Barnard
New Member

examine a core dump

Hi/

How do you examine a core file on a HP-UX 10.20 system.

regards

Hendrik
3 REPLIES 3
Randy Mather
Frequent Advisor

Re: examine a core dump

 
Andy Bennett_4
New Member

Re: examine a core dump

If you meant a "core" file rather than something in /var/adm/crash directory,
use "file core" to find out which executable created the core file and then get
either DDE, WDB or gdb to load it and the executable at the same time. Analysis
then goes pretty much along the lines of regular debugging except that you
cannot advance the execution.

See the http://devresource.hp.com Document library for the PA-RISC assembly
language and runtime architecture manuals which are very useful if you end up
wading through assembly language.
Steve White_8
Frequent Advisor

Re: examine a core dump

To examine a core file you can use vi or strings. strings filename |more