-
Notifications
You must be signed in to change notification settings - Fork 249
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
runtime error: slice bounds out of range #941
Comments
@vladtreny Thanks for the report. Could you clarify the conditions under which you get this error? Are you running the CTFE server, or using |
Hello, |
I'm not familiar with this code, but I thought I'd take a look for anything obviously unsafe here. The very odd thing is that there's literally a check before the slice function that checks that the parameters are safe. Unless there's something wrong with @vladtreny is it possible that you have code outside of these calls that modifies the slice passed in?
|
Hello, I do not get this error on 1000 goroutines. But get it on 10k-20k using the same array. Maybe hitting OS limits somewhere, but it is a powerful sever and also tried huge os limits. On every goroutine, I just parse cert and then loop the data, do not change slices
Anyway thank you so much for this library, works much better than included in go. |
It may be worthwhile to run this with the |
Hello,
Sometimes unexpectedly get the following error
The text was updated successfully, but these errors were encountered: