-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
reflect: slice index out of range #31801
Comments
It's interesting that using |
Running with |
Are any more infos on this available? We are seeing the same problem when using
|
It's fixed in 1.13.3 |
Using go version devel +762953be28 Thu May 2 00:42:51 2019 +0000 linux/amd64
While debugging #31784, I received a panic:
stack
I added the following line
And I am running the following command
go test -test.short=0 -run TestTransportMaxConnsPerHost$ -count=1000 -v > log
The text was updated successfully, but these errors were encountered: