From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16522 invoked by alias); 16 Jul 2006 04:12:42 -0000 Received: (qmail 16510 invoked by uid 22791); 16 Jul 2006 04:12:41 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 16 Jul 2006 04:12:38 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 43F3648CFD8; Sun, 16 Jul 2006 00:12:36 -0400 (EDT) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 05840-01-4; Sun, 16 Jul 2006 00:12:36 -0400 (EDT) Received: from takamaka.act-europe.fr (unknown [70.71.0.212]) by nile.gnat.com (Postfix) with ESMTP id B17BA48CE34; Sun, 16 Jul 2006 00:12:35 -0400 (EDT) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 416FF47EFA; Sat, 15 Jul 2006 21:12:34 -0700 (PDT) Date: Sun, 16 Jul 2006 04:12:00 -0000 From: Joel Brobecker To: Denis PILAT , gdb-patches@sources.redhat.com Subject: Re: [PATCH] Segmentation fault when using the completion for interpreter Message-ID: <20060716041233.GC1280@adacore.com> References: <44B500EA.1020506@st.com> <20060712171421.GA24622@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060712171421.GA24622@nevyn.them.org> User-Agent: Mutt/1.4i 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/msg00176.txt.bz2 > > * 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 -- Joel