From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21182 invoked by alias); 5 Jun 2008 17:23:08 -0000 Received: (qmail 21160 invoked by uid 22791); 5 Jun 2008 17:23:08 -0000 X-Spam-Check-By: sourceware.org Received: from bluesmobile.specifix.com (HELO bluesmobile.specifix.com) (216.129.118.140) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 05 Jun 2008 17:22:39 +0000 Received: from [127.0.0.1] (bluesmobile.specifix.com [216.129.118.140]) by bluesmobile.specifix.com (Postfix) with ESMTP id 127F23C620; Thu, 5 Jun 2008 10:22:38 -0700 (PDT) Subject: Re: [new patch] Re: [RFC] Fix for gdb crash in "info thread" after exec(). From: Michael Snyder To: Paul Pluzhnikov Cc: gdb-patches@sourceware.org, Pedro Alves In-Reply-To: <8ac60eac0806041816s41f854b9u455f648fc8995310@mail.gmail.com> References: <20080527190702.6956D3A6952@localhost> <200805281626.50992.pedro@codesourcery.com> <8ac60eac0805281009r29e394d2y2b285f31349b253f@mail.gmail.com> <200805281901.28831.pedro@codesourcery.com> <8ac60eac0806041816s41f854b9u455f648fc8995310@mail.gmail.com> Content-Type: text/plain Date: Thu, 05 Jun 2008 17:23:00 -0000 Message-Id: <1212686557.3601.369.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-7.fc7) Content-Transfer-Encoding: 7bit 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: 2008-06/txt/msg00043.txt.bz2 On Wed, 2008-06-04 at 18:16 -0700, Paul Pluzhnikov wrote: > Ping, > > http://sourceware.org/ml/gdb-patches/2008-05/msg00727.html > > On Wed, May 28, 2008 at 11:01 AM, Pedro Alves wrote: > ... > > New patch attached. Can anyone approve (or reject) this? Well, I'll throw my two cents in and say that it looks reasonable -- I'd give good odds that it's right, but it's been too long since I worked closely on linux threads for me to say positively. Other guys? Great job on the test cases, by the way. Michael