Cant see any back trace in HP-UX 11.11 using GDB.

This is a discussion on Cant see any back trace in HP-UX 11.11 using GDB. within the Operating Systems forums in category; 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.....

Go Back   Database Forum > Operating Systems

Database Forums

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 11-23-2007, 03:03 AM
Default Cant see any back trace in HP-UX 11.11 using GDB.

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
Reply With Quote
  #2  
Old 12-17-2007, 01:41 AM
Default Re: Cant see any back trace in HP-UX 11.11 using GDB.


plz help me
Quote:
Originally Posted by bhaskarmallu View Post
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
Reply With Quote
Reply


Thread Tools
Display Modes



All times are GMT -4. The time now is 05:37 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Integrated by bbpixel2008 :: jvbPlugin R1013.368.1

Search Engine Friendly URLs by vBSEO 3.1.0
vB Ad Management by =RedTyger=
In an effort to better serve ads to our visitors, cookies are used on Mydatabasesupport.com. For more information, check out our Privacy Policy.