[graph-tool] Re: Core dump

2021-11-11 Thread Monecke, Stephan
I bisected manually until I found the problem: shortest_path() segfaults when 
the vertex is not present.


- - MWE - -


import graph_tool.all as gt
gt.shortest_path(gt.Graph(), 1, 2)
Segmentation fault (core dumped)

- - o - -


I wrote a ticket for that.


Thanks for your help!


Von: Tiago de Paula Peixoto 
Gesendet: Donnerstag, 11. November 2021 11:05
An: graph-tool@skewed.de
Betreff: [graph-tool] Re: Core dump

Am 11.11.21 um 10:47 schrieb Monecke, Stephan:
> Any ideas on how I can debug this?
>

Yes: try to isolate the problem by constructing a minimal,
self-contained program that reproduces the crash.

--
Tiago de Paula Peixoto 
___
graph-tool mailing list -- graph-tool@skewed.de
To unsubscribe send an email to graph-tool-le...@skewed.de
___
graph-tool mailing list -- graph-tool@skewed.de
To unsubscribe send an email to graph-tool-le...@skewed.de


[graph-tool] Re: Core dump

2021-11-11 Thread Tiago de Paula Peixoto

Am 11.11.21 um 10:47 schrieb Monecke, Stephan:

Any ideas on how I can debug this?



Yes: try to isolate the problem by constructing a minimal, 
self-contained program that reproduces the crash.


--
Tiago de Paula Peixoto 
___
graph-tool mailing list -- graph-tool@skewed.de
To unsubscribe send an email to graph-tool-le...@skewed.de