[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/23470] ld.bfd occasionally segfaults after running out of memory
From: |
amodra at gmail dot com |
Subject: |
[Bug ld/23470] ld.bfd occasionally segfaults after running out of memory on 32-bit x86 |
Date: |
Wed, 01 Aug 2018 12:48:22 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=23470
Alan Modra <amodra at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |amodra at gmail dot com
--- Comment #5 from Alan Modra <amodra at gmail dot com> ---
Please do show the linker command line. A ld bug report without the ld
invocation is as useful as it could be.
ld of course ought to exit after hitting OOM, but there are places where ld
ignores an error status and continues on. One such place is the
bfd_gc_sections call in ldlang.c.
--
You are receiving this mail because:
You are on the CC list for the bug.