You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And now when I load a graphdb and try to find the shortest_path_tree, I get this segfault
Core was generated by `python ./gs_server.py --gtfsdb=toronto.gtfsdb --graphdb=toronto.gdb --debug'.
Program terminated with signal 11, Segmentation fault.
#0 vGetIncomingEdgeList (g=0x20e2da70, origin_label=0xa0b4944 "sta-10491") at graph.c:355
355 return this->incoming->next; //the first node is a dummy
The text was updated successfully, but these errors were encountered:
Rebasing to the latest graphserver code has been very bumpy. I am at commit
And now when I load a graphdb and try to find the shortest_path_tree, I get this segfault
The text was updated successfully, but these errors were encountered: