-
Notifications
You must be signed in to change notification settings - Fork 18k
runtime: slice bounds out of range in issue9321 #9714
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
Comments
What's the race detector say? |
Just tried it... the program looks race-free, and the race detector agrees. |
I ran all weekend and saw no failures. |
I've run through 45,000+ iterations of this test on what I believe is the same hardware Rick used and haven't had any failures. I suspect whatever this was has been fixed in the intervening months. I also went through the cases in Buffer.grow and there does not appear to be any way to get an out-of-bounds in correctly executing code, suggesting this was a bug in the compiler or runtime. @RLH, since you were able to reproduce it easily before, care to give it another quick test and reopen if it's still happening? |
No problem. I'll reopen if I see a problem. On Monday, June 29, 2015, Austin Clements notifications@github.com wrote:
|
While continually running all.bash overnight I noticed that the mumble/go/test/fixedbugs/issue9321.go test failed after about 12 hours. I isolated the test and then started running the test using a simple loop
while ./issue9321; do true; done
This would reliably fail within about 10 minutes. This is on tip on an x64 Ubuntu 12 core Linux Google desktop machine.
The text was updated successfully, but these errors were encountered: