www.delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2017/07/03/06:23:05

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=VszMDl2IP8gWrJ8X
/TCor3rbqxlKlYGE0qW68Xqf9VgHm9V9EHnPVr/wdm0+RWS5Lpunu8+OgKxoIgO4
IDDBPGDS0EzF5+4FAwELUGgr4L//p4mKwWA6S2GQGmZj1OyOF8y87kklir8NUWhM
ebHL8Jro6klwFBRIZ0gmzQNulLc=
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=BQ0cky6TTmcmARcyjLv8oY
MzAfE=; b=Eh/zXVC7pBxJhq35FK2SNmpHSTxB5JSEQ+m8+uzPAuaRSkpKrAMnc1
QGPuoLOIOxt+IZorkf0iky1ONG3jOoBaF66r2Lr/QnAq7199FUn3SIOMv+I36F0/
VbXJAVK2nvkaxAYjt/NAaUlZMQhrrxNQxnxInYznMxEqPD+MDmpjc=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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=-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
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)
Subject: Re: debuginfo Dwarf Error
To: cygwin AT cygwin DOT com
References: <f2d96c53-edaa-66bf-f63a-eacdefa9bfc3 AT gmail DOT com> <def8a202-81d9-1661-0d7c-b9ce152e8ec2 AT gmail DOT com>
From: Marco Atzeri <marco DOT atzeri AT gmail DOT com>
Message-ID: <76651ecc-b63f-9bd9-0173-789be5c8b6e0@gmail.com>
Date: Mon, 3 Jul 2017 12:22:45 +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: <def8a202-81d9-1661-0d7c-b9ce152e8ec2@gmail.com>
X-IsSubscribed: yes

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019