Operating System - HP-UX
1752589 Members
4399 Online
108788 Solutions
New Discussion

unable to debug coredump files

 
SOLVED
Go to solution
Mallesham_kukat
Occasional Advisor

unable to debug coredump files

Hi,

 

 

i have tried to debug coredump file with  "gdb" tool.  but it is shown some below warnings.

 

kindly help on this.

 

 

sopdevb/corefiles> gdb /sopdev01/sop/sopdevb/v12.2.0/app/bin/porifb core.porifb.8195


HP gdb 6.1 for HP Itanium (32 or 64 bit) and target HP-UX 11iv2 and 11iv3.
Copyright 1986 - 2009 Free Software Foundation, Inc.
Hewlett-Packard Wildebeest 6.1 (based on GDB) is covered by the
GNU General Public License. Type "show copying" to see the conditions to
change it and/or distribute copies. Type "show warranty" for warranty/support.
..


Core was generated by `porifb'.
Program terminated with signal 11, Segmentation fault.
SEGV_MAPERR - Address not mapped to object

warning: Load module /sopdev01/sop/sopdevb/version_encours/../lib/libatk.so has been stripped.
Debugging information is not available.


warning: Load module /sopdev01/sop/sopdevb/version_encours/../lib/libutil.so has been stripped.
Debugging information is not available.


warning: Load module /logiciel/oracle/client_10204/lib/libclntsh.so.10.1 has been stripped.
Debugging information is not available.


warning: Load module /logiciel/oracle/client_10204/lib/libnnz10.so has been stripped.
Debugging information is not available.

#0  0xc000000000426140:0 in __doprnt_main+0xbe40 ()
   from /usr/lib/hpux64/libc.so.1

 

 

P.S. This thread has been moved from HP-UX > Messaging to HP-UX > Languages and Scripting - HP Forums Moderator

3 REPLIES 3
Dennis Handly
Acclaimed Contributor

Re: unable to debug coredump files

>but it is shown some below warnings.

 

Ignore them, go about your business.

The first command is to get a stack trace with: bt

 

>#0  0xc000000000426140:0 in __doprnt_main+0xbe40 /usr/lib/hpux64/libc.so.1

 

Looks like you are dying in libc's fprintf routine.

Mallesham_kukat
Occasional Advisor
Solution

Re: unable to debug coredump files

thanks for your help.

Dennis Handly
Acclaimed Contributor

Re: unable to debug coredump files

(You might want to move the solution check from your post to mine, with the solution.

You can use the Post Options menu on the right.)