1753797 Members
7365 Online
108799 Solutions
New Discussion юеВ

Re: Analysing core file

 
suryadhar
New Member

Analysing core file

How to analyse a core file using adb.
System details: HP-UX B.11.23.
The core file was generated due to application crash ... not a OS crash.
4 REPLIES 4
rariasn
Honored Contributor

Re: Analysing core file

suryadhar
New Member

Re: Analysing core file

Hi rariasn,

Thanks for the info ... but i require how to analysis using adb as gdb is not present in my system.

cheers
surya
rariasn
Honored Contributor

Re: Analysing core file

Dennis Handly
Acclaimed Contributor

Re: Analysing core file

>I require how to analysis using adb as gdb is not present in my system.

Don't even go there, use a real debugger!
Download gdb from the web:
http://www.hp.com/go/wdb

There is also documentation on how to debug core files.