From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 74564 invoked by alias); 24 May 2018 14:49:01 -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 69516 invoked by uid 89); 24 May 2018 14:48:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,KAM_NUMSUBJECT,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=ship, fortunately 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; Thu, 24 May 2018 14:48:40 +0000 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 85160C0EF9D9; Thu, 24 May 2018 14:48:35 +0000 (UTC) Received: from theo.uglyboxes.com (ovpn04.gateway.prod.ext.phx2.redhat.com [10.5.9.4]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 079D970464; Thu, 24 May 2018 14:48:30 +0000 (UTC) Subject: Re: possible fix for PR symtab/23010 To: Tom Tromey , Sergio Durigan Junior Cc: Joel Brobecker , gdb-patches@sourceware.org, Pedro Alves References: <87po34kzxh.fsf@tromey.com> <20180430224454.wrnu4u45o5gukrxs@adacore.com> <20180507171309.f4yjprji4g3deubw@adacore.com> <8736yp4xo8.fsf@redhat.com> <87po1l2ab0.fsf@tromey.com> <87d0xl7ulv.fsf@redhat.com> <87lgc91yrf.fsf@tromey.com> From: Keith Seitz Message-ID: <8f477b41-06ba-63a7-716b-0f2f7303da37@redhat.com> Date: Thu, 24 May 2018 15:54:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <87lgc91yrf.fsf@tromey.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-05/txt/msg00649.txt.bz2 On 05/23/2018 09:08 PM, Tom Tromey wrote: >>>>>> "Sergio" == Sergio Durigan Junior writes: > > Sergio> Keith has performed a few tests today, and it seems that the patch > Sergio> doesn't fix the real issues reported by Fedora GDB users after all. > Sergio> I'm still deciding if it makes sense to ship this on Fedora GDB or > Sergio> not... Sorry for requesting the backport, I hope it's still useful for > Sergio> GDB 8.1.1. > > Maybe the backport is flawed some way. Or did Keith try git master? > I'm a bit curious to know what fails. I'm working on git master with the 23010 patch installed. The patch doesn't help with rhbz 1574015 (which I am investigating). Fortunately, this bug has a reproducer. Keith