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

proc: fix stacktrace frame after runtime.sigpanic #3638

Merged
merged 1 commit into from Jan 18, 2024

Conversation

aarzilli
Copy link
Member

The first frame after sigpanic didn't execute a call so we shouldn't
decrement the PC address to look up its location.

Fixes #3634

The first frame after sigpanic didn't execute a call so we shouldn't
decrement the PC address to look up its location.

Fixes go-delve#3634
Copy link
Member

@derekparker derekparker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@derekparker derekparker merged commit 4ed69d0 into go-delve:master Jan 18, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

panic incorrectly attributed to wrong line
2 participants