I've been seeing some puzzling stack traces in ERA -- sequences of calls that aren't possible in the code. For example, I'll see functions in the Backtrace that aren't reachable from the functions below them. Heck, I've seen functions in the Backtrace that aren't reachable at all (they're part of the common core but not called by the given app).
I'm wondering if the optimizer with 3z is either (a) creating issues that cause crashes or (b) showing the wrong line number/stack traces.