- 论坛徽章:
- 0
|
gdb 调试时报如下错误
[Thread debugging using libthread_db enabled]
warning: the debug information found in "/usr/lib/debug//lib64/librt-2.12.so.debug" does not match "/lib64/librt.so.1" (CRC mismatch).
warning: the debug information found in "/usr/lib/debug/lib64/librt-2.12.so.debug" does not match "/lib64/librt.so.1" (CRC mismatch).
。。。。。。
。。。。。。
。。。。。。
。。。。。。
[Thread debugging using libthread_db enabled]
warning: the debug information found in "/usr/lib/debug/lib64/libfreebl3.so.debug" does not match "/lib64/libfreebl3.so" (CRC mismatch).
Breakpoint 1, main (argc=1, argv=0x7fffffffe64
at /opt/install_package/percona-server-5.6.16-64.0/sql/main.cc:25
25 return mysqld_main(argc, argv);
Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.107.el6_4.2.x86_64 nss-softokn-freebl-3.12.9-11.el6.x86_64
但我相关的包都装了! 辛苦帮解决 多谢! |
|