-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem with remove lock file in windows #41
Comments
@allaVolkov is this still present on |
I'm seeing this error using Windows via GitHub Actions:
I'm using version |
I tried to reproduce the problem (I use the code in the issue description) on GitHub Action (Windows), but I could not get the error with v0.7.2, v0.7.3, v0.8.0, v0.8.1, and v0.9.0, etc. I tried:
So I don't know what to do: the Windows FS is a parallel world where even Go needs a dedicated internal package to "eliminate spurious errors". I need something to reproduce the problem with the current version. |
The following code works without errors in Unix and ends with error
Remove of lock file failed with: remove C:\Users\i019379\go\src\testLocking\lock.lock: The process cannot access the file because it is being used by another process.
in Windows.Thus in Windows it's impossible to remove lock file if more then one process tried to make locking.
The text was updated successfully, but these errors were encountered: