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.
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.