Debugging Core Files Using HP WDB (5900-1573; WDB 6.2; January 2011)

If the core file is not truncated or corrupted, the output of the elfdump -o -S core
is as follows:
core:
*** Program Header ***
Type Offset Vaddr FSize Memsz
CoreVer 0000000000003028 0000000000000000 0000000000000004 0000000000000004
CoreKern 000000000000302c 0000000000000000 000000000000003c 000000000000003c
CoreComm 0000000000003068 0000000000000000 000000000000000a 000000000000000a
CoreProc 0000000000003078 0000000000000000 000000000000be00 000000000000be00
CoreLoad 000000000000ee78 6000000000000000 0000000005160000 0000000005160000
CoreMMF 000000000516ee78 9fffffffdd6f4000 0000000000004000 0000000000004000
.
.
.
CoreStck 000000001725fe78 9fffffffef7ff000 0000000000009000 0000000000009000
CoreStck 0000000017268e78 9fffffffffec0000 0000000000140000 0000000000140000
4 20. Why do I experience failure with the packcore command?
The packcore command core fails due to a failure from the underlying tar command.
You must manually run the tar command provided in the error description. If this
fails, rectify the cause for the tar command failure before proceeding with the
packcore command.
FAQ 59