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

Use runtime.Frames in stacktraces #354

Closed
akshayjshah opened this issue Mar 7, 2017 · 0 comments
Closed

Use runtime.Frames in stacktraces #354

akshayjshah opened this issue Mar 7, 2017 · 0 comments

Comments

@akshayjshah
Copy link
Contributor

As a consequence of Go 1.9's mid-stack inlining, PCs no longer have a 1:1 relationship with the frames we'll want to show in stacktraces. We'll need to switch to using runtime.Frames instead.

See golang/go#19426 for some more color.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant