Closed
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.