-
Notifications
You must be signed in to change notification settings - Fork 599
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
panic: runtime error: index out of range [7] with length 1 #226
Comments
(Oops. closed by missclick) Can you show what you're passing to |
Hi @cristaloleg , this is my code for using Set and Get
Below is the code using Iterator and SetNext,Synchronize bigcache data to redis every 5s
|
Have the same issue on production
|
also it appears after big cache panics, the cache get method will hang without throwing errors. it's better not to recovery the panic and let the app crash / or downgrade the bigcache version |
I am experiencing the same issue on a deployed product. |
@jassentang Is it resolved ? I also meet this problem |
Unfortunately there is not known way to reproduce it so it's impossible to fix :( |
I re-thought why i was using BigCache and managed to remove it from my design. Only solution I found so far. |
Bigcache runs for about 1 day, crash!
How to solve this problem?
My bigcache configuration is:
I used the Set, Get, Iterator(), SetNext() functions of bigcache.
The log of crash is as follows:
The text was updated successfully, but these errors were encountered: