Skip to content
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

Fix file-locking issue in windows #125

Closed
tdejager opened this issue Dec 11, 2023 · 1 comment
Closed

Fix file-locking issue in windows #125

tdejager opened this issue Dec 11, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@tdejager
Copy link
Contributor

tdejager commented Dec 11, 2023

On windows there seems to be an issue that a the file-locking mechanism in the file_store.rs causes RIP to sometimes never be able to acquire the lock.

There was an error in the locking code, that could result in a deadlock that was fixed in a test-branch on my @tdejager fork. test/test-deadlock but this does not seem to resolve the issue.

Currently, this is kinda blocking the use of RIP in pixi, as this can cause download/resolve progress to completely stop.

We are still investigating this.

@tdejager tdejager added the bug Something isn't working label Jan 19, 2024
@tdejager
Copy link
Contributor Author

tdejager commented Feb 6, 2024

Closes as we have found the issue.

@tdejager tdejager closed this as completed Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Archived in project
Development

No branches or pull requests

2 participants