From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23215 invoked by alias); 12 Dec 2002 10:04:09 -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 23205 invoked from network); 12 Dec 2002 10:04:06 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (212.157.227.202) by sources.redhat.com with SMTP; 12 Dec 2002 10:04:06 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 1652ED2D29; Thu, 12 Dec 2002 11:04:06 +0100 (CET) Date: Thu, 12 Dec 2002 02:41:00 -0000 From: Joel Brobecker To: Klee Dienes Cc: gdb-patches@sources.redhat.com Subject: Re: [RFC/RFA] GDB crash when using command lines due to memory corruption Message-ID: <20021212100406.GK25575@gnat.com> References: <20021211173805.GG25575@gnat.com> <8096FEF2-0D32-11D7-9BDD-00039396EEB8@apple.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8096FEF2-0D32-11D7-9BDD-00039396EEB8@apple.com> User-Agent: Mutt/1.4i X-SW-Source: 2002-12/txt/msg00400.txt.bz2 > A safer change for 5.3 might be the patch I submitted on October 30th. > > http://sources.redhat.com/ml/gdb-patches/2002-10/msg00586.html For the record, this patch fixes a few regressions (apart from the original problem). With GNAT as the compiler (still 2.8.1 based): Before: # of expected passes 8305 # of unexpected failures 47 # of unexpected successes 10 # of expected failures 167 # of untested testcases 3 # of unsupported tests 2 After: # of expected passes 8309 # of unexpected failures 38 # of unexpected successes 10 # of expected failures 172 # of untested testcases 3 # of unsupported tests 2 (thanks Klee for pointing out at your patch) -- Joel