This is the mail archive of the libc-help@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: pthread_mutex_lock hang during tls_get_addr_tail()


On Sat, Sep 10, 2016 at 4:09 PM, Paul Smith <paul@mad-scientist.net> wrote:

> Does anything else take this lock, other than a dlopen() or similar?

The lock appears to be used in quite a few places:
dlopen/dlclose/dl_iterate_phdr, init and fini processing, symbol
resolution for STB_GNU_UNIQUE symbols, __cxa_thread_atexit.

> Certainly my library doesn't do any dlopen() or similar.

But Java certainly does.

-- 
Paul Pluzhnikov


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