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: malloc->backtrace->dlopen->malloc deadlock


On Fri, 2016-01-08 at 15:37 -0800, Roland McGrath wrote:
> https://sourceware.org/bugzilla/show_bug.cgi?id=16573 describes a case
> where malloc checking triggering leads to a deadlock because
> malloc_printerr's call to backtrace leads to dlopen for libgcc_s.so and
> that calls into malloc.

I think this is the same as:

https://sourceware.org/bugzilla/show_bug.cgi?id=16159

p.



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