From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4052 invoked by alias); 21 Mar 2014 17:08: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 4037 invoked by uid 89); 21 Mar 2014 17:08:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: MXA.qnx.com Received: from mxa.qnx.com (HELO MXA.qnx.com) (72.1.200.108) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 21 Mar 2014 17:08:21 +0000 X-ASG-Debug-ID: 1395422368-0721881273540f0001-fS2M51 Received: from exhts.ott.qnx.com (exch2.ott.qnx.com [10.222.2.136]) by MXA.qnx.com with ESMTP id dJkrLA2sK5G6slbQ; Fri, 21 Mar 2014 13:19:28 -0400 (EDT) X-Barracuda-Envelope-From: ARistovski@qnx.com Received: from [10.222.130.188] (10.222.2.5) by EXCH2.ott.qnx.com (10.222.2.136) with Microsoft SMTP Server (TLS) id 14.3.123.3; Fri, 21 Mar 2014 13:08:18 -0400 Message-ID: <532C7203.8060400@qnx.com> Date: Fri, 21 Mar 2014 17:08:00 -0000 From: Aleksandar Ristovski User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Jan Kratochvil CC: Subject: Re: [PATCH v5 7/8] Validate symbol file using build-id References: <20140319223004.14668.20989.stgit@host1.jankratochvil.net> <20140319223123.14668.95821.stgit@host1.jankratochvil.net> <532AE962.9030604@qnx.com> <20140321165825.GD14155@host2.jankratochvil.net> X-ASG-Orig-Subj: Re: [PATCH v5 7/8] Validate symbol file using build-id In-Reply-To: <20140321165825.GD14155@host2.jankratochvil.net> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-Barracuda-Connect: exch2.ott.qnx.com[10.222.2.136] X-Barracuda-Start-Time: 1395422368 X-Barracuda-URL: http://qnx-spam.ott.qnx.com:80/cgi-mod/mark.cgi X-Barracuda-BRTS-Status: 1 X-Barracuda-Spam-Score: 0.00 X-Barracuda-Spam-Status: No, SCORE=0.00 using global scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=1000.0 tests= X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.3.4126 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- X-SW-Source: 2014-03/txt/msg00532.txt.bz2 On 14-03-21 12:58 PM, Jan Kratochvil wrote: > On Thu, 20 Mar 2014 14:13:06 +0100, Aleksandar Ristovski wrote: >> On 14-03-19 06:31 PM, Jan Kratochvil wrote: >>> +@smallexample >>> + warning: Shared object "libfoo.so.1" could not be validated (remote >>> + build ID 2bc1745e does not match local build ID a08f8767) and will be >> >> I am not sure 'remote' adds any clarity here, on-contrary, I think >> it will confuse. This could all be happening in local scenario as >> well. The gist should be: inferior so build-id (i.e. build-id of the >> shared object loaded in the inferior memory) does not match build-id >> of the so gdb loaded to get symbols. > > Therefore: > s/remote/inferior/ > s/local/symbol file/ Yes, I think this is better, thank you. ---- Aleksandar Ristovski QNX Software Systems