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

Segmentation fault (core dumped) #119

Open
byronwwang opened this issue Jun 23, 2016 · 5 comments
Open

Segmentation fault (core dumped) #119

byronwwang opened this issue Jun 23, 2016 · 5 comments

Comments

@byronwwang
Copy link

when I run the code in terminal under 'th' with the following codes, I got the Segmentation fault error.
image

@anjiang2016
Copy link

your graphviz could work?

@ghost
Copy link

ghost commented Jul 8, 2016

Hi, I am having the same issue :
graph_test

The graph is actually created in the current folder despite the segmentation error.
graph_test1

So I tested graphviz with a simple graph created in a text file:
graph_test2
and got a correct graph:
graph

graphviz seems fine, I can't figure out why Torch crashes every time I call graph.dot.

@iammarvelous
Copy link

Hi, guys. I have the same issue. Whenever I call graph.dot, torch crashes and I get segmentation fault. And graphviz works fine in bash. Do you guys figure it out?

@iammarvelous
Copy link

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.

@rcoborod
Copy link

rcoborod commented Mar 6, 2017

I get the same problem over a brand new centos 7.3 with a clean recent torch installation...following the documentation....

I am trying to type the same as in youtube practice 4.2 video, step by step ...

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

4 participants