-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dynamic tls tests broken with glibc 2.25 #914
Comments
Seems to be caused by this: https://sourceware.org/bugzilla/show_bug.cgi?id=17730 |
Perhaps we just need something like |
I've pinged the glibc folks here: https://sourceware.org/ml/libc-alpha/2018-02/msg00567.html |
All 32-bit applications currently crash with glibc 2.27, I have reported a new issue for this here: #954 |
"Fix tls_get_addr handling for glibc >=2.25" (https://reviews.llvm.org/D147459) landed in LLVM upstream last Friday, which should fix the issue. |
People start complaining about glibc 2.25 breaking the sanitizers.
https://bugs.llvm.org/show_bug.cgi?id=36065
https://bugs.llvm.org/show_bug.cgi?id=36326
I don't have cycles to work on this, volunteers welcome.
If anyone here from glibc, https://sourceware.org/glibc/wiki/ThreadPropertiesAPI is still relevant.
The text was updated successfully, but these errors were encountered: