-
Notifications
You must be signed in to change notification settings - Fork 199
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
Client v7 occasionally crushes with concurrent map read and map write #446
Comments
Thanks for your report. I'm working on it. |
I understand everyone has been busy, but I made an attempt to fix this issue. Please take a moment to review it when you can so that everyone can benefit. Here is my diff for your review #454 cc @khaf @Gaudeamus |
@Gaudeamus Could you please paste the whole panic report? Usually Go reports race conditions with where both the last read and write happened. Without it lots of guess work is needed to decide how the race is happening. In your other report, I speculated that you may - unnecessarily - be creating a new |
Hello, khaf
|
Hello, seems like across different client versions the same bug is persistent
Current report is for client version v7.6.0
Note: same issue was reported for v6,v5 #399
The text was updated successfully, but these errors were encountered: