dbaspot
Tags Register FAQ Calendar Search Today's Posts Mark Forums Read

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

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


Home > Database Forum > Operating Systems > Cant see any back trace in HP-UX 11.11 using GDB.

Reply

 

LinkBack Thread Tools Display Modes
  #1  
Old 11-23-2007, 03:03 AM
Database Newbie
 
Join Date: Nov 2007
Posts: 2
bhaskarmallu is on a distinguished road
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@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@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@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@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@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
Database Newbie
 
Join Date: Nov 2007
Posts: 2
bhaskarmallu is on a distinguished road
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


Similar Threads

Thread Thread Starter Forum Replies Last Post
comp.sys.hp.hpux FAQ Database Administrator Answers and FAQ 0 11-20-2007 01:24 AM
comp.sys.hp.hpux FAQ Database Administrator Answers and FAQ 0 11-10-2007 01:21 AM
comp.sys.hp.hpux FAQ Database Administrator hp-hpux 0 11-10-2007 01:21 AM
comp.sys.hp.hpux FAQ Database Administrator Answers and FAQ 0 10-31-2007 12:23 AM
Create RAC database manually on Linux Database Administrator Database Discussions 49 04-12-2004 08:32 AM


All times are GMT -4. The time now is 08:08 AM.