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

Infinite loop during duplicate graph contstruction #184

Closed
Jake-Shadle opened this issue May 1, 2020 · 0 comments · Fixed by #183
Closed

Infinite loop during duplicate graph contstruction #184

Jake-Shadle opened this issue May 1, 2020 · 0 comments · Fixed by #183
Labels
bug Something isn't working

Comments

@Jake-Shadle
Copy link
Member

We get into an infinite loop when there are cyclic dependencies in the graph...
node_stack grows here indefinitely

node_stack.push(edge.source());

Originally posted by @Veetaha in #181 (comment)

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
None yet
Development

Successfully merging a pull request may close this issue.

1 participant