From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8306 invoked by alias); 10 Sep 2009 20:27:24 -0000 Received: (qmail 8296 invoked by uid 22791); 10 Sep 2009 20:27:24 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS 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.43rc1) with ESMTP; Thu, 10 Sep 2009 20:27:20 +0000 Received: from spaceape23.eur.corp.google.com (spaceape23.eur.corp.google.com [172.28.16.75]) by smtp-out.google.com with ESMTP id n8AKRH96009474 for ; Thu, 10 Sep 2009 21:27:17 +0100 Received: from an-out-0708.google.com (anab38.prod.google.com [10.100.53.38]) by spaceape23.eur.corp.google.com with ESMTP id n8AKQwOH008819 for ; Thu, 10 Sep 2009 13:27:15 -0700 Received: by an-out-0708.google.com with SMTP id b38so161384ana.9 for ; Thu, 10 Sep 2009 13:27:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.101.152.13 with SMTP id e13mr2102633ano.107.1252614434685; Thu, 10 Sep 2009 13:27:14 -0700 (PDT) In-Reply-To: <20090910195926.F303E843B9@localhost> References: <20090910195926.F303E843B9@localhost> Date: Thu, 10 Sep 2009 20:27:00 -0000 Message-ID: <8ac60eac0909101327g7b3303dqc093e1e96a03fc44@mail.gmail.com> Subject: Re: [patch] Fix segv during objfile_data cleanup From: Paul Pluzhnikov To: Doug Evans Cc: gdb-patches@sourceware.org, tromey@redhat.com, brobecker@adacore.com Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true 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-09/txt/msg00282.txt.bz2 On Thu, Sep 10, 2009 at 12:59 PM, Doug Evans wrote: > This patch fixes the segv reported here Looks good to me. Could you add a test case as well (perhaps as a separate patch)? Thanks, -- Paul Pluzhnikov