Originally posted by: SystemAdmin
> Thanks. Yes, I meant core dump. So this is not an
> easy thing to do.
It's no harder than changing a car tire.
With years practice compiling and debugging programs,
extracting the stack trace and memory image become
second nature, just another basic tool in the debugger's
toolbox.
> Are any of these software free?
gdb and emacs are open source.
I think dbx is Sun proprietary.
I don't have the URL handy and so cannot immediately
check, but I believe gdb and emacs are downloadable
as rpms from the IBM AIX toolbox.
I believe dbx and toolbox access is bundled with
some IBM products, so you may already have them.
Hopefully helpful,