Bug 22174 - memory allocation failure in objalloc.c (_objalloc_alloc)
Summary: memory allocation failure in objalloc.c (_objalloc_alloc)
Status: RESOLVED DUPLICATE of bug 22166
Alias: None
Product: binutils
Classification: Unclassified
Component: binutils (show other bugs)
Version: 2.30
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-21 13:38 UTC by Agostino Sarubbo
Modified: 2017-09-23 08:45 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments
stacktrace (1.04 KB, text/plain)
2017-09-21 13:38 UTC, Agostino Sarubbo
Details
testcase (3.69 KB, application/x-executable)
2017-09-21 13:38 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo 2017-09-21 13:38:04 UTC
Created attachment 10450 [details]
stacktrace

NOTE: it may be a false positive

On master compiled today.
# nm -V
GNU nm (Gentoo git) 2.29.51.20170921


Command to reproduce:
# nm -A -a -l -S -s --special-syms --synthetic --with-symbol-versions -D $FILE
Comment 1 Agostino Sarubbo 2017-09-21 13:38:29 UTC
Created attachment 10451 [details]
testcase
Comment 2 Alan Modra 2017-09-23 08:45:27 UTC
Same underlying problem as pr22166

*** This bug has been marked as a duplicate of bug 22166 ***