当前位置: 技术问答>linux和unix
gdb where的问题 不解坐等牛人!
来源: 互联网 发布时间:2017-04-15
本文导语: 为何会停在这里,不解呀!!! jsfx01(analyse):/jsfxdata01/sett_analyse > gdb pp_agent 18047 HP gdb 5.7 for HP Itanium (32 or 64 bit) and target HP-UX 11.2x. Copyright 1986 - 2001 Free Software Foundation, Inc. Hewlett-Packard Wildebeest 5.7 (bas...
为何会停在这里,不解呀!!!
jsfx01(analyse):/jsfxdata01/sett_analyse > gdb pp_agent 18047
HP gdb 5.7 for HP Itanium (32 or 64 bit) and target HP-UX 11.2x.
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.
..
Attaching to program: /jsfxdata01/sett_analyse/optps/bin/pp_agent, process 18047
warning: The shared libraries were not privately mapped; setting a
breakpoint in a shared library will not work until you rerun the program;
stepping over longjmp calls will not work as expected.
Use the following command to enable debugging of shared libraries.
chatr +dbg enable
warning: Load module /oracle/app/product/9.2/lib/libclntsh.so.9.0 has been stripped.
Debugging information is not available.
warning: Load module /oracle/app/product/9.2/lib/libwtc9.so has been stripped.
Debugging information is not available.
wh0xc0000000001ec240:0 in memset+0x560 () from /usr/lib/hpux64/libc.so.1
(gdb) where
#0 0xc0000000001ec240:0 in memset+0x560 () from /usr/lib/hpux64/libc.so.1
#1 0x40000000000a27b0:0 in C_CdrProcess::ProcessCdr (this=0x9ffffffffecd7830,
iBatchCounts=1000,
pchBatch=0x6000000000005b00 "1030.061718.0609.2013031008.0",
pchCityID=0x400000000007bebc "0") at cdrprocess.cpp:345
#2 0x40000000000aa710:0 in C_CdrProcess::ProcessRun (this=0x9ffffffffecd7830,
pchBatch=0x9ffffffffecd5430 "/jsfxdata01/sett_analyse/data/pas/outfile/1030.061718.0609/1030.061718.0609.2013031008.0/1030.061718.0609.2013031008.0.025166.01.14") at cdrprocess.cpp:684
#3 0x40000000000885f0:0 in main (argc=3, argv=0x9ffffffffffff330)
at main.cpp:449
(gdb) l cdrprocess.cpp:345
340 #ifdef CLIENTINF
341 gv_ClientInf.ReportProcStatus("RUN", pchBatch, iRate);
342 #endif
343 }
344
345 memset(&m_Format,0,sizeof(m_Format));
jsfx01(analyse):/jsfxdata01/sett_analyse > gdb pp_agent 18047
HP gdb 5.7 for HP Itanium (32 or 64 bit) and target HP-UX 11.2x.
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.
..
Attaching to program: /jsfxdata01/sett_analyse/optps/bin/pp_agent, process 18047
warning: The shared libraries were not privately mapped; setting a
breakpoint in a shared library will not work until you rerun the program;
stepping over longjmp calls will not work as expected.
Use the following command to enable debugging of shared libraries.
chatr +dbg enable
warning: Load module /oracle/app/product/9.2/lib/libclntsh.so.9.0 has been stripped.
Debugging information is not available.
warning: Load module /oracle/app/product/9.2/lib/libwtc9.so has been stripped.
Debugging information is not available.
wh0xc0000000001ec240:0 in memset+0x560 () from /usr/lib/hpux64/libc.so.1
(gdb) where
#0 0xc0000000001ec240:0 in memset+0x560 () from /usr/lib/hpux64/libc.so.1
#1 0x40000000000a27b0:0 in C_CdrProcess::ProcessCdr (this=0x9ffffffffecd7830,
iBatchCounts=1000,
pchBatch=0x6000000000005b00 "1030.061718.0609.2013031008.0",
pchCityID=0x400000000007bebc "0") at cdrprocess.cpp:345
#2 0x40000000000aa710:0 in C_CdrProcess::ProcessRun (this=0x9ffffffffecd7830,
pchBatch=0x9ffffffffecd5430 "/jsfxdata01/sett_analyse/data/pas/outfile/1030.061718.0609/1030.061718.0609.2013031008.0/1030.061718.0609.2013031008.0.025166.01.14") at cdrprocess.cpp:684
#3 0x40000000000885f0:0 in main (argc=3, argv=0x9ffffffffffff330)
at main.cpp:449
(gdb) l cdrprocess.cpp:345
340 #ifdef CLIENTINF
341 gv_ClientInf.ReportProcStatus("RUN", pchBatch, iRate);
342 #endif
343 }
344
345 memset(&m_Format,0,sizeof(m_Format));
|
m_Format 有没有分配内存呀?
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。