The oboe_log function used to generate a backtrace every time it was called. The good news is that it can now suppress backtrace generation with an additional bool parameter! The bad news is that the default setting, off, differs from how the module used to work. I'm filing this as a bug accordingly.
Rather than setting the flag to TRUE everywhere to restore old behavior, we should consider only collecting backtraces in places where it's likely to be interesting. For instance: not on info events, or on hook-based layer exits.
Comments
Comment #1
pdrake commentedAgreed, this should be done only where it makes sense (hook/layer entry, primarily).
Comment #2
pdrake commentedCommitted to 7.x-1.x.
Comment #3
pdrake commentedComment #4
Eronarn commentedThis needs a D6 backport.
Comment #5
pdrake commented