From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.efficios.com (mail.efficios.com [167.114.26.124]) by sourceware.org (Postfix) with ESMTPS id 3FD8F385BF92 for ; Wed, 1 Apr 2020 19:25:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 3FD8F385BF92 Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id 9DF5226D8E0; Wed, 1 Apr 2020 15:25:07 -0400 (EDT) Received: from mail.efficios.com ([127.0.0.1]) by localhost (mail03.efficios.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id QeUROnSBJF3O; Wed, 1 Apr 2020 15:25:07 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id 6073526DB29; Wed, 1 Apr 2020 15:25:07 -0400 (EDT) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.efficios.com 6073526DB29 X-Virus-Scanned: amavisd-new at efficios.com Received: from mail.efficios.com ([127.0.0.1]) by localhost (mail03.efficios.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id TaGm81yzpWZz; Wed, 1 Apr 2020 15:25:07 -0400 (EDT) Received: from [10.0.0.11] (unknown [192.222.164.54]) by mail.efficios.com (Postfix) with ESMTPSA id 3402E26D753; Wed, 1 Apr 2020 15:25:07 -0400 (EDT) Subject: Re: [PATCH 6/7] gdb: select "Cygwin" OS ABI for Cygwin binaries To: Tom Tromey , Simon Marchi via Gdb-patches Cc: Simon Marchi , Jon Turney References: <20200316170845.184386-1-simon.marchi@polymtl.ca> <20200316170845.184386-7-simon.marchi@polymtl.ca> <87y2rf10ym.fsf@tromey.com> From: Simon Marchi Message-ID: <5c677133-5924-7304-1a2c-49321953090d@efficios.com> Date: Wed, 1 Apr 2020 15:25:06 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 In-Reply-To: <87y2rf10ym.fsf@tromey.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US-large Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-10.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Apr 2020 19:25:09 -0000 On 2020-04-01 3:05 p.m., Tom Tromey wrote: >>>>>> "Simon" == Simon Marchi via Gdb-patches writes: > > Simon> + warning (_("\ > Simon> +Failed to parse .idata section: name's virtual address (0x%" BFD_VMA_FMT "x) \ > Simon> +is outside .idata section's range [0x%" BFD_VMA_FMT "x, 0x%" BFD_VMA_FMT "x[."), > Simon> + name_addr, idata_addr, idata_addr + idata_size); > > Our internal test suite has started failing a test due to this output: > > warning: Failed to parse .idata section: name's virtual address (0x1) is outside .idata section's range [0x120500, 0x12bd64[. > warning: Failed to parse .idata section: name's virtual address (0x1) is outside .idata section's range [0xea210, 0xefbb0[. > warning: Failed to parse .idata section: name's virtual address (0x1) is outside .idata section's range [0x9b578, 0x9d042[. > > I assume this is a bug in this code? I don't really know. > > Are there known problems here? > > I can probably get you an executable if that would help. > ("Probably" because I haven't tried to reproduce by hand, I've only seen > it in automation, and I'd have to do it by hand to get the exe.) > > Tom > Yes, I would appreciate if you could get me an executable, or steps to produce one. Thanks, Simon