1833163 Members
3355 Online
110051 Solutions
New Discussion

dump

 
navin
Super Advisor

dump

How can i get a dumpreport from the core file which was generated during the crash .
thanks
Learning ...
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: dump

Shalom,

basics:

strings core

That will give you a start

/var/adm/sw/swagentd.log

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=945076

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Pete Randall
Outstanding Contributor

Re: dump

Or use the wdb debugger:

www.hp.com/go/wdb


Pete

Pete
Dennis Handly
Acclaimed Contributor

Re: dump

>How can i get a dumpreport

What's in that?
From Pete's URL, you can get gdb so you can get a stack trace. If you compiled your application with -g, you can print out variables and see why it aborted.