-
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
In some case,the bytes_queue may lead panic #300
Labels
Comments
I read the source,the code in
if q.head - q.tail=128, the headerEntrySize equals to 2, but the emptyBlobLen=126,and in q.push the headerEntrySize=1,not equal to 2 |
And I use BigCache reproduce the panic:
|
contestjia
pushed a commit
to contestjia/bigcache
that referenced
this issue
Nov 18, 2021
The new commit-id 16df11e can fix the issue
janisz
pushed a commit
that referenced
this issue
Dec 3, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the issue you are having?
Minimal, Complete, and Verifiable Example
Environment:
/etc/os-release
or winver.exe): windows/amd64The text was updated successfully, but these errors were encountered: