[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/23573] "Too many open files" and binutils 2.31.1-1
From: |
nickc at redhat dot com |
Subject: |
[Bug binutils/23573] "Too many open files" and binutils 2.31.1-1 |
Date: |
Fri, 28 Jun 2019 15:21:51 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=23573
Nick Clifton <nickc at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
CC| |nickc at redhat dot com
Resolution|WORKSFORME |---
Ever confirmed|1 |0
--- Comment #11 from Nick Clifton <nickc at redhat dot com> ---
Hi Benjamin,
> /usr/bin/x86_64-w64-mingw32-ld -plugin
> /usr/lib/gcc/x86_64-w64-mingw32/8.3-win32/liblto_plugin.so
Is there any chance that you could provide a compressed tarball of
the object files and libraries involved in this command line ?
Without a test case to reproduce the problem, solving it is going
to be really hard.
I suspect that the problem is contained within some PE specific
code in the linker, as otherwise we would have seen this issue
reported elsewhere as well. My guess is that an archive is being
scanned repeatedly for some reason. If you are able to run the
linker inside a debugger you could put a break point on open()
or bfd_openr() and find out where the kajority of the calls are
coming from.
Cheers
Nick
--
You are receiving this mail because:
You are on the CC list for the bug.