From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10739 invoked by alias); 19 Feb 2013 20:14:31 -0000 Received: (qmail 10704 invoked by uid 22791); 19 Feb 2013 20:14:28 -0000 X-SWARE-Spam-Status: No, hits=-6.4 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_SPAMHAUS_DROP,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS,TW_BX,TW_IB,TW_UU,TW_XC X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 19 Feb 2013 20:14:23 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r1JKEMGG008001 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 19 Feb 2013 15:14:22 -0500 Received: from psique (ovpn-113-23.phx2.redhat.com [10.3.113.23]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r1JKEJ6g021021 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 19 Feb 2013 15:14:21 -0500 From: Sergio Durigan Junior To: Mahmood Naderan Cc: "gdb\@sourceware.org" Subject: Re: Missing separate debuginfos References: <1361295973.55844.YahooMailNeo@web163002.mail.bf1.yahoo.com> X-URL: http://www.redhat.com Date: Tue, 19 Feb 2013 20:14:00 -0000 In-Reply-To: <1361295973.55844.YahooMailNeo@web163002.mail.bf1.yahoo.com> (Mahmood Naderan's message of "Tue, 19 Feb 2013 09:46:13 -0800 (PST)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2013-02/txt/msg00084.txt.bz2 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