From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25332 invoked by alias); 20 May 2014 10:37:25 -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 25317 invoked by uid 89); 20 May 2014 10:37:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 20 May 2014 10:37: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 s4KAbK4n003485 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 20 May 2014 06:37:21 -0400 Received: from host2.jankratochvil.net (ovpn-116-107.ams2.redhat.com [10.36.116.107]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id s4KAbHwO026932 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Tue, 20 May 2014 06:37:19 -0400 Date: Tue, 20 May 2014 10:37:00 -0000 From: Jan Kratochvil To: Mahmood Naderan Cc: "gdb@sourceware.org" Subject: Re: pt-raise.c: No such file or directory Message-ID: <20140520103716.GA12192@host2.jankratochvil.net> References: <1400581142.21321.YahooMailNeo@web141603.mail.bf1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1400581142.21321.YahooMailNeo@web141603.mail.bf1.yahoo.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2014-05/txt/msg00031.txt.bz2 On Tue, 20 May 2014 12:19:02 +0200, Mahmood Naderan wrote: > Using Ubuntu-64bit, when I attach GDB to a process, I see these messages [...] > 42      ../nptl/sysdeps/unix/sysv/linux/pt-raise.c: No such file or directory. BTW (gdb) set filename-display absolute would should you the exact location of that file. [...] > On another system which runs Centos-64bit, I don't see such messages. CentOS glibc-debuginfo.rpm contains file: $ ls -l /usr/src/debug/*/nptl/sysdeps/unix/sysv/linux/pt-raise.c -rw-r--r-- 1 root root 1728 May 4 2010 /usr/src/debug/glibc-2.12-2-gc4ccff1/nptl/sysdeps/unix/sysv/linux/pt-raise.c > Any way to fix that? Bugreport it to Ubuntu; but the same problem affects also underlying Debian. Jan