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
I was debugging an NDF in skyd and ran into the following race condition while running commit 7df49efeb198ce8d27d7ac5a91ce1c4da9cf7311.
I haven't looked into it any further yet because it only happend once so far but there might be something wrong in managedAddPhysicalSector since we are calling defer sf.mu.RUnlock suggesting that we only have a read lock on the storage folder while calling setUsage.
I was debugging an NDF in skyd and ran into the following race condition while running commit
7df49efeb198ce8d27d7ac5a91ce1c4da9cf7311
.I haven't looked into it any further yet because it only happend once so far but there might be something wrong in
managedAddPhysicalSector
since we are callingdefer sf.mu.RUnlock
suggesting that we only have a read lock on the storage folder while callingsetUsage
.The text was updated successfully, but these errors were encountered: