Mail Archives: djgpp/2001/11/16/05:54:25
> From: Dave Dribin <yhdrib AT yahoo DOT com>
> Newsgroups: comp.os.msdos.djgpp
> Date: 15 Nov 2001 23:48:25 GMT
>
> I am having a problem where symify is crashing when it is being run.
> This article mentions that it is a known problem in DJGPP v2.03:
>
> http://groups.google.com/groups?hl=en&selm=9743-Sat30Jun2001092828%2B0300-eliz%40is.elta.co.il
>
> However, it points to a new symify.exe at this URL:
>
> ftp://is.elta.co.il/pub/symify.exe
>
> I cannot get to this new symify.exe (the server isn't allowing
> anonymous logins)
Yep, the sysadmins disabled anon ftp access, due to malicious
hackers' abuse. It's a sad world we are living in...
> Is a fixed symify.exe available anywhere else?
I've uploaded it to DJ Delorie's server, in the /incoming directory.
DJ, could you please move it to pub/djgpp/beta, where users could get
it? (I don't have write access to that directory.)
> I really need symify. :) It
> seems to happen with gcc 2.95.3 and gcc 2.95.2. One of the libraries
> I depend on does not compile with gcc 3.0.2, so upgrading is not yet
> an option.
I don't think upgrading GCC would have helped you. The crashes happen
because a certain function in libdbg.a (which is linked into
symify.exe) could not cope well with large executables where the
number of source lines recorded in the debug info is very large,
especially if it overflows the COFF 64K-lines limit. The fix for the
bug is not in symify.c, it's in that library function, and the code
generated by GCC has nothing to do with this.
- Raw text -