#debuginfos

gdb调试报错:Missing separate debuginfos, use: debuginfo-install glibc-XXX

解决方案:1、先修改“/etc/yum.repos.d/CentOS-Debuginfo.repo”文件的enable=1;2、使用sudoyuminstallglibc安装;3、使用 debuginfo-installglibc-2.12-1.132.el6.i686 安装。  ...