From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15771 invoked by alias); 27 Oct 2003 20:57:30 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 15763 invoked from network); 27 Oct 2003 20:57:29 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.115.144) by sources.redhat.com with SMTP; 27 Oct 2003 20:57:29 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id h9RKu3qK000313; Mon, 27 Oct 2003 21:56:03 +0100 (CET) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6) with ESMTP id h9RKu3nI000612; Mon, 27 Oct 2003 21:56:03 +0100 (CET) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p3/8.12.6/Submit) id h9RKu3Mo000609; Mon, 27 Oct 2003 21:56:03 +0100 (CET) Date: Mon, 27 Oct 2003 20:57:00 -0000 Message-Id: <200310272056.h9RKu3Mo000609@elgar.kettenis.dyndns.org> From: Mark Kettenis To: ac131313@redhat.com CC: gdb-patches@sources.redhat.com, Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE In-reply-to: <3F9D444A.2030005@redhat.com> (message from Andrew Cagney on Mon, 27 Oct 2003 11:14:02 -0500) Subject: Re: [PATCH] Clear per-objfile data upon rereading a symbol file References: <200310262110.h9QLAgta000512@elgar.kettenis.dyndns.org> <3F9D444A.2030005@redhat.com> X-SW-Source: 2003-10/txt/msg00798.txt.bz2 Date: Mon, 27 Oct 2003 11:14:02 -0500 From: Andrew Cagney Peter, Would you have a test case? Peter did mail me a testcase, telling me that the problem was very difficult to reproduce. I must say I didn't try to reproduce the problem. The code is so obviously wrong that I decided to fix it even if I can't reproduce the problem. Mark