From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27748 invoked by alias); 17 Jul 2006 11:55:35 -0000 Received: (qmail 27716 invoked by uid 22791); 17 Jul 2006 11:55:34 -0000 X-Spam-Check-By: sourceware.org Received: from lon-del-04.spheriq.net (HELO lon-del-04.spheriq.net) (195.46.50.101) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 17 Jul 2006 11:55:19 +0000 Received: from lon-out-03.spheriq.net ([195.46.50.131]) by lon-del-04.spheriq.net with ESMTP id k6HBtE8l022322 for ; Mon, 17 Jul 2006 11:55:15 GMT Received: from lon-cus-02.spheriq.net (lon-cus-02.spheriq.net [195.46.50.38]) by lon-out-03.spheriq.net with ESMTP id k6HBtCs1021918 for ; Mon, 17 Jul 2006 11:55:14 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by lon-cus-02.spheriq.net with ESMTP id k6HBtAYS002152 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Mon, 17 Jul 2006 11:55:12 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id A5757DA47; Mon, 17 Jul 2006 11:55:08 +0000 (GMT) Received: from mail1.bri.st.com (mail1.bri.st.com [164.129.8.218]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 91C63475B6; Mon, 17 Jul 2006 11:55:07 +0000 (GMT) Received: from [164.129.15.13] (bri1043.bri.st.com [164.129.15.13]) by mail1.bri.st.com (MOS 3.5.8-GR) with ESMTP id CHV21369 (AUTH stubbsa); Mon, 17 Jul 2006 12:55:04 +0100 (BST) Message-ID: <44BB7A98.7060806@st.com> Date: Mon, 17 Jul 2006 11:55:00 -0000 From: Andrew STUBBS User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Joel Brobecker Cc: Denis PILAT , gdb-patches@sources.redhat.com Subject: Re: [PATCH] Segmentation fault when using the completion for interpreter References: <44B500EA.1020506@st.com> <20060712171421.GA24622@nevyn.them.org> <20060716041233.GC1280@adacore.com> In-Reply-To: <20060716041233.GC1280@adacore.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00199.txt.bz2 Joel Brobecker wrote: >>> * interps.c (interpreter_completer): Allocate one more item to the >>> 'matches' list and set them all to 0 with a xcalloc. >> Thanks! This is OK. > > Given that the next major release is scheduled for Nov/Dec, how about > putting this in the branch? Perhaps making a GDB 6.5.1 release in the > interim would make sense? There is another patch that caught my > attention: > > http://www.sourceware.org/ml/gdb-patches/2006-07/msg00133.html > [patch] Fix gdb crash on some missing ELF debug info > I have put Denis' patch in the 6.5 branch as requested. Andrew