This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/23978] dlmopen(): increasing the number of name spaces


https://sourceware.org/bugzilla/show_bug.cgi?id=23978

--- Comment #5 from Florian Weimer <fweimer at redhat dot com> ---
These two are related.  Each namespace must load libc.so, and libc.so contains
some TLS variables.  The number of usable namespaces is therefore limited by
the size of the static TLS reserve divided by the amount of initial-exec TLS
memory that libc.so uses.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]