You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2025. It is now read-only.
Describe the bug
When running the latest version of OCIS, a SW relying on go-micro, I have some crashes (owncloud/ocis#10785)
The backtrace look like this (I extracted only the relevant part):
I did some research and in
cache.go
I've the following code:From what I understood, this function take a "read only lock" but
isValid
need a RW lock, because of this line:The bug might have been introduced with this PR #2736
The text was updated successfully, but these errors were encountered: