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:subject:from:to:references:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=cbddk38n61gcf8u1
	Gq1JLePUOz4qTaaOXLuc8Zxmhv5G9r2HjfddO6TfzBp+tJAoMd0qqV38LPW4SVk0
	8rTam6n9/GiI8/QxKW2eEa7ShJ5i7JzpaOEM1h6KKZfXj0Sq6LXI6tnTB1FpTH1F
	BijCEGIdJ0/aC+e2chKGc61/LAU=
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:from:to:references:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=l/pvBGDeVMq3lKgYfuaWEO
	8DXps=; b=dtbRgmkqErWD7sVgnmlBD2njYuYaMEfj3PBG3kDSpKFZxx810CFeo8
	lge4qMTE5h8T216zzYpuDWfSEpkgN6bAYJYnmO0rPi7hjY/87NdhX0wF8n2y0Wmn
	9+k0e0Bu2h0XXLQnjlu+OKg8yeAkrvA3L1SNX+6pJ8k4W7asbGN5M=
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-Spam-SWARE-Status: No, score=1.8 required=5.0 tests=BAYES_50,FOREIGN_BODY,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=EMail, E-Mail, UD:avast.com, wwwavastcom
X-HELO: mail-wm0-f50.google.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=gmail.com; s=20161025;        h=subject:from:to:references:message-id:date:user-agent:mime-version         :in-reply-to:content-transfer-encoding;        bh=10G4003uvdYWJJYkAhpzAsGR1fsUOsE0cdQohHu/Ugk=;        b=pcodDATBaOts+662C6gDDHqxrXm8CJ+pUdIjCCVh7IiNYuCKI2wwTwmT0kKhBLjrLX         DUI9qGO0LzvZ8QH4FaUhHmVKexAjdbGwtW+MqJFOlcLCLvTNDxBH3Sn0Fnxr2DasRcH1         1PDRZA4d4Nq1y6lCvAUGaL+uW6STpFvk5blBdeoHFs1pcJ2P3nq0TFuWbohfp0x2XhjT         P84XfgI+UcLcWTA41JOfJEYQ+ryrijY9qF0Ox+ZJab6lgCOPGOiyhK2O4HGiZhQNNFdL         f2AGSFooOOJVbE28JXFHtxMlDlBSYwlhaaEiYFbUlOa4BbqwpbRrip3KT0eOgcJTnR7X         +9fg==
Subject: Re: binutils-2.29-1 Dwarf Error
From: Marco Atzeri <marco.atzeri@gmail.com>
To: cygwin@cygwin.com
References: <0bf67d29-1729-cafd-568e-7cc4a300d019@gmail.com>
Message-ID: <34e99545-ddef-5cc4-3e89-d156276464fc@gmail.com>
Date: Thu, 26 Jul 2018 16:46:07 +0200
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1
MIME-Version: 1.0
In-Reply-To: <0bf67d29-1729-cafd-568e-7cc4a300d019@gmail.com>
Content-Type: text/plain; charset=utf-8; format=flowed
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id w6QEkNtf001058

Am 25.07.2018 um 15:26 schrieb Marco Atzeri:
> Jon,
> just noted the "Dwarf Error" is back for i686
..
> $ nm -l a.exe | grep Dwarf
> nm: Dwarf Error: Could not find abbrev number 45.

The main issue I have is not the emission of the Error,
that seems limited to just 1 per shared lib,
but that the i686 version of "objdump" and "nm"
are extremely slower than the x86_64 counterparts.

The octave package is VERY large, and
the i686 unstripped main libs are huge in size:

$ find build -name "cyg*.dll" -exec ls -sh {} \;
120M build/libgui/.libs/cygoctgui-3.dll
491M build/libinterp/.libs/cygoctinterp-5.dll
175M build/liboctave/.libs/cygoctave-5.dll

the x86_64 are further slightly larger, but
  the time are still reasonable:

$ time cygport octave.cygport install package

real    22m29.962s
user    10m43.475s
sys     8m54.506s

while on i686 with binutils 2.91

real    246m28.556s
user    205m6.625s
sys     10m9.928s


I built and tried the 2.31 with some reduction in time
but still 8x longer than x86_64

real    167m8.635s
user    155m20.340s
sys     9m53.940s



Regards
Marco

---
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
https://www.avast.com/antivirus


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


