[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/22175] memory allocation failure in _objalloc_alloc (objal
From: |
amodra at gmail dot com |
Subject: |
[Bug binutils/22175] memory allocation failure in _objalloc_alloc (objalloc.c) |
Date: |
Sat, 23 Sep 2017 08:53:52 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=22175
Alan Modra <amodra at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |amodra at gmail dot com
Resolution|--- |WONTFIX
--- Comment #2 from Alan Modra <amodra at gmail dot com> ---
Well, you've said .plt is 7x10^16 bytes
[11] .plt PROGBITS 0000000000400420 000420 ffff8000000040 10 AX 0 0 16
Unsurprisingly, you can't malloc that much.
--
You are receiving this mail because:
You are on the CC list for the bug.