From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 82317 invoked by alias); 24 Jul 2018 20:13:23 -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 82296 invoked by uid 89); 24 Jul 2018 20:13:22 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,KAM_STOCKGEN,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:397, hear, HContent-Transfer-Encoding:8bit X-HELO: sessmg23.ericsson.net Received: from sessmg23.ericsson.net (HELO sessmg23.ericsson.net) (193.180.251.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 24 Jul 2018 20:13:20 +0000 DKIM-Signature: v=1; a=rsa-sha256; d=ericsson.com; s=mailgw201801; c=relaxed/simple; q=dns/txt; i=@ericsson.com; t=1532463197; h=From:Sender:Reply-To:Subject:Date:Message-ID:To:CC:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=g6cLS5dXeNREoCkM+jjTdkoFnXUJjTEq0LAHwdNgNCg=; b=AFQMTt9/ewAY1hRLjV7aMj8XqkgEG3Ofi1O9mwMJ4UT9NJYBXzLXy7yuRVBLuWGC nekJ65BTcp1PPGOL1hbd6WUwQaQRC0GoyojoexWsWz468r6gMfotPre99JApFyj6 LVj6Q1pOh3bgJMmUcc4b4pMPr2a7hJHRBFue4DQVzPc=; Received: from ESESBMB501.ericsson.se (Unknown_Domain [153.88.183.114]) by sessmg23.ericsson.net (Symantec Mail Security) with SMTP id 8D.3A.22015.D58875B5; Tue, 24 Jul 2018 22:13:17 +0200 (CEST) Received: from ESESBMB501.ericsson.se (153.88.183.168) by ESESBMB501.ericsson.se (153.88.183.168) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1466.3; Tue, 24 Jul 2018 22:13:17 +0200 Received: from NAM01-BN3-obe.outbound.protection.outlook.com (153.88.183.157) by ESESBMB501.ericsson.se (153.88.183.168) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1466.3 via Frontend Transport; Tue, 24 Jul 2018 22:13:17 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericsson.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=O/5HsqLg2Y/nN0CPbgAVi35z+gQHDFeDEpKMDVlDazs=; b=XGKfB7JvSNaIL2WBcXHHn4eaWI/1y21v15fQnvyYJP4Bnj2Bl3MFK41QCvg+vwAHtZPiim9ZapbEW5oyTwg8uF3mx5K38bZcNtEEo0C5lFEkzHjGM3dU/UXrRSKNN5w/8zGp/2syydiu24Gh6MfuCFnMKMHCWGZ08u9AK+Pxbk0= Authentication-Results: spf=none (sender IP is ) smtp.mailfrom=simon.marchi@ericsson.com; Received: from [142.133.49.119] (192.75.88.130) by DM6PR15MB2395.namprd15.prod.outlook.com (2603:10b6:5:8d::29) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.973.20; Tue, 24 Jul 2018 20:13:15 +0000 Subject: Re: [PATCH v2] Really fix gdb/23010: SYMBOL_LANGUAGE != DICT_LANGUAGE assertion To: Simon Marchi , Keith Seitz CC: References: <20180627190341.24442-1-keiths@redhat.com> <33b99113-c705-a029-47df-3e6c0fc49139@simark.ca> <97d83efa-56b9-0e1a-a6d5-1ee2115c8a99@redhat.com> From: Simon Marchi Message-ID: <55e7afcd-b8c3-c099-a5d9-e064b034ba82@ericsson.com> Date: Tue, 24 Jul 2018 20:13:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-Path: simon.marchi@ericsson.com Received-SPF: None (protection.outlook.com: ericsson.com does not designate permitted sender hosts) X-IsSubscribed: yes X-SW-Source: 2018-07/txt/msg00682.txt.bz2 On 2018-07-12 01:12 PM, Simon Marchi wrote: > Ok, thanks.  The patch looks good to me, but I'd like if somebody with more experience in this area gave a second opinion. > > Simon Since we didn't hear from anybody else and don't want to keep you waiting for ever, please go ahead and push the patch. Thanks, Simon