-
Notifications
You must be signed in to change notification settings - Fork 31
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
Looking up a node from a branch that is also a part of a group introduced a deadlock #415
Comments
The depends actually doesn't matter, it's just nondeterministic as to whether it will deadlock or return the following error:
|
There seem to be a few intertwined issues that are involved here: Right now I've narrowed the deadlock down to |
fixed by #423 |
If something is inside of a conditional branch and is part of a group, then doing a lookup on that node without an explicit dependency introduces a deadlock.
This causes a deadlock:
but this doesn't:
The text was updated successfully, but these errors were encountered: