当前位置:  技术问答>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));

|
m_Format 有没有分配内存呀?

    
 
 

您可能感兴趣的文章:

 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • gdb 使用问题请教
  • gdb的问题,请教,会者不难,快来拿分
  • gdb升级的问题
  • gdb调试时的文件格式问题
  • gdb调试的问题,求高手。
  • 找高手:gdb脚本传递参数问题
  • gdb运行过程中报错问题
  • GDB在Solaris9上的安装问题
  • gdb下用shell写环境变量的问题
  • 一个GDB的问题?
  • 新用linux的GDB, 版本是出现6.3.3.0,出现奇怪问题, 可能是环境设置的问题, 大人帮忙
  • 求助:gdb调试问题
  • 求助!第一次使用gdb,出问题不懂怎么解决
  • gdb问题,
  • gdb调试程序时directory设置的问题
  • in关于insight gdb的问题
  • 问一个关于gdb的问题
  • java/j2ee iis7站长之家
  • gdb调试问题,关于list命令的
  • 关于GDB无法调试segmentaton fault的问题,调试就死机
  • 如何使用linux下gdb来调试python程序
  • 使用gcc gdb的大牛进来说说gdb的强大之处在哪。我刚学linux了,vim我确实体会到了其强大之处。而对gcc gdb,体会不到gdb这工具的强大之处。
  • 请教 make gdb-6.4 出现 make[4]: Entering directory `/tmp/gdb-6.4/gdb/doc'
  • GDB调试 GDB挂了。。。
  • gdb 如何调试带命令行参数的程序 如 gdb a.out arg1,arg2
  • 请问gdb是不是只能调试gcc编译的程序,在unix下用其它编译器编译的程序是不是不一定能用gdb调试的?
  • gdb调试时命令行参数如何输入?比如main(int argc,char **argv)中,我要把一个filename作为argv[1]传入给gdb调试
  • linux gdb: 我在一台机器上编译的程序用GDB可以调试,把程序放到另外一台机器上调试,调试信息就没有了 这是什么原因呢?
  • 写调试器(像gdb)的一般思路是什么
  • gdb调试动态链接库
  • 在rh9上无法使用gdb是怎么回事呢


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,