From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20990 invoked by alias); 20 May 2008 17:48:39 -0000 Received: (qmail 20982 invoked by uid 22791); 20 May 2008 17:48:38 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 20 May 2008 17:48:14 +0000 Received: from spaceape7.eur.corp.google.com (spaceape7.eur.corp.google.com [172.28.16.141]) by smtp-out.google.com with ESMTP id m4KHm89E028040 for ; Tue, 20 May 2008 18:48:08 +0100 Received: from rn-out-0910.google.com (rndm7.prod.google.com [10.38.139.7]) by spaceape7.eur.corp.google.com with ESMTP id m4KHm6Y0025943 for ; Tue, 20 May 2008 18:48:07 +0100 Received: by rn-out-0910.google.com with SMTP id m7so120488rnd.3 for ; Tue, 20 May 2008 10:48:06 -0700 (PDT) Received: by 10.150.83.41 with SMTP id g41mr7837663ybb.190.1211305686214; Tue, 20 May 2008 10:48:06 -0700 (PDT) Received: by 10.151.99.13 with HTTP; Tue, 20 May 2008 10:48:06 -0700 (PDT) Message-ID: <8ac60eac0805201048p46413531p3691bf7ec6a732dd@mail.gmail.com> Date: Tue, 20 May 2008 22:12:00 -0000 From: "Paul Pluzhnikov" To: gdb-patches@sourceware.org Subject: Re: [RFC] Fix for gdb crash in "info thread" after exec(). MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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-05/txt/msg00605.txt.bz2 Ping. http://sourceware.org/ml/gdb-patches/2008-05/msg00386.html On Mon, May 12, 2008 at 6:38 PM, Paul Pluzhnikov wrote: > Greetings, > > Gdb (CVS Head) crashes when 'info thread' is executed after program exec()s: -- Paul Pluzhnikov