From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22640 invoked by alias); 15 Apr 2009 22:15:10 -0000 Received: (qmail 22627 invoked by uid 22791); 15 Apr 2009 22:15:09 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout7.012.net.il (HELO mtaout7.012.net.il) (84.95.2.19) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 15 Apr 2009 22:15:04 +0000 Received: from conversion-daemon.i-mtaout7.012.net.il by i-mtaout7.012.net.il (HyperSendmail v2007.08) id <0KI500800XOATN00@i-mtaout7.012.net.il> for gdb-patches@sourceware.org; Thu, 16 Apr 2009 01:15:01 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.229.34.97]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KI5006JHXT0WHC0@i-mtaout7.012.net.il>; Thu, 16 Apr 2009 01:15:01 +0300 (IDT) Date: Wed, 15 Apr 2009 22:15:00 -0000 From: Eli Zaretskii Subject: Re: Current GDB crashes when it sources Emacs's .gdbinit In-reply-to: To: Tom Tromey Cc: gdb-patches@sourceware.org, jkratoch@redhat.com Reply-to: Eli Zaretskii Message-id: <83ab6hlg2a.fsf@gnu.org> References: <83ocuxlopc.fsf@gnu.org> <83fxg9lkm8.fsf@gnu.org> 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-04/txt/msg00358.txt.bz2 > Cc: gdb-patches@sourceware.org, Jan Kratochvil > From: Tom Tromey > Date: Wed, 15 Apr 2009 15:54:47 -0600 > > >>>>> "Tom" == Tom Tromey writes: > > Tom> I found another crash through further testing. > Tom> I'll send the final patch plus test case after the regression tests > Tom> are done. > > Here's the fix and the test case. The one test exercises both bugs. > > Built and regtested on x86-64 (compile farm). > I also reproduced both bugs here and verified the fix manually. Thanks, it works for me as well.