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.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to