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
This is a case I've actually looked in to in the past. It should only be able to happen if the same inode is being initialized concurrently from two different threads. Ideally, we'd just cleanly handle the error in this case but there's no easy way to handle the error this far in to the create path. But perhaps we could introduce some to ensure this can never happen.
Hit this panic on my desktop this morning.
The text was updated successfully, but these errors were encountered: