Operating System - HP-UX
1752571 Members
5234 Online
108788 Solutions
New Discussion

Program terminated with signal 11, Segmentation fault

 
vivekanandan
Occasional Contributor

Program terminated with signal 11, Segmentation fault

Hi all,

When I run one of my batch core is getting generated with error "26069 Memory fault(coredump)"

When i use GDB and see the generated core file I got the below message.

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.
..init_abs: No such file or directory.


warning: Unknown symbols for 'core'; use the 'symbol-file' command.
Core was generated by `init_abs'.
Program terminated with signal 11, Segmentation fault.
SEGV_MAPERR - Address not mapped to object
No object file symbols.

warning: Unable to read the load_info structure address from .
#0 0xc0000000000501d0 in ()

When i Put "bt" I got the below message.

#0 0xc0000000000501d0 in ()
warning: Attempting to unwind past bad PC 0xc0000000000501d0
warning: Unable to read the load_info structure address from .
#1 0xc0000000000501e0 in ()
warning: Unable to read the load_info structure address from .

Can any one please help in resolving this error. It is very very urgent
1 REPLY 1
Dennis Handly
Acclaimed Contributor

Re: Program terminated with signal 11, Segmentation fault

>..init_abs: No such file or directory.

You need to find the right path to this executable (init_abs) and then you may get some symbols in your stack trace and also be more complete:
gdb executable core

>#0 0xc0000000000501d0 in

This address is in a shared lib.