Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix extra stack frame on exception stack trace #99263

Merged
merged 1 commit into from
Mar 6, 2024

Commits on Mar 5, 2024

  1. Fix extra stack frame on exception stack trace

    A recently added diagnostic test has revealed that throwing an exception
    from a funclet results in an extra frame on the stack trace that should
    not be there.
    This change fixes it in a manner equivalent to how the old EH handles that.
    janvorli committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    3d6f0fc View commit details
    Browse the repository at this point in the history