-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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/go: panic: runtime error: slice bounds out of range #12156
Labels
Milestone
Comments
Moving the vendor in $GOPATH root causes panic:
vendor in $GOPATH/src works correctly:
|
Nice, thanks. |
CL https://golang.org/cl/13674 mentions this issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Does not appear to be a dup of #11414
Problem is reproducible on tip +e8c4a5b as well as go1.5rc1 tag. Added a few printfs just before line 453:
Full output:
Version, build and directory configuration:
Contents of
command.go
:The text was updated successfully, but these errors were encountered: