From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24255 invoked by alias); 19 Feb 2013 17:46:26 -0000 Received: (qmail 24090 invoked by uid 22791); 19 Feb 2013 17:46:22 -0000 X-SWARE-Spam-Status: No, hits=0.2 required=5.0 tests=AWL,BAYES_40,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_SPAMHAUS_DROP,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD,TW_BX,TW_IB,TW_UU,TW_XC X-Spam-Check-By: sourceware.org Received: from nm30.bullet.mail.bf1.yahoo.com (HELO nm30.bullet.mail.bf1.yahoo.com) (98.139.212.189) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 19 Feb 2013 17:46:15 +0000 Received: from [98.139.212.145] by nm30.bullet.mail.bf1.yahoo.com with NNFMP; 19 Feb 2013 17:46:14 -0000 Received: from [98.139.212.193] by tm2.bullet.mail.bf1.yahoo.com with NNFMP; 19 Feb 2013 17:46:13 -0000 Received: from [127.0.0.1] by omp1002.mail.bf1.yahoo.com with NNFMP; 19 Feb 2013 17:46:13 -0000 Received: (qmail 61609 invoked by uid 60001); 19 Feb 2013 17:46:13 -0000 Received: from [2.176.204.24] by web163002.mail.bf1.yahoo.com via HTTP; Tue, 19 Feb 2013 09:46:13 PST Message-ID: <1361295973.55844.YahooMailNeo@web163002.mail.bf1.yahoo.com> Date: Tue, 19 Feb 2013 17:46:00 -0000 From: Mahmood Naderan Reply-To: Mahmood Naderan Subject: Missing separate debuginfos To: "gdb@sourceware.org" MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable 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/msg00083.txt.bz2 Hi 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.x8= 6_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.el= 6.x86_64 libgcc-4.4.6-4.el6.x86_64 libstdc++-4.4.6-4.el6.x86_64 libuuid-2.1= 7.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 th= ose packages are installed on my system. Is tat a critical message? =A0 Regards, Mahmood