Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/cplusplus/127.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C++ GDB 7.7符号错误SHT\U SYMTAB\U SHNDX_C++_Debugging_Gdb_Elf - Fatal编程技术网

C++ GDB 7.7符号错误SHT\U SYMTAB\U SHNDX

C++ GDB 7.7符号错误SHT\U SYMTAB\U SHNDX,c++,debugging,gdb,elf,C++,Debugging,Gdb,Elf,我们已经将C编译器升级到了4.5.3,现在在solaris上调试服务器二进制文件时遇到了问题,在linux rhel5和AIX6.1上运行良好 下面是调试尝试的日志。任何帮助都将不胜感激 -bash-3.00$ gdb myServer Python Exception exceptions.ImportError No module named gdb: warning: Could not load the Python gdb module from `/usr/local/share/

我们已经将C编译器升级到了4.5.3,现在在solaris上调试服务器二进制文件时遇到了问题,在linux rhel5和AIX6.1上运行良好

下面是调试尝试的日志。任何帮助都将不胜感激

-bash-3.00$ gdb myServer
Python Exception exceptions.ImportError No module named gdb:

warning:
Could not load the Python gdb module from `/usr/local/share/gdb/python'.
Limited Python support is available from the _gdb module.
Suggest passing --data-directory=/path/to/gdb/data-directory.

GNU gdb (GDB) 7.7
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "sparc-sun-solaris2.10".
Type "show configuration" for configuration details.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
BFD: BFD (GNU Binutils) 2.24.51.20140206 assertion fail elf.c:1727
Reading symbols from myServer...BFD: /data3/develop/myServer symbol number 7 references nonexistent SHT_SYMTAB_SHNDX section
Can't read symbols from /data3/develop/myServer: Invalid operation
(gdb)
BFD:BFD GNU Binutils 2.24.51.20140206断言失败elf.c:1727

这是GNUBinutils中的一个bug。你应该报告