From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3654 invoked by alias); 9 Jan 2017 21:19:18 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 3643 invoked by uid 89); 9 Jan 2017 21:19:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.1 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=benson X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 09 Jan 2017 21:19:16 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7D376883A9; Mon, 9 Jan 2017 21:19:16 +0000 (UTC) Received: from host1.jankratochvil.net (ovpn-116-81.rdu2.redhat.com [10.10.116.81]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id v09LJCQC009002 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 9 Jan 2017 16:19:15 -0500 Date: Mon, 09 Jan 2017 21:19:00 -0000 From: Jan Kratochvil To: Gary Benson Cc: gdb-patches@sourceware.org, Doug Evans , Eli Zaretskii Subject: Crash regression for -completion [Re: [PATCH 2/3 v2] Interleave completion list building with symbol table expansion] Message-ID: <20170109211911.GA17659@host1.jankratochvil.net> References: <1417094168-25868-1-git-send-email-gbenson@redhat.com> <1417094168-25868-3-git-send-email-gbenson@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1417094168-25868-3-git-send-email-gbenson@redhat.com> User-Agent: Mutt/1.7.1 (2016-10-04) X-IsSubscribed: yes X-SW-Source: 2017-01/txt/msg00140.txt.bz2 On Thu, 27 Nov 2014 14:16:07 +0100, Gary Benson wrote: > This commit makes default_make_symbol_completion_list_break_on build > the list of completions as it expands the necessary symbol tables, > rather than expanding all necessary symbol tables first and then > building the completion lists second. This allows for the early > termination of symbol table expansion if required. e11c72c7e4879894b9711b5c0b8247c20c6050f6 is the first bad commit commit e11c72c7e4879894b9711b5c0b8247c20c6050f6 Author: Gary Benson Date: Sat Jan 31 14:48:29 2015 -0800 Build list of completions as symbol tables are expanded. gdb crashes with SIGSEGV on tab completion when certain debuginfo is installed https://bugzilla.redhat.com/show_bug.cgi?id=1398387