[cxx-abi-dev] thread_local destructors

Jason Merrill jason at redhat.com
Fri Sep 21 14:00:46 UTC 2012


On 09/21/2012 09:08 AM, Jason Merrill wrote:
> On 09/20/2012 06:26 PM, Dennis Handly wrote:
>> Would one of the "don't do that" responses be to at least dump a list of
>> all of the TLS objects (addresses of object and dtor and the shlib
>> KEY) that are affected, before aborting?
>
> That would be more user-friendly, yes.

Another possibility would be to lock affected shlibs in memory, such as 
with the glibc RTLD_NODELETE flag to dlopen.

Jason



More information about the cxx-abi-dev mailing list