cvs commit: src/lib/libc/stdlib malloc.c
Marcel Moolenaar
marcel at FreeBSD.org
Sun Jan 15 16:32:47 PST 2006
marcel 2006-01-16 00:32:46 UTC
FreeBSD src repository
Modified files:
lib/libc/stdlib malloc.c
Log:
Define NO_TLS on ia64. The dynamic TLS implementation on ia64 is
broken for non-threaded shared processes in that __tls_get_addr()
assumes the thread pointer is always initialized. This is not the
case. When arenas_map is referenced in choose_arena() and it is
defined as a thread-local variable, it will result in a SIGSEGV.
PR: ia64/91846 (describes the TLS/ia64 bug).
Revision Changes Path
1.94 +1 -0 src/lib/libc/stdlib/malloc.c
More information about the cvs-src
mailing list