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

Uncaught failed assertion when node belongs to multiple ranks #9

Closed
siefkenj opened this issue Jan 28, 2013 · 1 comment
Closed

Uncaught failed assertion when node belongs to multiple ranks #9

siefkenj opened this issue Jan 28, 2013 · 1 comment

Comments

@siefkenj
Copy link

I am not sure if it is in the scope of this project, but when presented with the following graph

digraph {
    subgraph cluster0 {
        a;
    }
    subgraph {
        rank=same
        a; b;
    }
}

dot issues Warning: a was already in a rankset, ignored in cluster _anonymous_0 and continues processing the graph. Viz.js on the other hand issues Assertion failed: find_fast_node(g, n), at: fastgr.c,231,delete_fast_node and does not continue laying out the graph. When dot runs is it catching these errors and telling the program to keep going? Is this something possible in Viz.js?

@siefkenj
Copy link
Author

My apologies. This seems to be something that works in graphviz 2.26, but not in 2.28. Upstream problem!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant