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 am using 1.9.5
when trying to remove a file such as /tmp/test-973171232/testDir/test-129751122.test using MemMapFS, I am getting a panic panic: parent of /tmp/test-973171232/testDir/test-129751122.test is nil coming from unRegisterWithParent (
I am using
1.9.5
when trying to remove a file such as
/tmp/test-973171232/testDir/test-129751122.test
using MemMapFS, I am getting a panicpanic: parent of /tmp/test-973171232/testDir/test-129751122.test is nil
coming fromunRegisterWithParent
(afero/memmap.go
Line 72 in d92c300
The same used to be possible in previous versions and therefore, this looks like a regression.
The text was updated successfully, but these errors were encountered: