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
Problem: if H.cache is updated between steps 3 and 7, then the value is corrupted. This is also the case for any other augmented assignment operator, e.g. +=. Probably the solution is to lock the left hand side (which isn't always a hash table), but given the code it's unclear how to do this.
I mentioned this here, but it's becoming very critical, so wanted to make it its own issue.