X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=GqME0OGucjM7lo5K P9izRhl6ymKSAWGMwY5ICHpagX8WChnQleNDJyI+qYK1Ng/iXPuxDV44nmRV38JD TUBl9SxACptt1y5tr7ZMOBqNLIqAslQXVEkWydgXBFF4FVUk3LHaoTNl0pE7bQGj Q/fwtq6sS7saSnoAHgfhUwx8jXM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=MJrnkZQ8ZmPO9ubi2J0f9H 8uyUs=; b=VmYISFA/j8FXsy5zTaE+KTlXyMvtU47xCYEkPNX5uBlNiQF6KsR9pC B0AvyrJ4UbrheKxyzuNdJZGC2rDrWjHN7BPuA1397QTCVV7STElLQU84c82wBWLP utF/K3FDWUOO3lFLewzeYSCY2TOOjloo8gVASHSy5qASfdJtiEpNQ= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:1207 X-HELO: mail-wr0-f180.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=IAjBq4FSqISMswSON/7LoKZH29hXhZEqZHls0vxhpXY=; b=alZdGVqBce2dbu/GhsYBL8uD20y+k8Go4BBnNjE1xXWROd3ezzUAYCYFYFt/1DVAeA wfz4XahaaHoBXewnDbs5fxxiH/PYREI1b09gnu9TwiG3yaA3VaEzQdd9s5zitsqGlfjn vWliQUV1KQ+yenltiIBUB3H8fpAQKGypf1eco2F8tGbE+ryHuqeoQfTeipeaJdTno3nh sAZWP32alAXoJcEpI+jzqx/z+PB00UE7DY1oheA/xkVREFZCQ8B6SFkFmuzc6IsTgsnt lxcTz1DV2rY7RMN1oW6PvOH4BUu+OdIe08rVAvG87Dp16H11I/q89J9E0CWHiEmrC9IS RdMw== X-Gm-Message-State: AKS2vOxS1RFT13GbZslfxQF1ueAseW6OR43SmHlHL/IFgDiCOg8h7e9R bahQNjyq8ATWOCFt X-Received: by 10.223.173.19 with SMTP id p19mr34395212wrc.56.1499203055678; Tue, 04 Jul 2017 14:17:35 -0700 (PDT) Subject: Re: debuginfo Dwarf Error To: cygwin AT cygwin DOT com References: <76651ecc-b63f-9bd9-0173-789be5c8b6e0 AT gmail DOT com> <2fdd2634-64d4-d5d0-045c-8e3497a1bf6f AT gmail DOT com> From: Marco Atzeri Message-ID: <9acd520b-b080-2938-1e12-b61280f33a3f@gmail.com> Date: Tue, 4 Jul 2017 23:16:48 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <2fdd2634-64d4-d5d0-045c-8e3497a1bf6f@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 03/07/2017 17:41, Marco Atzeri wrote: > On 03/07/2017 15:31, JonY wrote: >> On 07/03/2017 10:22 AM, Marco Atzeri wrote: >>> On 02/07/2017 11:53, JonY wrote: >>>> On 07/02/2017 06:22 AM, Marco Atzeri wrote: >>>>> Hi, >>>>> while extracting debuginfo on 32 bit gdal dll >>>>> >>>>> $ ls -s cyggdal-20.dll >>>>> 103M cyggdal-20.dll > > >> >> I don't really have anything else to suggest, how big is the dll anyway >> (how many exports, how many bytes is size)? > > 103 MBbytes. > > As the issue is only on 32bit and not on 64bit, > it could be a counter limitation > > I am trying to test again with gcc 6.3.0-2 > > Thanks > Marco > Jon, I noted that the problem was already present sometime ago https://cygwin.com/ml/cygwin/2015-10/msg00122.html and supposed to be solved. However it seems arisen again $ cat getcwd.c #include #include int main () { char buf[PATH_MAX]; getcwd (buf, PATH_MAX); } $ gcc getcwd.c $ nm -l a.exe nm: Dwarf Error: Could not find abbrev number 85. .... Using latest test versions make no difference $ cygcheck -c gcc-core binutils Cygwin Package Information Package Version Status binutils 2.28-2 OK gcc-core 6.3.0-2 OK -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple