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

graph.dot segmentation fault #27

Open
iammarvelous opened this issue Oct 10, 2016 · 1 comment
Open

graph.dot segmentation fault #27

iammarvelous opened this issue Oct 10, 2016 · 1 comment

Comments

@iammarvelous
Copy link

Hi. Whenever I call graph.dot, torch crashes and I get segmentation fault. And graphviz works fine in bash. Any ideas?

Specifically, the package seems loading graphviz correctly.

I tried
graphvizOk, graphviz = pcall(function() return ffi.load('libgvc.so.6', true) end)
cgraphOk, cgraph = pcall(function() return ffi.load('libcgraph.so.6', true) end)
Both graphvizOk and cgraphOk returns true.

The same issue is also asked in nngraph.

@anuragranj
Copy link

Did you make it work? I have the same 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

2 participants