From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26434 invoked by alias); 17 Jul 2006 08:17:28 -0000 Received: (qmail 26426 invoked by uid 22791); 17 Jul 2006 08:17:28 -0000 X-Spam-Check-By: sourceware.org Received: from fra-del-03.spheriq.net (HELO fra-del-03.spheriq.net) (195.46.51.99) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 17 Jul 2006 08:17:14 +0000 Received: from fra-out-01.spheriq.net (fra-out-01.spheriq.net [195.46.51.129]) by fra-del-03.spheriq.net with ESMTP id k6H8H8OS031642 for ; Mon, 17 Jul 2006 08:17:08 GMT Received: from fra-cus-02.spheriq.net (fra-cus-02.spheriq.net [195.46.51.38]) by fra-out-01.spheriq.net with ESMTP id k6H8H4TI010632 for ; Mon, 17 Jul 2006 08:17:07 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by fra-cus-02.spheriq.net with ESMTP id k6H8GxPN018283 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Mon, 17 Jul 2006 08:17:04 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 B3067DA42; Mon, 17 Jul 2006 08:16:58 +0000 (GMT) Received: from mail1.cro.st.com (mail1.cro.st.com [164.129.40.131]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 92E95473F0; Mon, 17 Jul 2006 08:16:57 +0000 (GMT) Received: from st.com (crx1177.cro.st.com [164.129.47.77]) by mail1.cro.st.com (MOS 3.5.8-GR) with ESMTP id CHZ42520 (AUTH "denis pilat"); Mon, 17 Jul 2006 10:16:55 +0200 (CEST) Message-ID: <44BB4777.2020009@st.com> Date: Mon, 17 Jul 2006 08:17:00 -0000 From: Denis PILAT User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.0.1) Gecko/20020920 Netscape/7.0 MIME-Version: 1.0 To: Joel Brobecker Cc: 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> Content-Type: text/plain; charset=us-ascii; 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/msg00195.txt.bz2 Ok, I'll have the interp.c patch commited in the branch. Denis 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 > > >