This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: ld build-id crash on ARM linking gcc


Daniel Drake <dsd@laptop.org> writes:

> We have found a ld segfault that occurs early in the gcc compile
> process - the first time it tries to link cc1. This is testing on
> armv5tel.

Issues with the GNU binutils should normall go to
binutils@sourceware.org.  See http://sourceware.org/binutils/ .

I don't know what might have fixed this.  I didn't see anything
immediately obvious in the diff.  If the backtrace can be trusted, the
problem is that the length passed to sha1_process_bytes is far too
large, but I don't know why.

Ian


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