-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
arm64 bt get endless main.main after nil pointer dereference #3545
Comments
Before nil pointer dereference happens, we get the SP, named SP_value_1 = 0x0000004000160770.
|
@derekparker
The dlv get the frame stack:
|
Please answer the following before submitting your issue:
Note: Please include any substantial examples (debug session output,
stacktraces, etc) as linked gists.
If this is about source listing not showing up (or breakpoints not being
accepted) while running in a container please read our
FAQ
first.
dlv version
)?go version
)?go version go1.20.10 linux/arm64
What operating system and processor architecture are you using?
CentOS Linux release 7.9.2009 (AltArch)
What did you do?
go build demo.go
What did you expect to see?
After the nil pointer dereference, the backstrace is right.
What did you see instead?
After the nil pointer dereference, the bt is wrong with endless main.main.
The text was updated successfully, but these errors were encountered: