From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11693 invoked by alias); 18 Dec 2009 09:02:51 -0000 Received: (qmail 11374 invoked by uid 22791); 18 Dec 2009 09:02:50 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-px0-f175.google.com (HELO mail-px0-f175.google.com) (209.85.216.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 18 Dec 2009 09:02:46 +0000 Received: by pxi5 with SMTP id 5so2039470pxi.12 for ; Fri, 18 Dec 2009 01:02:45 -0800 (PST) MIME-Version: 1.0 Received: by 10.142.62.35 with SMTP id k35mr2449093wfa.129.1261126965180; Fri, 18 Dec 2009 01:02:45 -0800 (PST) In-Reply-To: <20091218085545.GZ2804@adacore.com> References: <20091218061736.GV2804@adacore.com> <20091218085545.GZ2804@adacore.com> From: Hui Zhu Date: Fri, 18 Dec 2009 09:02:00 -0000 Message-ID: Subject: Re: time to create the gdb-7.0.1 release (?) To: Joel Brobecker Cc: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-12/txt/msg00114.txt.bz2 OK. Never mind. (gdb) c Continuing. a = 0 b = 0 c = 1 a = 3 a = 3 b = 3 c = 1 a = 3 b = 3 c = 2 a = 1 b = 3 c = 2 The next instruction is syscall exit_group. It will make the program exit. Do you want to stop the program?([y] or n) Process record: inferior program stopped. Program received signal SIGTRAP, Trace/breakpoint trap. 0xb7fe3405 in __kernel_vsyscall () (gdb) c Continuing. The next instruction is syscall exit_group. It will make the program exit. Do you want to stop the program?([y] or n) Process record: inferior program stopped. Program received signal SIGABRT, Aborted. 0xb7fe3405 in __kernel_vsyscall () (gdb) c Continuing. Program terminated with signal SIGABRT, Aborted. The program no longer exists. This bug will keep affect 7.0.1. :( Hui On Fri, Dec 18, 2009 at 16:55, Joel Brobecker wrote: >> http://sourceware.org/ml/gdb-patches/2009-12/msg00010.html > > I didn't think that this patch was proposed for 7.0.1? > > -- > Joel >