-
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
[delve/pkg/dwarf] panic: runtime error: slice bounds out of range #3873
Comments
I notice here that MacOS darwin/arm64 is not on the supported list. Could this be the issue, and if so, is there a plan to support Apple's M series of processors? |
Update, setting |
Darwin/arm64 is supported. There is probably a bug in our implementation of DWARFv5, it would be very helpful if you could share the binary file that produces this error, even privately. Alternatively can you post the output of |
Will send logs shortly |
Unfortunately, because the issue is occurring when debugging internal software at my company, I cannot provide anything beyond what I have already shared. |
Not even the names of the sections returned by |
For certain applications, Delve is panicking when I attempt to debug. This issue is only present for some of my go projects, some applications I can debug without issue.
dlv version
)?go version
)?Also, here is my go env
The text was updated successfully, but these errors were encountered: