rust-minidump / rust-minidump

Type definitions, parsing, and analysis for the minidump file format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't let CFI terminate stack walking early

jrmuizel opened this issue · comments

If CFI information evaluates to 0 and there's lots of stack left we probably messed up and should either back up or switch to stack scanning.

See https://bugzilla.mozilla.org/show_bug.cgi?id=1747821#c4 for and example of this.