-
Notifications
You must be signed in to change notification settings - Fork 18k
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: panic during go test on tip #14783
Labels
Milestone
Comments
Is there something I can go get to reproduce this? |
|
Thanks for the report. This looks like the *Lsym that
|
Reproduction:
I believe I understand the cause and will get a CL out soon. |
CL https://golang.org/cl/20566 mentions this issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
go version devel +de4317c
linux/amd64
Travis CI ran the tests for my project, here is the job: https://travis-ci.org/go-kit/kit/jobs/115414128
Tests pass.
The build output is a little confusing, mea culpa. It looks like the test that triggers this panic is from package kit/log, you can find that by searching that page for "build failed".
The text was updated successfully, but these errors were encountered: