From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31006 invoked by alias); 27 Feb 2009 20:36:03 -0000 Received: (qmail 30997 invoked by uid 22791); 27 Feb 2009 20:36:03 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 27 Feb 2009 20:35:58 +0000 Received: (qmail 23620 invoked from network); 27 Feb 2009 20:35:56 -0000 Received: from unknown (HELO orlando) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 27 Feb 2009 20:35:56 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: [RFC][Patch] Fix gdb failure to access tls data for parent =?iso-8859-1?q?=09thread?= Date: Fri, 27 Feb 2009 21:49:00 -0000 User-Agent: KMail/1.9.10 Cc: Vinay Sridhar , Daniel Jacobowitz , luisgpm@linux.vnet.ibm.com References: <20090211155300.GA22689@caradoc.them.org> <200902241716.09368.pedro@codesourcery.com> <1235546174.13712.6.camel@localhost.localdomain> In-Reply-To: <1235546174.13712.6.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200902272035.57512.pedro@codesourcery.com> X-IsSubscribed: yes 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 X-SW-Source: 2009-02/txt/msg00499.txt.bz2 On Wednesday 25 February 2009 07:16:14, Vinay Sridhar wrote: > >=20 > > Here it is, how does it look? =A0This works on glibc-2.7, but then agai= n, that > > version isn't affected by this. =A0Could one of you please give it a sh= ot and > > see if it fixes the reported issue? > >=20 >=20 > Tested this with the Feb snapshot. The patch fixes the issue. I'm using > glibc-2.9.. Ok, great! I went ahead and checked the patch in. Thanks, --=20 Pedro Alves