On 05.01.2018 17:05, Evangelos Petsalis wrote:
> I am trying to create a simple NxM graph where each vertex is connected to
> all of its immediate neighbors with directed edges. When I use graph_draw to
> see the graph it crashes if I  define the graph to be directed, but works
> fine when the graph is not. 
> Interestingly enough, the problem seems to disappear for very small size
> graphs (e.g. 5x5)
> 
> I am using version 2.26 on an Ubuntu 16.04 system. See bellow a snippet of
> code that recreates the problem.

I can't reproduce the crash here... Do you have a GDB stack trace of the
segfault?

-- 
Tiago de Paula Peixoto <[email protected]>
_______________________________________________
graph-tool mailing list
[email protected]
https://lists.skewed.de/mailman/listinfo/graph-tool

Reply via email to