1833467 Members
3169 Online
110052 Solutions
New Discussion

read core dump

 
SOLVED
Go to solution
Dee_3
Regular Advisor

read core dump

what do I need on a 10.01 system to read an application core dump?
5 REPLIES 5
Jaimin Parikh
Frequent Advisor

Re: read core dump

Hi,

If you have "HP/DDE Debugger" use the following command.

"debug core_file object_program_pathname"

Futher instructions on debugging and progress you can find out from user guide.

-Jaimin Parikh

JAIMIN PARIKH : Share your knowledge and help those who need your help!!
Dee_3
Regular Advisor

Re: read core dump

is this HP/DDE part of my HP Support Tools (ie free) or an add on
Jaimin Parikh
Frequent Advisor

Re: read core dump

Bill McNAMARA_1
Honored Contributor
Solution

Re: read core dump

You can always use
strings core
!

Later,
Bill
It works for me (tm)
Dee_3
Regular Advisor

Re: read core dump

Thanks for the information...deec