https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71978
Rian Quinn <rianquinn at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #5 from Rian Quinn <rianquinn at gmail dot com> --- Turns out this was an issue with our unwinder. For whatever reason, I missed the "DW_OP_deref" opcode in the output which was needed to make all of this make sense. Our unwinder was missing the last instruction as we were using "<" instead of "<=". I closed this as the bug is invalid.