From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9889 invoked by alias); 11 Feb 2013 18:27:52 -0000 Received: (qmail 9870 invoked by uid 22791); 11 Feb 2013 18:27:51 -0000 X-SWARE-Spam-Status: No, hits=0.9 required=5.0 tests=AWL,BAYES_50,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_SPAMHAUS_DROP,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from nm37-vm6.bullet.mail.bf1.yahoo.com (HELO nm37-vm6.bullet.mail.bf1.yahoo.com) (72.30.238.206) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 11 Feb 2013 18:27:48 +0000 Received: from [98.139.212.153] by nm37.bullet.mail.bf1.yahoo.com with NNFMP; 11 Feb 2013 18:27:47 -0000 Received: from [98.139.212.212] by tm10.bullet.mail.bf1.yahoo.com with NNFMP; 11 Feb 2013 18:27:47 -0000 Received: from [127.0.0.1] by omp1021.mail.bf1.yahoo.com with NNFMP; 11 Feb 2013 18:27:47 -0000 Received: (qmail 28847 invoked by uid 60001); 11 Feb 2013 18:27:47 -0000 Received: from [2.176.194.49] by web163001.mail.bf1.yahoo.com via HTTP; Mon, 11 Feb 2013 10:27:47 PST Message-ID: <1360607267.4654.YahooMailNeo@web163001.mail.bf1.yahoo.com> Date: Mon, 11 Feb 2013 18:27: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 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/msg00025.txt.bz2 Hi, I have compiled my program with -g -ggdb switches. When I want to attach GD= B to my program, I get this error 0x00007f65a61fbb7b 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) Searching the web shows some pages. However I can not figure out what is mi= ssed. A development package?=20 Any reply is appreciated. Regards, Mahmood