From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6162 invoked by alias); 20 May 2014 10:19:06 -0000 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 Received: (qmail 6146 invoked by uid 89); 20 May 2014 10:19:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: nm11-vm1.bullet.mail.bf1.yahoo.com Received: from nm11-vm1.bullet.mail.bf1.yahoo.com (HELO nm11-vm1.bullet.mail.bf1.yahoo.com) (98.139.213.152) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 20 May 2014 10:19:04 +0000 Received: from [98.139.212.151] by nm11.bullet.mail.bf1.yahoo.com with NNFMP; 20 May 2014 10:19:02 -0000 Received: from [98.139.212.233] by tm8.bullet.mail.bf1.yahoo.com with NNFMP; 20 May 2014 10:19:02 -0000 Received: from [127.0.0.1] by omp1042.mail.bf1.yahoo.com with NNFMP; 20 May 2014 10:19:02 -0000 Received: (qmail 27657 invoked by uid 60001); 20 May 2014 10:19:02 -0000 Received: from [213.233.170.222] by web141603.mail.bf1.yahoo.com via HTTP; Tue, 20 May 2014 03:19:02 PDT Message-ID: <1400581142.21321.YahooMailNeo@web141603.mail.bf1.yahoo.com> Date: Tue, 20 May 2014 10:19:00 -0000 From: Mahmood Naderan Reply-To: Mahmood Naderan Subject: pt-raise.c: No such file or directory To: "gdb@sourceware.org" MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2014-05/txt/msg00030.txt.bz2 Hello, Using Ubuntu-64bit, when I attach GDB to a process, I see these messages ... Reading symbols from /usr/lib/x86_64-linux-gnu/libstdc++.so.6...(no debuggi= ng symbols found)...done. Loaded symbols for /usr/lib/x86_64-linux-gnu/libstdc++.so.6 0x00007f72e111eb7b in raise (sig=3D) at ../nptl/sysdeps/unix= /sysv/linux/pt-raise.c:42 42=A0=A0=A0=A0=A0 ../nptl/sysdeps/unix/sysv/linux/pt-raise.c: No such file = or directory. (gdb)=20 On another system which runs Centos-64bit, I don't see such messages. Any w= ay to fix that? =A0 Regards, Mahmood