
Originally Posted by
bhaskarmallu
Hi all,
In our project when we restarting cluster we are getting core dump for one process in testing server.In this testing server we have all stripped libraries and unstripped binary of the process.
When we want to debug that core using that binary in dev server we are unable to get the more back trace information .The one giving the backtrace is not useful.
nw3blkmx is the binary and core.nw3blkmx-SIGSEGV.14156428-at-mango is the core file.
please sombody help in this regards.it is very urgent.
we used two GDB versions with two different gdb commands..lets see the output of these two..
1).for gdb32 version 5.7
command :./gdb32 --core=core.nw3blkmx-SIGSEGV.14156428-at-mango --exec=/opt/nokiaoss/configurator/rac/nw3rnw/bin/nw3blkmx --symbols=./nw3blkmx --readnow
HP gdb 5.7 for PA-RISC 1.1 or 2.0 (narrow), HP-UX 11.00
and target hppa1.1-hp-hpux11.00.
Copyright 1986 - 2001 Free Software Foundation, Inc.
Hewlett-Packard Wildebeest 5.7 (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.
..
warning: Invalid debug info: Template argument entry is of wrong kind
warning: Invalid debug info: Template argument entry is of wrong kind
warning: Invalid debug info: Template argument entry is of wrong kind
warning: Invalid debug info: Template argument entry is of wrong kind
warning: Invalid debug info: Template argument entry is of wrong kind
gdb-internal-error: virtual memory exhausted: can't allocate 3215120 bytes.
To overcome this you could try the 'chatr' options +q3p/+q4p on gdb executable. See the chatr man page for more details.
An internal GDB error was detected. This may make make further
2).command :./gdb32 -se nw3blkmx -c core.nw3blkmx-SIGSEGV.14156428-at-mango
warning: core file might be corrupted.
(gdb) bt
#0 0xd3fb7610 in mvcBgControllerBase_c::mvcBgControllerBase_c (this=0x6ffc9200) at mvcbcomx.cc:38
#1 0xd3fb75c8 in std::__sinit_mvcbmpmx_cc+0x10 () from /opt/nokianms/lib/libmvclibmx.sl
#2 0xd3fb6714 in std::basic_streambuf>::imbue (this=0x400bb527,
__loc=@0x1000000) at /opt/nokiaoss/pf3party/hpcore/src/hpcorr/include/aCC/include_std/streambuf:188
3)for HP gdb 4.5
command : gdb --core=core.nw3blkmx-SIGSEGV.14156428-at-mango --exec=/opt/nokiaoss/configurator/rac/nw3rnw/bin/nw3blkmx --symbols=./nw3blkmx --readnow
/opt/nokiaoss/irp/lib/libsec.2: No such file or directory.
#0 0xd3fb7610 in mvcBgControllerBase_c::mvcBgControllerBase_c (this=0x6ffc9200) at mvcbcomx.cc:38
38 mvcbcomx.cc: No such file or directory.
in mvcbcomx.cc
(gdb) bt
#0 0xd3fb7610 in mvcBgControllerBase_c::mvcBgControllerBase_c (this=0x6ffc9200) at mvcbcomx.cc:38
#1 0xd3fb75c8 in std::__sinit_mvcbmpmx_cc+0x10 () from /opt/nokianms/lib/libmvclibmx.sl
#2 0xd3fb6714 in std::basic_streambuf>::imbue (this=0x400bb527,
__loc=@0x1000000) at /opt/nokiaoss/pf3party/hpcore/src/hpcorr/include/aCC/include_std/streambuf:188
4).command :gdb -se nw3blkmx -c core.nw3blkmx-SIGSEGV.14156428-at-mango
opt/nokiaoss/irp/lib/libsec.2: No such file or directory.
#0 0xd3fb7610 in mvcBgControllerBase_c::mvcBgControllerBase_c (this=0x6ffc9200) at mvcbcomx.cc:38
38 mvcbcomx.cc: No such file or directory.
in mvcbcomx.cc
(gdb) bt
#0 0xd3fb7610 in mvcBgControllerBase_c::mvcBgControllerBase_c (this=0x6ffc9200) at mvcbcomx.cc:38
#1 0xd3fb75c8 in std::__sinit_mvcbmpmx_cc+0x10 () from /opt/nokianms/lib/libmvclibmx.sl
#2 0xd3fb6714 in std::basic_streambuf>::imbue (this=0x400bb527,
__loc=@0x1000000) at /opt/nokiaoss/pf3party/hpcore/src/hpcorr/include/aCC/include_std/streambuf:188