Operating System - HP-UX
1833748 Members
2689 Online
110063 Solutions
New Discussion

"core" file reader/analyzer tool

 
gary fay
New Member

"core" file reader/analyzer tool

I need to analyze a core dump file on a HP9000/HP-UX10.2 Is there a tool I can use?

Thanks

Jim D
It's Not My Issue !
3 REPLIES 3
Steven Sim Kok Leong
Honored Contributor

Re: "core" file reader/analyzer tool

Hi,

You can use the adb debugger that comes with HP-UX to analyse your core file. You can also use other 3rd party debuggers such as gdb but you will need to download them separately.

Hope this helps. Regards.

Steven Sim
Brainbench MVP for Unix Admin
http://www.brainbench.com
Dan Hetzel
Honored Contributor

Re: "core" file reader/analyzer tool

Hi Jim,

Any debugger will do the job: adb, gdb, xdb.

Remember that, for a quick core check, you can simply type 'file core' to determine which program created the core.

Best regards,

Dan
Everybody knows at least one thing worth sharing -- mailto:dan.hetzel@wildcroft.com
Alex Glennie
Honored Contributor

Re: "core" file reader/analyzer tool

try HP's latest offering wdb : see =>

http://devresource.hp.com/devresource/Tools/wdb/index.html