Skip to content

proc: do not ignore error return of funcCallEvalFuncExpr#3850

Merged
derekparker merged 1 commit into
go-delve:masterfrom
aarzilli:issue3848maybe
Nov 6, 2024
Merged

proc: do not ignore error return of funcCallEvalFuncExpr#3850
derekparker merged 1 commit into
go-delve:masterfrom
aarzilli:issue3848maybe

Conversation

@aarzilli

@aarzilli aarzilli commented Nov 6, 2024

Copy link
Copy Markdown
Member

This is probably the cause of the panic such as in issue #3848 and
other similar issues, it is hard to be sure because we never get a
proper reproducer but judging from the stack traces it should be this.

Also it doesn't affect versions of Go that have the debug pinner.

Fixes #3848

This is probably the cause of the panic such as in issue go-delve#3848 and
other similar issues, it is hard to be sure because we never get a
proper reproducer but judging from the stack traces it should be this.
Also it doesn't affect versions of Go that have the debug pinner.

Fixes go-delve#3848

@derekparker derekparker left a comment

Copy link
Copy Markdown
Member

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 b16e12f into go-delve:master Nov 6, 2024
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.

invalid memory address or nil pointer dereference panic from delve package

2 participants