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]

malloc->backtrace->dlopen->malloc deadlock


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 know Carlos was working on making this kind of reentrance work.
Did that get done?  Is there another bug number that 16573 should
be a dup of?


Thanks,
Roland


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