Comment 12 for bug 1266492

Revision history for this message
In , Darryl L. Miles (darryl-miles) wrote :

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.