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

Read lock during package build #1302

Closed
AltGr opened this issue Apr 3, 2014 · 1 comment · Fixed by #1507
Closed

Read lock during package build #1302

AltGr opened this issue Apr 3, 2014 · 1 comment · Fixed by #1507

Comments

@AltGr
Copy link
Member

AltGr commented Apr 3, 2014

Cf. #1299 :
currently read locks are disabled, which seems to be a used unsafe feature.

@AltGr AltGr added the Bug label Jul 4, 2014
@AltGr AltGr added this to the Next milestone Jul 4, 2014
@AltGr
Copy link
Member Author

AltGr commented Jul 8, 2014

The issue doesn't happen during normal package install, (switch write lock, while opam config var requires a global read lock, so it's ok) ; it happens during installs done by switch commands, which don't release the global write lock.

This was referenced Jul 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant