-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
DW_FORM_strx with no .debug_str_offsets section #1269
Comments
Adding
|
@leonardinius Unfortunately, I get this error with this configuration during compilation:
|
Seems like it's an error on MacOS 15 |
this issue still be reproduced, go sdk 1.23.1, macOS 15.0 Beta (24A5331b)
the newest dlv at master branch could fix this issue if goland, using command
|
I get this with the just released MacOS 15 |
Same issue with macOS 15.0 sequoia, dlv 1.23.0, GoLand 2024.2, go1.23.1 darwin/arm64. |
alguien soluciono esto? me pasa con GoLand 2024.2 |
Here's my solution
|
i was having this issue after upgrading to macos15. sudo rm -rf /Library/Developer/CommandLineTools
xcode-select --install |
nice |
@zt-9 reinstalling xcode-select didn't solve the issue for me. |
This way is correct |
Saved my day :-) Thanks |
i just tried this and it also works
|
for me macos 15
|
Saved my day 👍🏼! For one who use IntelliJ IDEA, cp dlv to |
shall we disable the System Integrity Protection (SIP) ? |
Reinstalling xcode-select on MacOS 15 with VSCode solved this issue for me |
Probably not. I haven't disabled it myself. |
thank you! |
Check I am running |
My system version is 15.0.1 (24A348). This answer perfectly resolved my issue:
|
The issue has appeared when I updated to Mac OS 15.0 Beta (24A5309e)
I use GoLand 2024.2, Go 1.22.6, go-sqlite3 v1.14.22
Just add a simple import to an empty project:
After launching I get this error:
It seems like it's something with binary compatibility
The text was updated successfully, but these errors were encountered: