From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2379 invoked by alias); 3 Nov 2003 23:51:12 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 2371 invoked from network); 3 Nov 2003 23:51:12 -0000 Received: from unknown (HELO zenia.home) (12.223.225.216) by sources.redhat.com with SMTP; 3 Nov 2003 23:51:12 -0000 Received: by zenia.home (Postfix, from userid 5433) id 14095207B3; Mon, 3 Nov 2003 18:50:38 -0500 (EST) To: Daniel Jacobowitz Cc: gdb@sources.redhat.com Subject: Re: Macro code crasher on re-run References: <20031103040751.GA30979@nevyn.them.org> <20031103045601.GA32557@nevyn.them.org> <20031103210453.GA17444@nevyn.them.org> <20031103213706.GA20445@nevyn.them.org> From: Jim Blandy Date: Mon, 03 Nov 2003 23:51:00 -0000 In-Reply-To: <20031103213706.GA20445@nevyn.them.org> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-11/txt/msg00020.txt.bz2 Daniel Jacobowitz writes: > I was using the 6.0 branch when I found the problem, so that's not it. > It may be a related problem in a caller of free_objfile, though. Or > reread_objfile? You mean reread_symbols? It wouldn't be that, because that calls clear_symtab_users itself. It's certainly a caller of free_objfile. I think this is just going to take some debugging. Can you tell me how to reproduce it?