This is the mail archive of the glibc-bugs@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]

[Bug malloc/16159] malloc_printerr() deadlock, when calling malloc_printerr() again


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

--- Comment #7 from Darryl Miles <darryl.miles at darrylmiles dot org> ---
Another idea, do not backtrace() every malloc() error, only the first one (the
outer most one).


But right now the process deadlocks itself, on what looks to be a non-recursive
mutex trying to do fancy backtrace on every malloc() problem found.

The process must die.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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