X-Recipient: archive-cygwin@delorie.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:to:from:subject:message-id:date:mime-version
	:content-type:content-transfer-encoding; q=dns; s=default; b=a9/
	nrQYoTUPCFd3ueWx4t/Jde+sUqsBMPWs+c2XDdStz51QPunj0vgr2YPU/KozP4Fw
	HX/klF5Tjd6eu/ZeYn+KWLrhZKVGd87LtUXxfSpTiC0gUahnKiMZzaQoxL8DbrVQ
	Wo8YPUvHZBka9Irm5yL+vKnr+rZQzxhEzMLYpeZo=
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:to:from:subject:message-id:date:mime-version
	:content-type:content-transfer-encoding; s=default; bh=bgvgCTfHk
	3QdXjbQzlkMBpLi8XM=; b=Knz+Fp/i4S558rzeAgFIljhgUs8UT8MFY84PRuB4S
	tlkGxuXesh3xhM507ZJGSJ3iLHSFMoy3fvFM/6+am9fRjcx5kUEuziCEquFgGmHp
	1EtzvHs3zlHETm/FZtMZpZ4+fSAm/vVr58TDlXdSFe7z0qb46Z1f0ydMk63WHaKv
	LU=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=moon
X-HELO: mail-wm0-f44.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20161025;        h=x-gm-message-state:to:from:subject:message-id:date:user-agent         :mime-version:content-transfer-encoding;        bh=8INp+TZqSM4d0ukDlOXPE8VpHcKwLlE+gjwSqkfZduA=;        b=D/6bKDsJ2mbOzR8pZ+Tlqpl0r+9LOb2pz+H6F9rgBGAfMV3E/5VdeBEc9dTTNhIlra         8zd9UML+OQjyyAtlZFNe8BsulXm7AmDpn6kU18/haMipA3LJMPaafRCq61BTYNrXwgRU         BuXJE6oL2kETZ3wxfwBvY2tpE83psXmyDNHSrDT/+lmhCuVQBp7U7iZASaaE5XIwO8ob         q128jF8dSBQqdOEba/xIzha9KGcOwihGJEsAT2u2DUauiuebe8zNTmB6pHgxLGXCXr+u         ii+eEpB1HaFDO3hMeOm095vQ6DJEmjlI7VhPsw0BFzUOKtMtzcWIf2ieuXT4HfI5hQr5         ydcQ==
X-Gm-Message-State: AIVw111AwHG5AlRo168hLVQsKjyV7vpDM+IBloqGq1LokjxMU3gGp1Bz	t+/wwL2FiDus0G2E
X-Received: by 10.28.71.133 with SMTP id m5mr203132wmi.97.1498976576579;        Sat, 01 Jul 2017 23:22:56 -0700 (PDT)
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
From: Marco Atzeri <marco.atzeri@gmail.com>
Subject: debuginfo Dwarf Error
Message-ID: <f2d96c53-edaa-66bf-f63a-eacdefa9bfc3@gmail.com>
Date: Sun, 2 Jul 2017 08:22:43 +0200
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

Hi,
while extracting debuginfo on 32 bit gdal dll

$ ls -s cyggdal-20.dll
103M cyggdal-20.dll

cygport randomly (moon phase?) is stacked waiting for nm
to extract all the data due to Dwarf Error

$ nm -l cyggdal-20.dll
66e7ab80 b .bssBFD: Dwarf Error: Could not find abbrev number 4838.

On 64bit the issue does not arise and nm does its job in 40 seconds,
for the 32 bit after 8 hours it could be still running.
Changing binutils from 2.25 to 2.28 makes no difference.

The only explanation of the error I found is:
https://gcc.gnu.org/ml/gcc/2002-11/msg00756.html

but I do not see a solution for my case.

Any hint really appreciated
Marco






--
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

