graphvizで画像を扱ったらエラー発生

Ken published on
1 min, 108 words

Categories: tech

画像を含んだdotファイルをgraphvizで扱ったらエラーが発生。

2018-08-31 12:55:13.827 dot[2827:136681] +[__NSCFConstantString length]: unrecognized selector sent to class 0x7fff82c626e8
2018-08-31 12:55:13.828 dot[2827:136681] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[__NSCFConstantString length]: unrecognized selector sent to class 0x7fff82c626e8'

インストール時に--with-pangoオプションを指定することで解消した。

brew reinstall graphviz --with-pango

参考リンク

Graphviz crashes on Mac during render using Quartz