From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11713 invoked by alias); 2 Jul 2017 06:23:04 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 7290 invoked by uid 89); 2 Jul 2017 06:23:01 -0000 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 Received: from mail-wm0-f44.google.com (HELO mail-wm0-f44.google.com) (74.125.82.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 02 Jul 2017 06:22:58 +0000 Received: by mail-wm0-f44.google.com with SMTP id w126so141537354wme.0 for ; Sat, 01 Jul 2017 23:22:58 -0700 (PDT) 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) Received: from [192.168.2.108] (p4FDB39C7.dip0.t-ipconnect.de. [79.219.57.199]) by smtp.googlemail.com with ESMTPSA id p140sm22350130wmb.28.2017.07.01.23.22.55 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 01 Jul 2017 23:22:55 -0700 (PDT) To: "cygwin@cygwin.com" From: Marco Atzeri Subject: debuginfo Dwarf Error Message-ID: Date: Sun, 02 Jul 2017 06:23:00 -0000 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 X-SW-Source: 2017-07/txt/msg00013.txt.bz2 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