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 dynamic-link/11787] Program with large TLS segments fail.


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

Josh Stone <jistone at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jistone at redhat dot com

--- Comment #46 from Josh Stone <jistone at redhat dot com> ---
Following on comment 42, we should note that Anders then switched Rust to use a
dlsym lookup instead of weak linkage:
https://github.com/rust-lang/rust/pull/23631

That went in before Rust 1.0.0-beta.  The fallback is to just use
PTHREAD_STACK_MIN, so I think it will work fine when the symbol is removed.
(assuming TLS is also moved elsewhere, I guess)

-- 
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]