This is the mail archive of the libc-alpha@sources.redhat.com 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: Problem with saving whole process data on user level


Yes, there is always per-thread setup done for TLS when glibc is using TLS,
even in a single-threaded program.  If you don't want to deal with this at
all, you can avoid using the TLS-supporting version of libc with
LD_ASSUME_KERNEL.  If you want your hack to work with current glibc, then
you need to read the rtld code that does the TLS setup and understand it so
you can replicate it on checkpoint restoration.


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