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

running cargo in a custom toolchain is racy #2247

Open
rbtcollins opened this issue Mar 2, 2020 · 0 comments
Open

running cargo in a custom toolchain is racy #2247

rbtcollins opened this issue Mar 2, 2020 · 0 comments
Labels

Comments

@rbtcollins
Copy link
Contributor

This is probably best tackled after #988 is fixed. Running cargo in a custom toolchain unlinks and copies in a copy of cargo into a common well known fallback dir. This can race if run concurrently, leading to spurious errors.

There are a couple possible errors: failure to unlink due to cargo still running; failure to execute due to cargo unlinked by another process.

@rbtcollins rbtcollins added the bug label Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant