[Bug nptl/24776] pthread_key_create, pthread_setspecific are incompatible with dlmopen

fweimer at redhat dot com sourceware-bugzilla@sourceware.org
Wed Mar 19 05:33:04 GMT 2025


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

--- Comment #15 from Florian Weimer <fweimer at redhat dot com> ---
Created attachment 15997
  --> https://sourceware.org/bugzilla/attachment.cgi?id=15997&action=edit
workaround.patch

Workaround is to use dlmopen to get a handle for the main libc and call
pthread_key_create etc. from there.

Patch is against the attached  reproducer.

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


More information about the Glibc-bugs mailing list