Homebrew / homebrew-core

🍻 Default formulae for the missing package manager for macOS (or Linux)
https://brew.sh
BSD 2-Clause "Simplified" License
13.77k stars 12.45k forks source link

Graphviz dot command crashes when using the quartz renderer on macOS high Sierra #18684

Closed juls007 closed 7 years ago

juls007 commented 7 years ago

To help us debug your issue please explain:

java -jar schemaspy-6.0.0-rc1.jar -t mysql -dp mysql-connector-java-5.1.44-bin.jar -db database -host 127.0.0.1 -u username -p password -o . -renderer :quartz

neoaddix commented 7 years ago

+1

fxcoudert commented 7 years ago

From what I can test, both graphviz and graphviz --with-pango are running fine on several .dot files from the graphviz example gallery. So I am suspecting this is a specific problem with this .dot file, which I encourage you to report to Graphviz and attach the specific file at issue so they can look into it!

juls007 commented 7 years ago

I reported this problem to Graphviz, and I believe a developer is now looking into this. Thanks!

kfaldu commented 6 years ago

@juls007 thanks for the issue - we are having same issue

can you share the how can we track the issue they are looking into?

juls007 commented 6 years ago

you can view/track the issue at the following link: https://github.com/ellson/MOTHBALLED-graphviz/issues/1287

pchaganti commented 6 years ago

👍

pchaganti commented 6 years ago

Was having this issue on OSX. Reinstalling from brew fixed it for me.

brew reinstall graphviz --with-pango