[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/23534] ld.bfd: internal error from ldlang.c:6635
From: |
amodra at gmail dot com |
Subject: |
[Bug ld/23534] ld.bfd: internal error from ldlang.c:6635 |
Date: |
Thu, 16 Aug 2018 13:45:42 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=23534
Alan Modra <amodra at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |amodra at gmail dot com
--- Comment #1 from Alan Modra <amodra at gmail dot com> ---
If the assertion failure is this one
ASSERT (entry->the_bfd->link.next == NULL);
then a failure means you have the linked list of input files broken somehow. A
memory bit flip would do that, so if the machine isn't rock solid otherwise I
would suspect the hardware.
--
You are receiving this mail because:
You are on the CC list for the bug.