This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Description
Please see this V8 commit that changes how frames are marked: v8/v8@9dcd085#diff-a6fe1dc6ffc293ad02ba0491647dfef5
More concretely, off_fp_marker
is no longer available as a constant in the post-mortem data. If your post-mortem tools are dependent on this constant, you might need to look at the change above.
I've submitted this CL to fix the post-mortem data generation as a result of the above change.
/cc @jgi, @indutny.
[Is there a better way to provide such head's up other than opening like issues like this here?]