From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24350 invoked by alias); 28 Jan 2003 23:29:20 -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 24321 invoked from network); 28 Jan 2003 23:29:19 -0000 Received: from unknown (HELO gash2.peakpeak.com) (207.174.178.17) by 172.16.49.205 with SMTP; 28 Jan 2003 23:29:19 -0000 Received: from fleche.redhat.com (tz0183.peakpeak.com [207.174.69.183]) by gash2.peakpeak.com (8.9.3/8.9.3) with ESMTP id QAA10294; Tue, 28 Jan 2003 16:29:09 -0700 Received: by fleche.redhat.com (Postfix, from userid 1000) id 6FC024F8080; Tue, 28 Jan 2003 15:52:29 -0700 (MST) To: David Carlton Cc: gdb-patches@sources.redhat.com Subject: Re: [rfa] ALL_OBJFILE_MSYMBOLS References: From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom X-Zippy: Well, I'm on the right planet---everyone looks like me!!! Date: Tue, 28 Jan 2003 23:29:00 -0000 In-Reply-To: Message-ID: <8765s8vqdv.fsf@fleche.redhat.com> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-01/txt/msg00766.txt.bz2 >>>>> "David" == David Carlton writes: David> Like my earlier allocate_objfile(NULL, 0) patch, I don't know David> of any concrete bugs that this fixes on mainline GDB, though I David> could imagine that Java code could run into this problem since David> Java does allocate an anonymous objfile. I just wanted to say: I tried your earlier patch locally. With it, gdb crashes a lot less when debugging gcj-compiled code. In particular, I can re-run the inferior more or less reliably (whereas before this would crash gdb pretty reliably). I'm keeping it in my gdb tree to make my life easier. I'll save this new patch and hopefully someday find the time to see if it helps. Tom