[Bug libc/11214] There is a race condition in ld.so with CLONE_VM
jakub at redhat dot com
sourceware-bugzilla@sourceware.org
Wed Jan 27 06:50:00 GMT 2010
------- Additional Comments From jakub at redhat dot com 2010-01-27 06:50 -------
IMNSHO this is a gdb bug, there is no point hacking up something in this ld.so
case when many other things break equally horribly when using CLONE_VM without
cloning TLS - everything that uses __thread or other thread local area fields is
broken in that case. While the kernel supports all flags for clone, glibc
supports only a limited subset of the combinations.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=11214
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the Glibc-bugs
mailing list