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: _dl_profile_fixup & libc_p


I have quite resolved this problem.

If a function that call tls, nss, or any _dl_* (for example _dl_fixup)
is instrumented program crash.
For example __pthread_minimal_initialized call _dl_tls_init (or
something like this, I don't have a source code now) if I disable
profiling for this function all work.

I think that there is a problem with the functions that are profiled
and that operated with kernel and ELF structure.

Thanks a lot for your help,

-- 
Gian Lorenzo Meocci
http://www.meocci.it


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