In the CentOS environment, GDB debugging appears: Missing separate Debuginfos, Use:debuginfo-install ..... The problem

Source: Internet
Author: User

The following issues were encountered when debugging segmentation fault problems in GDB:

Program received signal SIGABRT, aborted.
0x00007ffff73eb925 in Raise (sig=6) at.. /nptl/sysdeps/unix/sysv/linux/raise.c:64
Inline_syscall return (Tgkill, 3, PID, Selftid, SIG);
Missing separate Debuginfos, Use:debuginfo-install libgcc-4.4.7-3.el6.x86_64

1. Modify the Enabled parameter in file/etc/yum.repos.d/centos-debuginfo.repo to change its value to 1, for example: Vi/etc/yum.repos.d/centos-debuginfo.repo

2. Use the command:

Yum Install Nss-softokn-debuginfo--nogpgcheck

3. Use the command:

Debuginfo-install glibc

If the following problem occurs:

-bash:debuginfo-install:command not found

Install Yum-utils First, using the command:

Yum Install Yum-utils

4. Installation: libgcc-4.4.7-3.el6.x86_64, using command: Debuginfo-install libgcc-4.4.7-3.el6.x86_64

In the CentOS environment, GDB debugging appears: Missing separate Debuginfos, Use:debuginfo-install ..... The problem

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.