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

cmd/link, runtime: panic "invalid spdelta" with -ldflags="-linkmode internal" #14397

Closed
mattn opened this issue Feb 19, 2016 · 6 comments
Closed
Milestone

Comments

@mattn
Copy link
Member

mattn commented Feb 19, 2016

mattn/go-sqlite3#272

forwarning report of issue. sorry.

@ianlancetaylor ianlancetaylor changed the title panic "invalid spdelta" with -ldflags="-linkmode internal" cmd/link, runtime: panic "invalid spdelta" with -ldflags="-linkmode internal" Feb 19, 2016
@ianlancetaylor ianlancetaylor added this to the Go1.6.1 milestone Feb 19, 2016
@minux
Copy link
Member

minux commented Feb 19, 2016 via email

@ToadKing
Copy link

Internal linking is needed on Windows in order for DWARF info to work. If it is going to be deprecated, #10776 should be fixed first.

@bradfitz bradfitz modified the milestones: Go1.6.1, Go1.6.2 Apr 7, 2016
@rsc
Copy link
Contributor

rsc commented Apr 7, 2016

Might be same fix at least as #13568. I never got that the fix for that one to a point where I believed it, so it didn't get checked in. Maybe someone can try that fix here?

@rsc rsc added the Release-OK label Apr 7, 2016
@adg adg modified the milestones: Go1.6.3, Go1.6.2 Apr 19, 2016
@adg adg removed the Release-OK label Apr 19, 2016
@rsc
Copy link
Contributor

rsc commented May 23, 2016

I doubt there will be a Go 1.6.3, but Go 1.7 will include https://go-review.googlesource.com/18322, which will likely fix this.

@rsc rsc closed this as completed May 23, 2016
@rsc rsc modified the milestones: Go1.7, Go1.6.3 May 23, 2016
@ToadKing
Copy link

I've tested this on the latest master, and while the "invalid spdelta" warning is fixed the program still fails to run.

@ianlancetaylor
Copy link
Contributor

@ToadKing If the invalid spdelta error is gone, please open a new issue for the new problem you are encountering. Thanks.

@golang golang locked and limited conversation to collaborators May 23, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

8 participants