From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30222 invoked by alias); 11 Feb 2013 19:13:36 -0000 Received: (qmail 30199 invoked by uid 22791); 11 Feb 2013 19:13:35 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 11 Feb 2013 19:13:29 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 311771C7E75; Mon, 11 Feb 2013 14:13:29 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id bI4GL7uaNchv; Mon, 11 Feb 2013 14:13:29 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 01FF81C7DA3; Mon, 11 Feb 2013 14:13:29 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 55658C1AE8; Mon, 11 Feb 2013 11:13:27 -0800 (PST) Date: Mon, 11 Feb 2013 19:13:00 -0000 From: Joel Brobecker To: Mahmood Naderan Cc: "gdb@sourceware.org" Subject: Re: pt-raise.c: No such file or directory Message-ID: <20130211191327.GC22497@adacore.com> References: <1360607267.4654.YahooMailNeo@web163001.mail.bf1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1360607267.4654.YahooMailNeo@web163001.mail.bf1.yahoo.com> User-Agent: Mutt/1.5.21 (2010-09-15) 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/msg00026.txt.bz2 > I have compiled my program with -g -ggdb switches. When I want to attach GDB to my program, I get this error > > 0x00007f65a61fbb7b in raise (sig=) at ../nptl/sysdeps/unix/sysv/linux/pt-raise.c:42 > 42      ../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 missed. A development package? Someone probably installed the debugging info for some of your system libraries (in this case, the nptl). This is only a warning, and you can safely ignore it. -- Joel