From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17578 invoked by alias); 3 Jul 2017 10:22:51 -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 16587 invoked by uid 89); 3 Jul 2017 10:22:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=limitation X-HELO: mail-wm0-f47.google.com Received: from mail-wm0-f47.google.com (HELO mail-wm0-f47.google.com) (74.125.82.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 03 Jul 2017 10:22:49 +0000 Received: by mail-wm0-f47.google.com with SMTP id 62so164154789wmw.1 for ; Mon, 03 Jul 2017 03:22:48 -0700 (PDT) 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=tF7vI+b52OYuxLKR0Q9SJ0NTHErwL4/ocdGqLzG8VOM=; b=W2ID8y/QnfAkiFfMAQQjAuybM81+HQ7l8jw5FkYl+Af+mNuFhbkaojC3Ep+GH0Ld/j ibf/nbxCbUbqDYSaCeThhMGamOLyawrDibK2gAgSHC7zTgcQDI8Qzjnj4/0V7045qP5I +Z1WMZSDLM/zaWEGbUtFr4sDdJZxzNnKg30cixTLEme89dFQz7H64CWanTE4CGmfKcis 675MWOpX0QGHR7qSCol9zkcUi4Cb+H+PgZAQjuAhI3/KPvu8+U0ckIG9P8H5BYd6NFVb uxc21tFtDUtiR7+t5AnzOdFqK5I8Gy7GuWV9X4usVFKxsWp508u4YT7wFerbY9F9eVMn kIfg== X-Gm-Message-State: AKS2vOxWt66eFZa2ueJ0jKnZIqFq9+xh4Zt6IoeicuraCju2B0yPxKVq Sfr9v/mXmKvmKLOlWtc= X-Received: by 10.80.207.12 with SMTP id c12mr14541750edk.112.1499077366720; Mon, 03 Jul 2017 03:22:46 -0700 (PDT) Received: from [172.21.192.193] ([62.154.173.198]) by smtp.googlemail.com with ESMTPSA id c8sm6327824edc.13.2017.07.03.03.22.45 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 03 Jul 2017 03:22:46 -0700 (PDT) Subject: Re: debuginfo Dwarf Error To: cygwin@cygwin.com References: From: Marco Atzeri Message-ID: <76651ecc-b63f-9bd9-0173-789be5c8b6e0@gmail.com> Date: Mon, 03 Jul 2017 10:22: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 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-07/txt/msg00027.txt.bz2 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 >> >> 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. >> > > Can you try if -gdwarf-X like > https://gcc.gnu.org/onlinedocs/gcc/Debugging-Options.html? > > Or even -ggdb to see if it changes anything. > Hi Jon, unfortunately "-ggdb" was already used and "-gdwarf" makes no difference. Documentation says that default should be "-gdwarf-4" so it seems I need to look for other solution. I wonder if it is a side effect of file size and limitation of 32bit architecture. Regards 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