This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Missing separate debuginfos


On Tuesday, February 19 2013, Mahmood Naderan wrote:

> What is the meaning of this message I see in gdb?
>
> Loaded symbols for /usr/lib64/libstdc++.so.6
> 0x00000037d6c0f3cb in raise () from /lib64/libpthread.so.0
> Missing separate debuginfos, use: debuginfo-install
> bzip2-libs-1.0.5-7.el6_0.x86_64
> compat-libstdc++-33-3.2.3-69.el6.x86_64 glibc-2.12-1.80.el6_3.5.x86_64
> libICE-1.0.6-1.el6.x86_64 libSM-1.1.0-7.1.el6.x86_64
> libX11-1.3-2.el6.x86_64 libXau-1.0.5-1.el6.x86_64
> libXext-1.1-3.el6.x86_64 libXpm-3.5.8-2.el6.x86_64
> libgcc-4.4.6-4.el6.x86_64 libstdc++-4.4.6-4.el6.x86_64
> libuuid-2.17.2-12.7.el6.x86_64 libxcb-1.5-1.el6.x86_64
> zlib-1.2.3-27.el6.x86_64
>
>
> There are some pages on the web but I didn't find a clear answer. Indeed those packages are installed on my system. Is tat a critical message?

No, it is not critical.

It means you don't have the debug information for these specific
packages/versions.  Unless you want to debug them, you don't really need
to worry.  If you ever want to debug them, you can run the command
suggested.

-- 
Sergio


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]