From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15763 invoked by alias); 20 Aug 2013 13:47:01 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 15745 invoked by uid 89); 20 Aug 2013 13:47:00 -0000 X-Spam-SWARE-Status: No, score=-7.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 20 Aug 2013 13:47:00 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r7KDjv9K019850 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 20 Aug 2013 09:45:57 -0400 Received: from host2.jankratochvil.net (ovpn-116-54.ams2.redhat.com [10.36.116.54]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r7KDjr3v005297 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Tue, 20 Aug 2013 09:45:56 -0400 Date: Tue, 20 Aug 2013 13:47:00 -0000 From: Jan Kratochvil To: Andreas Arnez Cc: gdb-patches@sourceware.org, Andreas Krebbel Subject: Re: [PATCH] Skip VDSO when reading SO list Message-ID: <20130820134553.GA16581@host2.jankratochvil.net> References: <87d2p9oi4i.fsf@br87z6lw.de.ibm.com> <20130819182907.GA2145@host2.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130819182907.GA2145@host2.jankratochvil.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2013-08/txt/msg00537.txt.bz2 On Mon, 19 Aug 2013 20:29:07 +0200, Jan Kratochvil wrote: > I believe the right fix is in glibc instead: > [patch] Fix vDSO l_name for GDB's: Can't read pathname for load map:Input/output error. > http://sourceware.org/ml/libc-alpha/2009-10/msg00001.html > Message-ID: <20091004161706.GA27450@host0.dyn.jankratochvil.net> I have re-posted the glibc fix, hopefully it gets resolved soon: [patchv2] Fix vDSO l_name for GDB's: Can't read pathname for load map: Input/output error. http://sourceware.org/ml/libc-alpha/2013-08/msg00364.html Message-ID: <20130820133807.GA15877@host2.jankratochvil.net> Jan