This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: debuginfo Dwarf Error


On 03/07/2017 17:41, Marco Atzeri wrote:
On 03/07/2017 15:31, JonY wrote:
On 07/03/2017 10:22 AM, Marco Atzeri wrote:
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



I don't really have anything else to suggest, how big is the dll anyway
(how many exports, how many bytes is size)?

103 MBbytes.

As the issue is only on 32bit and not on 64bit,
it could be a counter limitation

I am trying to test again with  gcc 6.3.0-2

Thanks
Marco


Jon,
I noted that the problem was already present sometime ago
https://cygwin.com/ml/cygwin/2015-10/msg00122.html

and supposed to be solved.
However it seems arisen again

 $ cat getcwd.c
#include <limits.h>
#include <unistd.h>

int
main ()
{
   char buf[PATH_MAX];
   getcwd (buf, PATH_MAX);
}

$ gcc getcwd.c

$ nm -l a.exe

nm: Dwarf Error: Could not find abbrev number 85.
....


Using latest test versions make no difference

$ cygcheck -c gcc-core binutils
Cygwin Package Information
Package              Version        Status
binutils             2.28-2         OK
gcc-core             6.3.0-2        OK


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]