[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: |
benjamin.redelings at gmail dot com |
Subject: |
[Bug binutils/23573] "Too many open files" and binutils 2.31.1-1 |
Date: |
Fri, 28 Jun 2019 15:36:45 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=23573
--- Comment #12 from Benjamin Redelings <benjamin.redelings at gmail dot com>
---
Hi Nick,
Thanks for the input. So far I've just looked at the strace log that I
uploaded, and you are right that archives are getting opened repeatedly. There
are three archive filesand they get opened a lot of times:
* librb-core.a: opened 787 times
* librb-revlanguage.a: opened 581 times
* librb-lib.a: opened 20 times
This seems to be related to the number of objects in each archive:
* librb-core.a: 633 objects
* librb-revlanguage.a: 594 objects
* librb-lib: 19 objects
However, its possible the number of opens is incomplete, since the later opens
started failing due to too many open files.
--
You are receiving this mail because:
You are on the CC list for the bug.