Problem with saving whole process data on user level
Roland McGrath
roland@redhat.com
Fri Jan 9 23:46:00 GMT 2004
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.
More information about the Libc-alpha
mailing list