Operating System - Linux
1754362 Members
4589 Online
108813 Solutions
New Discussion юеВ

How i can trace a core dump ?

 
SOLVED
Go to solution
Francesco_13
Regular Advisor

Re: How i can trace a core dump ?

Hi,
i'm i have only a core dump of Oracle forms application, it's not a panic o my unix system.

Best regards.
Francesco
Alex Lavrov.
Honored Contributor

Re: How i can trace a core dump ?

I think you can debug the binary only if it was compiled with debug information in it.

Generally, compiling with debug info, has an impact on performance and on it's size, so I doubt that Oracle did it. I wouldn't so positive about debugging it.
I don't give a damn for a man that can only spell a word one way. (M. Twain)
Francesco_13
Regular Advisor

Re: How i can trace a core dump ?

Thanks

Re: How i can trace a core dump ?

You can download the HP gdb from www.hp.com/gp/wdb.

Re: How i can trace a core dump ?