TLS, 2015 edition
Rich Felker
dalias@libc.org
Wed Apr 1 16:54:00 GMT 2015
On Tue, Mar 31, 2015 at 11:26:02AM +0100, Szabolcs Nagy wrote:
>
>
> On 30/03/15 23:50, Stan Shebs wrote:
> > Through a series of unfortunate events (starting with an infinite loop
> > in an obscure Java test) I seem to have inherited the async-safe TLS
> > problem.
> >
>
> i don't know about this bug, but i assume this is a lazy
> binding issue
>
> in that case linking with '-z now' should solve the problem
> (..assuming glibc does the dynamic tls allocation at load
> time then and at thread creation time)
Using -z now only affects _binding_, not allocation of dynamic TLS.
Except for TLSDESC, lazy binding is never used for TLS, so -z now has
no effect at all.
Rich
More information about the Libc-alpha
mailing list