Here is the command I'm using:
fdp -v pastebin.dot -Tsvg -o pastbin.svg
Running this file as-is works fine, but if I remove the comment from the last statement, e.g:
//"app:s3depo:NFS" -- "cluster:vm:S3P";
becomes...
"app:s3depo:NFS" -- "cluster:vm:S3P";
Then I will get a segmentation fault.
Input file: b1569.dot
Comments:
[arif] Seems working on WIN32,
It should be because of the old version you are using.
I think upgrading to 2.20 would solve the problem.
[jbl] I do not have the ability to upgrade to 2.20, because it requires library versions that are not available on my version of Ubuntu.
Would it be possible to have someone check this under gviz 2.20 for linux, just to make certain?
[erg] This works with 2.20 on OSX and 2.21 on Linux. It is unlikely that the bug is system-specific, and there have been various fdp fixes included in 2.20 and 2.21.
[jbl] I've just compiled gviz 2.20.3, and got the same error:
========================
jbl@blopez-d620:~/tmp/graphviz/pse-tools-env-diagrams$ /home/jbl/graphviz/bin/fdp -V
fdp - Graphviz version 2.20.3 (Wed Feb 11 19:31:22 UTC 2009)
jbl@blopez-d620:~/tmp/graphviz/pse-tools-env-diagrams$ tail -n 5 pastebin.dot
}
"app:s3repo:NFS" -- "cluster:vm:S3P";
"app:s3depo:NFS" -- "cluster:vm:S3P";
}
jbl@blopez-d620:~/tmp/graphviz/pse-tools-env-diagrams$ /home/jbl/graphviz/bin/fdp pastebin.dot -Tsvg -o pastebin.svg
Segmentation fault
========================
[jbl] Looks like it is resolved in 2.21!