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; q=dns; s=default; b=S65v ElyMg4TcvHAQby0lUcaI6ikGWjAYWD7FCyJ+LWHiXV39QiYVsIkVePnYykjSH3wb /Fw7WpKM+s0vgPl0BzfpDxKru7GzWxW+5lt/xup5Ppa6qsk9V2YBAng+kf12Oiya MJM04sPeZlpnt36rwyknujB9SryCrolW0zeaiSY= 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; s=default; bh=uK1l2cF4+O WLqTfV4AgLZUglyb8=; b=yApeMdbH9HysFFWmTXTTayp7eOKdymMZ6a/7DW/rUN CM9j0IyqLo5q/I9viXVO5BJSJK+TVcMFuD8dLemoapGJ6lYWJ1YqNmXRBqrrJiQf ag2B/gsBCZsyQd1/25+m9s0V/vwd2YK3+TvWuhBriJQv8yxayIgbRFRupkm7eHjn 4= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*c:application X-HELO: mail-pg0-f51.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; bh=fxW2YuW23fYLBkv0JYx230rpx5WSvbijJLJ/y1YmwsY=; b=PvXBb+lTyHQNc1bVvwDkvYBL3qOBc2+0OemxhpGgWkPzElvSb1c7cpTyzVG2gnZjWL IP/h+WYyA55MARDC4bMz4lLWIUAgZ9sneVpWKvUAyLLqEE4BuFx6ghc1iwAZ5IVgXXMo v4dKWxIQqB+hSd2Zo3h7skatANJjKouCas94UvbhFDRiFM7OMU2qcVi1PNrnWObVNA0/ Znmcy++9DuBfwNP+rekzF737ijUtNKxXfDzhKAkm+ZebmfvOPLDS8+3ezd5XSFukpLAK jnUxtz2qDjfr0fXEcNWeD7woo3FxNwvB8pemopMYqpBk9qJyHvcvoCQ3EU0E33Dya3jM zWjA== X-Gm-Message-State: AIVw112dexjZ2xlxoyIAmfL4jcjXWPQOEQHnRpsdiNEZCxzDJAc9YCb0 XT30+376ia6yamJDMLA= X-Received: by 10.84.142.1 with SMTP id 1mr4640032plw.130.1498989281143; Sun, 02 Jul 2017 02:54:41 -0700 (PDT) Subject: Re: debuginfo Dwarf Error To: cygwin AT cygwin DOT com References: From: JonY <10walls AT gmail DOT com> Message-ID: Date: Sun, 2 Jul 2017 09:53:59 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="KttrVWrdgfbpEjAoNMvktsnS8dc27f3rg" X-IsSubscribed: yes --KttrVWrdgfbpEjAoNMvktsnS8dc27f3rg Content-Type: multipart/mixed; boundary="HDifl8qhmljGtNGKjXQ71LoqakAC73wpW"; protected-headers="v1" From: JonY <10walls AT gmail DOT com> To: cygwin AT cygwin DOT com Message-ID: Subject: Re: debuginfo Dwarf Error References: In-Reply-To: --HDifl8qhmljGtNGKjXQ71LoqakAC73wpW Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 07/02/2017 06:22 AM, Marco Atzeri wrote: > Hi, > while extracting debuginfo on 32 bit gdal dll >=20 > $ ls -s cyggdal-20.dll > 103M cyggdal-20.dll >=20 > cygport randomly (moon phase?) is stacked waiting for nm > to extract all the data due to Dwarf Error >=20 > $ nm -l cyggdal-20.dll > 66e7ab80 b .bssBFD: Dwarf Error: Could not find abbrev number 4838. >=20 > 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. >=20 > The only explanation of the error I found is: > https://gcc.gnu.org/ml/gcc/2002-11/msg00756.html >=20 > but I do not see a solution for my case. >=20 > Any hint really appreciated > Marco >=20 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. --HDifl8qhmljGtNGKjXQ71LoqakAC73wpW-- --KttrVWrdgfbpEjAoNMvktsnS8dc27f3rg Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQJGBAEBCAAwFiEE5QrdnbBX9Ppk4bbPcTtf4pwUXUUFAllYwrkSHDEwd2FsbHNA Z21haWwuY29tAAoJEHE7X+KcFF1F8BQP/RVYc5CgtNOQ06u6NeIEijwg532z7z5/ h2vRNs0xUFpWovRw5IOdmDiaWl+liqaKLCjYVnWNuzto1Q7s3giM8OpE0RK61G8I NrOEn0N+d+jz97wkMePWWxpMtGekLjjeh3MzfiWD+JenTuB4jCB1xpDv+QJIcuR/ u3MbJ8FjdKwy1BikCTNMRXQ51fEWLPYrlSGn8VBRdEBHLYEdznbc2VqH+JcHBYwT A5lmmDg1uhMHJmjBysOdF0n66+HTUypF8KWw+ugBcWnGvRZtbaSa0V7cY3zgJb9E AB67Ll7WoaIBx+oetL4TOP83q4fRICl7y9o+lDaUBwSyRRgZW18wnLc0JdZifj58 xLHBrK7qzpfKvr5JHYhyr1G2fxZNugsUZTg/XNGfNfbyb+YV5asCqIVAKuBFN9/6 vzg3w2ep8flhgEQQOKXOxeRB+QxmvOZETAEffPVPEk60p6NEBnan5sFrfs6PWreq s3qd1AEGnpXbpHc/Hae0fBM4Cr1XE6k0nhcaMN+CrcLC/YwhaUBMuFAp5rXtMlyh BAXRLSLxxzWKeiqh3idIyoG6ZZLbrq8Q3Lb+hJs6glElTs67jdDicVrFROczPvAi kbO4gOLbgx8M0NprECV3jovm30M6k4z4ddlCeOhng2VMXZFPtjw8Rku/hTdnUDWt +R+N7coXwaVJ =PO/l -----END PGP SIGNATURE----- --KttrVWrdgfbpEjAoNMvktsnS8dc27f3rg--