Skip to content

Use runtime.Frames in stacktraces #354

Closed
@akshayjshah

Description

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.

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions