This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Async signal safe TLS accesses


On Wed, Oct 2, 2013 at 3:08 PM, Joseph S. Myers <joseph@codesourcery.com> wrote:
>
> I do think there is consensus for allowing TLS access in signal handlers.
> I'd like there to be consensus for TLS accesses never failing (i.e. all
> dynamic allocation being done at thread creation time or dlopen time, when
> it's possible to return an error status, and initial accesses doing no
> more than associating a variable with memory from a pool where a
> sufficient amount of memory is guaranteed to have been allocated at one of
> those times), but while I don't think anyone has objected to that, I'm not
> sure enough people have actually thought about it.

I agree, but for some initial thoughts see

https://sourceware.org/ml/libc-alpha/2012-06/msg00386.html

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]