GraphScope icon indicating copy to clipboard operation
GraphScope copied to clipboard

[BUG] When we first add vertices and then add edges, the session crashes.

Open xarion opened this issue 3 years ago â€ĸ 0 comments

Describe the bug When loading datagen-8_5-fb and datagen-9_0-fb, if we add the vertices first and then add edges, the session crashes.

To Reproduce .e file is converted to csv. Output of head -5 datagen-9_0-fb.e.csv

src,dst,weight
6,4555728,1
6,4398047253128,1.01186
6,4398057310021,1.20188
6,6597075841739,1.48837

.v file is single column for the vertex ids. Output of head -5 datagen-9_0-fb.v

6
10
41
48
50

graph loading using the following script

g = g.add_vertices("/home/graphscope/data/fb90/datagen-9_0-fb.v", label="vertex")
g = g.add_edges("/home/graphscope/data/fb90/datagen-9_0-fb.e.csv", 
                src_field="src", 
                dst_field="dst", 
                properties=["weight"],
                label="edge")

Expected behavior Successfully adding the edges and vertices. Important when we want to define properties for vertices.

Screenshots image

Environment (please complete the following information):

  • GraphScope version: 0.14.0
  • OS: linux
  • Kubernetes Version 1.22

Additional context logs

2022-07-13 21:23:29,775 [INFO][cluster:695]: Launching etcd ...
2022-07-13 21:23:30,969 [INFO][cluster:906]: Etcd created, endpoint is 10.100.85.99:58840
2022-07-13 21:23:30,969 [INFO][cluster:927]: Creating interactive engine service...
2022-07-13 21:23:30,969 [INFO][cluster:855]: Launching zetcd proxy service ...
2022-07-13 21:23:30,969 [INFO][cluster:867]: zetcd cmd /home/graphscope/.local/lib/python3.8/site-packages/graphscope.runtime/bin/zetcd --zkaddr 0.0.0.0:2181 --endpoints http://gs-etcd-service-graphscope:58840,http://gs-etcd-graphscope-0:58840,http://gs-etcd-graphscope-1:58840,http://gs-etcd-graphscope-2:58840
Running zetcd proxy
Version: Version not provided (use make instead of go build)
SHA: SHA not provided (use make instead of go build)
2022-07-13 21:23:31,975 [INFO][cluster:896]: ZEtcd is ready, endpoint is 192.168.1.3:2181
2022-07-13 21:23:31,975 [INFO][cluster:934]: Creating engine replicaset...
2022-07-13 21:23:31,975 [INFO][cluster:534]: Launching GraphScope engines pod ...
2022-07-13 21:23:34,388 [INFO][cluster:987]: [gs-engine-graphscope-58dl6]: Successfully assigned default/gs-engine-graphscope-58dl6 to ip-192-168-48-7.eu-west-3.compute.internal
2022-07-13 21:23:34,389 [INFO][cluster:987]: [gs-engine-graphscope-58dl6]: Pulling image "registry.cn-hongkong.aliyuncs.com/graphscope/graphscope:0.14.0"
2022-07-13 21:23:35,393 [INFO][cluster:987]: [gs-engine-graphscope-gcfw9]: Successfully assigned default/gs-engine-graphscope-gcfw9 to ip-192-168-20-242.eu-west-3.compute.internal
2022-07-13 21:23:35,394 [INFO][cluster:987]: [gs-engine-graphscope-gcfw9]: Pulling image "registry.cn-hongkong.aliyuncs.com/graphscope/graphscope:0.14.0"
2022-07-13 21:23:36,286 [INFO][cluster:987]: [gs-engine-graphscope-gcfw9]: Successfully pulled image "registry.cn-hongkong.aliyuncs.com/graphscope/graphscope:0.14.0" in 2.042607928s
2022-07-13 21:23:36,400 [INFO][cluster:987]: [gs-engine-graphscope-hfg4t]: Successfully assigned default/gs-engine-graphscope-hfg4t to ip-192-168-70-200.eu-west-3.compute.internal
2022-07-13 21:23:36,401 [INFO][cluster:987]: [gs-engine-graphscope-hfg4t]: Pulling image "registry.cn-hongkong.aliyuncs.com/graphscope/graphscope:0.14.0"
2022-07-13 21:23:36,401 [INFO][cluster:987]: [gs-engine-graphscope-hfg4t]: Successfully pulled image "registry.cn-hongkong.aliyuncs.com/graphscope/graphscope:0.14.0" in 2.410451272s
2022-07-13 21:23:36,402 [INFO][cluster:987]: [gs-engine-graphscope-hfg4t]: Created container engine
2022-07-13 21:23:36,402 [INFO][cluster:987]: [gs-engine-graphscope-hfg4t]: Started container engine
2022-07-13 21:23:37,405 [INFO][cluster:987]: [gs-engine-graphscope-xd9nk]: Successfully assigned default/gs-engine-graphscope-xd9nk to ip-192-168-29-15.eu-west-3.compute.internal
2022-07-13 21:23:37,406 [INFO][cluster:987]: [gs-engine-graphscope-xd9nk]: Pulling image "registry.cn-hongkong.aliyuncs.com/graphscope/graphscope:0.14.0"
2022-07-13 21:23:37,407 [INFO][cluster:987]: [gs-engine-graphscope-xd9nk]: Successfully pulled image "registry.cn-hongkong.aliyuncs.com/graphscope/graphscope:0.14.0" in 2.072318733s
2022-07-13 21:23:37,407 [INFO][cluster:987]: [gs-engine-graphscope-xd9nk]: Created container engine
2022-07-13 21:23:37,408 [INFO][cluster:987]: [gs-engine-graphscope-xd9nk]: Started container engine
2022-07-13 21:23:37,715 [INFO][cluster:987]: [gs-engine-graphscope-xd9nk]: Successfully pulled image "registry.cn-hongkong.aliyuncs.com/graphscope/graphscope:0.14.0" in 2.188790638s
2022-07-13 21:23:37,736 [INFO][cluster:987]: [gs-engine-graphscope-xd9nk]: Created container vineyard
2022-07-13 21:23:37,833 [INFO][cluster:987]: [gs-engine-graphscope-xd9nk]: Started container vineyard
2022-07-13 21:23:40,638 [INFO][cluster:987]: [gs-engine-graphscope-58dl6]: Successfully pulled image "registry.cn-hongkong.aliyuncs.com/graphscope/graphscope:0.14.0" in 2.032729323s
2022-07-13 21:23:40,638 [INFO][cluster:987]: [gs-engine-graphscope-58dl6]: Created container engine
2022-07-13 21:23:40,639 [INFO][cluster:987]: [gs-engine-graphscope-58dl6]: Started container engine
2022-07-13 21:23:40,640 [INFO][cluster:987]: [gs-engine-graphscope-58dl6]: Successfully pulled image "registry.cn-hongkong.aliyuncs.com/graphscope/graphscope:0.14.0" in 2.400277008s
2022-07-13 21:23:40,640 [INFO][cluster:987]: [gs-engine-graphscope-58dl6]: Created container vineyard
2022-07-13 21:23:40,641 [INFO][cluster:987]: [gs-engine-graphscope-58dl6]: Started container vineyard
2022-07-13 21:23:41,644 [INFO][cluster:987]: [gs-engine-graphscope-gcfw9]: Created container engine
2022-07-13 21:23:41,644 [INFO][cluster:987]: [gs-engine-graphscope-gcfw9]: Started container engine
2022-07-13 21:23:41,645 [INFO][cluster:987]: [gs-engine-graphscope-gcfw9]: Successfully pulled image "registry.cn-hongkong.aliyuncs.com/graphscope/graphscope:0.14.0" in 2.03792162s
2022-07-13 21:23:41,646 [INFO][cluster:987]: [gs-engine-graphscope-gcfw9]: Created container vineyard
2022-07-13 21:23:41,646 [INFO][cluster:987]: [gs-engine-graphscope-gcfw9]: Started container vineyard
2022-07-13 21:23:42,650 [INFO][cluster:987]: [gs-engine-graphscope-hfg4t]: Successfully pulled image "registry.cn-hongkong.aliyuncs.com/graphscope/graphscope:0.14.0" in 2.073262542s
2022-07-13 21:23:42,650 [INFO][cluster:987]: [gs-engine-graphscope-hfg4t]: Created container vineyard
2022-07-13 21:23:42,651 [INFO][cluster:987]: [gs-engine-graphscope-hfg4t]: Started container vineyard
2022-07-13 21:23:46,897 [INFO][cluster:987]: [gs-engine-graphscope-58dl6]: Readiness probe failed: 
2022-07-13 21:23:47,835 [INFO][cluster:987]: [gs-engine-graphscope-gcfw9]: Readiness probe failed: 
2022-07-13 21:23:48,840 [INFO][cluster:987]: [gs-engine-graphscope-hfg4t]: Readiness probe failed: 
2022-07-13 21:23:49,846 [INFO][cluster:987]: [gs-engine-graphscope-xd9nk]: Readiness probe failed: 
2022-07-13 21:23:59,517 [INFO][cluster:1025]: GraphScope engines pod is ready.
2022-07-13 21:23:59,522 [INFO][cluster:1172]: Engines pod name list: ['gs-engine-graphscope-58dl6', 'gs-engine-graphscope-gcfw9', 'gs-engine-graphscope-hfg4t', 'gs-engine-graphscope-xd9nk']
2022-07-13 21:23:59,522 [INFO][cluster:1173]: Engines pod ip list: ['192.168.63.193', '192.168.18.38', '192.168.78.8', '192.168.13.23']
2022-07-13 21:23:59,522 [INFO][cluster:1174]: Engines pod host ip list: ['192.168.48.7', '192.168.20.242', '192.168.70.200', '192.168.29.15']
2022-07-13 21:23:59,522 [INFO][cluster:1175]: Vineyard service endpoint: 192.168.48.7:31231
2022-07-13 21:23:59,522 [INFO][cluster:1049]: Starting GAE rpc service on 192.168.63.193:56386 ...
2022-07-13 21:24:00,569 [INFO][cluster:1095]: Analytical engine launching command: /home/graphscope/.local/lib/python3.8/site-packages/graphscope.runtime/openmpi/bin/mpirun --allow-run-as-root -n 4 -host gs-engine-graphscope-58dl6:1.0,gs-engine-graphscope-gcfw9:1.0,gs-engine-graphscope-hfg4t:1.0,gs-engine-graphscope-xd9nk:1.0 /home/graphscope/.local/lib/python3.8/site-packages/graphscope.runtime/bin/grape_engine --host 0.0.0.0 --port 56386 --vineyard_shared_mem 245Gi -v 1 --vineyard_socket /tmp/vineyard_workspace/vineyard.sock
2022-07-13 21:24:00,575 [INFO][coordinator:197]: Java initial class path set to: /home/graphscope/.local/lib/python3.8/site-packages/graphscope.runtime/lib/grape-runtime-0.1-shaded.jar
2022-07-13 21:24:00,577 [INFO][coordinator:1742]: Coordinator server listen at 0.0.0.0:59001
192.168.63.193 gs-engine-graphscope-58dl6
192.168.18.38 gs-engine-graphscope-gcfw9
192.168.78.8 gs-engine-graphscope-hfg4t
192.168.13.23 gs-engine-graphscope-xd9nk
192.168.63.193 gs-engine-graphscope-58dl6
192.168.18.38 gs-engine-graphscope-gcfw9
192.168.78.8 gs-engine-graphscope-hfg4t
192.168.13.23 gs-engine-graphscope-xd9nk
192.168.63.193 gs-engine-graphscope-58dl6
192.168.18.38 gs-engine-graphscope-gcfw9
192.168.78.8 gs-engine-graphscope-hfg4t
192.168.13.23 gs-engine-graphscope-xd9nk
192.168.63.193 gs-engine-graphscope-58dl6
192.168.18.38 gs-engine-graphscope-gcfw9
192.168.78.8 gs-engine-graphscope-hfg4t
192.168.13.23 gs-engine-graphscope-xd9nk
I0713 21:24:01.000000    87 /work/analytical_engine/core/grape_instance.cc:86] Workers of grape-engine initialized.
I0713 21:24:01.000000    90 /work/analytical_engine/core/server/analytical_server.cc:43] Analytical server is listening on 0.0.0.0:56386
I0713 21:26:40.000000    91 /work/analytical_engine/core/grape_instance.cc:1178] Registering Graph, graph type: ARROW_PROPERTY, Type sigature: e33529e80839a2064a804ce453c761a9483aa7ab775bcfddc1a1f9da63dcb521, lib path: /home/graphscope/.local/lib/python3.8/site-packages/graphscope.runtime/precompiled/builtin/e33529e80839a2064a804ce453c761a9483aa7ab775bcfddc1a1f9da63dcb521/libe33529e80839a2064a804ce453c761a9483aa7ab775bcfddc1a1f9da63dcb521.so
I0713 21:26:40.000000    85 /work/analytical_engine/core/grape_instance.cc:1178] Registering Graph, graph type: ARROW_PROPERTY, Type sigature: e33529e80839a2064a804ce453c761a9483aa7ab775bcfddc1a1f9da63dcb521, lib path: /home/graphscope/.local/lib/python3.8/site-packages/graphscope.runtime/precompiled/builtin/e33529e80839a2064a804ce453c761a9483aa7ab775bcfddc1a1f9da63dcb521/libe33529e80839a2064a804ce453c761a9483aa7ab775bcfddc1a1f9da63dcb521.so
I0713 21:26:40.000000    90 /work/analytical_engine/core/grape_instance.cc:1178] Registering Graph, graph type: ARROW_PROPERTY, Type sigature: e33529e80839a2064a804ce453c761a9483aa7ab775bcfddc1a1f9da63dcb521, lib path: /home/graphscope/.local/lib/python3.8/site-packages/graphscope.runtime/precompiled/builtin/e33529e80839a2064a804ce453c761a9483aa7ab775bcfddc1a1f9da63dcb521/libe33529e80839a2064a804ce453c761a9483aa7ab775bcfddc1a1f9da63dcb521.so
I0713 21:26:40.000000    90 /work/analytical_engine/core/grape_instance.cc:1178] Registering Graph, graph type: ARROW_PROPERTY, Type sigature: e33529e80839a2064a804ce453c761a9483aa7ab775bcfddc1a1f9da63dcb521, lib path: /home/graphscope/.local/lib/python3.8/site-packages/graphscope.runtime/precompiled/builtin/e33529e80839a2064a804ce453c761a9483aa7ab775bcfddc1a1f9da63dcb521/libe33529e80839a2064a804ce453c761a9483aa7ab775bcfddc1a1f9da63dcb521.so
I0713 21:26:40.000000    91 /work/analytical_engine/core/grape_instance.cc:143] Loading graph, graph name: graph_a37JncCH, graph type: ArrowFragment, type sig: e33529e80839a2064a804ce453c761a9483aa7ab775bcfddc1a1f9da63dcb521
I0713 21:26:40.000000    85 /work/analytical_engine/core/grape_instance.cc:143] Loading graph, graph name: graph_a37JncCH, graph type: ArrowFragment, type sig: e33529e80839a2064a804ce453c761a9483aa7ab775bcfddc1a1f9da63dcb521
I0713 21:26:40.000000    90 /work/analytical_engine/core/grape_instance.cc:143] Loading graph, graph name: graph_a37JncCH, graph type: ArrowFragment, type sig: e33529e80839a2064a804ce453c761a9483aa7ab775bcfddc1a1f9da63dcb521
I0713 21:26:40.000000    90 /work/analytical_engine/core/grape_instance.cc:143] Loading graph, graph name: graph_a37JncCH, graph type: ArrowFragment, type sig: e33529e80839a2064a804ce453c761a9483aa7ab775bcfddc1a1f9da63dcb521
Loading empty graph: 100%|██████████| 10/10 [00:00<00:00, 24.49it/s]
Loading vertex labeled vertex: 100%|██████████| 10/10 [00:01<00:00,  6.97it/s]
I0713 21:26:59.000000    90 /work/analytical_engine/core/grape_instance.cc:196] Unloading Graph graph_a37JncCH
I0713 21:26:59.000000    85 /work/analytical_engine/core/grape_instance.cc:196] Unloading Graph graph_a37JncCH
I0713 21:26:59.000000    90 /work/analytical_engine/core/grape_instance.cc:196] Unloading Graph graph_a37JncCH
I0713 21:26:59.000000    91 /work/analytical_engine/core/grape_instance.cc:196] Unloading Graph graph_a37JncCH
E0713 21:28:43.000000  1195 /usr/local/include/vineyard/graph/loader/basic_ev_fragment_loader.h:511] Mapping vertex 6 failed.
E0713 21:28:43.000000  1195 /usr/local/include/vineyard/graph/loader/basic_ev_fragment_loader.h:511] Mapping vertex 6 failed.
E0713 21:28:43.000000  1195 /usr/local/include/vineyard/graph/loader/basic_ev_fragment_loader.h:511] Mapping vertex 6 failed.
E0713 21:28:43.000000  1195 /usr/local/include/vineyard/graph/loader/basic_ev_fragment_loader.h:511] Mapping vertex 6 failed.
E0713 21:28:43.000000  1195 /usr/local/include/vineyard/graph/loader/basic_ev_fragment_loader.h:511] Mapping vertex 6 failed.
E0713 21:28:43.000000  1195 /usr/local/include/vineyard/graph/loader/basic_ev_fragment_loader.h:511] Mapping vertex 6 failed.
E0713 21:28:43.000000  1195 /usr/local/include/vineyard/graph/loader/basic_ev_fragment_loader.h:511] Mapping vertex 6 failed.
E0713 21:28:43.000000  1195 /usr/local/include/vineyard/graph/loader/basic_ev_fragment_loader.h:511] Mapping vertex 6 failed.
E0713 21:28:43.000000  1195 /usr/local/include/vineyard/graph/loader/basic_ev_fragment_loader.h:511] Mapping vertex 6 failed.
E0713 21:28:43.000000  1195 /usr/local/include/vineyard/graph/loader/basic_ev_fragment_loader.h:511] Mapping vertex 6 failed.
E0713 21:28:43.000000  1195 /usr/local/include/vineyard/graph/loader/basic_ev_fragment_loader.h:511] Mapping vertex 6 failed.
E0713 21:28:43.000000  1195 /usr/local/include/vineyard/graph/loader/basic_ev_fragment_loader.h:511] Mapping vertex 6 failed.
E0713 21:28:43.000000  1195 /usr/local/include/vineyard/graph/loader/basic_ev_fragment_loader.h:511] Mapping vertex 6 failed.
E0713 21:28:43.000000  1195 /usr/local/include/vineyard/graph/loader/basic_ev_fragment_loader.h:511] Mapping vertex 6 failed.
E0713 21:28:43.000000  1195 /usr/local/include/vineyard/graph/loader/basic_ev_fragment_loader.h:511] Mapping vertex 6 failed.
E0713 21:28:43.000000  1195 /usr/local/include/vineyard/graph/loader/basic_ev_fragment_loader.h:511] Mapping vertex 6 failed.
E0713 21:28:43.000000  1195 /usr/local/include/vineyard/graph/loader/basic_ev_fragment_loader.h:511] Mapping vertex 6 failed.
E0713 21:28:43.000000  1195 /usr/local/include/vineyard/graph/loader/basic_ev_fragment_loader.h:511] Mapping vertex 6 failed.
E0713 21:28:43.000000  1195 /usr/local/include/vineyard/graph/loader/basic_ev_fragment_loader.h:511] Mapping vertex 6 failed.
E0713 21:28:43.000000  1195 /usr/local/include/vineyard/graph/loader/basic_ev_fragment_loader.h:511] Mapping vertex 6 failed.
E0713 21:28:43.000000  1195 /usr/local/include/vineyard/graph/loader/basic_ev_fragment_loader.h:511] Mapping vertex 6 failed.
E0713 21:28:43.000000  1195 /usr/local/include/vineyard/graph/loader/basic_ev_fragment_loader.h:511] Mapping vertex 6 failed.
E0713 21:28:43.000000  1195 /usr/local/include/vineyard/graph/loader/basic_ev_fragment_loader.h:511] Mapping vertex 6 failed.
E0713 21:28:43.000000  1195 /usr/local/include/vineyard/graph/loader/basic_ev_fragment_loader.h:511] Mapping vertex 6 failed.
E0713 21:28:43.000000  1195 /usr/local/include/vineyard/graph/loader/basic_ev_fragment_loader.h:511] Mapping vertex 6 failed.
E0713 21:28:43.000000  1195 /usr/local/include/vineyard/graph/loader/basic_ev_fragment_loader.h:511] Mapping vertex 6 failed.
E0713 21:28:43.000000  1195 /usr/local/include/vineyard/graph/loader/basic_ev_fragment_loader.h:511] Mapping vertex 6 failed.
E0713 21:28:43.000000  1195 /usr/local/include/vineyard/graph/loader/basic_ev_fragment_loader.h:511] Mapping vertex 6 failed.
E0713 21:28:43.000000  1195 /usr/local/include/vineyard/graph/loader/basic_ev_fragment_loader.h:511] Mapping vertex 6 failed.
*** Aborted at 1657718973 (unix time) try "date -d @1657718973" if you are using GNU date ***
*** Aborted at 1657718973 (unix time) try "date -d @1657718973" if you are using GNU date ***
*** Aborted at 1657718973 (unix time) try "date -d @1657718973" if you are using GNU date ***
PC: @                0x0 (unknown)
*** SIGSEGV (@0x0) received by PID 80 (TID 0x7f2e937ff700) from PID 0; stack trace: ***
    @     0x7f2e9b808420 (unknown)
PC: @                0x0 (unknown)
*** SIGSEGV (@0xc0) received by PID 87 (TID 0x7fc04ffff700) from PID 192; stack trace: ***
PC: @                0x0 (unknown)
*** SIGSEGV (@0xc0) received by PID 87 (TID 0x7fe7af7ff700) from PID 192; stack trace: ***
    @     0x7f2e9b899220 (unknown)
    @     0x7fc0581fb420 (unknown)
    @     0x7f2e92b81f85 _ZZN8vineyard13ArrowFragmentIlmE16AddNewEdgeLabelsERNS_6ClientEOSt6vectorISt10shared_ptrIN5arrow5TableEESaIS8_EERKS4_ISt3setISt4pairISsSsESt4lessISE_ESaISE_EESaISI_EEiENKUlRKS5_INS6_12NumericArrayINS6_10UInt64TypeEEEERS4_IS4_ImSaImEESaISU_EEE_clESS_SX_
    @     0x7fc04f381f78 _ZZN8vineyard13ArrowFragmentIlmE16AddNewEdgeLabelsERNS_6ClientEOSt6vectorISt10shared_ptrIN5arrow5TableEESaIS8_EERKS4_ISt3setISt4pairISsSsESt4lessISE_ESaISE_EESaISI_EEiENKUlRKS5_INS6_12NumericArrayINS6_10UInt64TypeEEEERS4_IS4_ImSaImEESaISU_EEE_clESS_SX_
    @     0x7f2e92bcf19e vineyard::ArrowFragment<>::AddNewEdgeLabels()
    @     0x7fe7b7872420 (unknown)
    @     0x7fc04f3cf19e vineyard::ArrowFragment<>::AddNewEdgeLabels()
    @     0x7f2e92bd5060 vineyard::ArrowFragment<>::AddEdges()
    @     0x7fe7aeb81f78 _ZZN8vineyard13ArrowFragmentIlmE16AddNewEdgeLabelsERNS_6ClientEOSt6vectorISt10shared_ptrIN5arrow5TableEESaIS8_EERKS4_ISt3setISt4pairISsSsESt4lessISE_ESaISE_EESaISI_EEiENKUlRKS5_INS6_12NumericArrayINS6_10UInt64TypeEEEERS4_IS4_ImSaImEESaISU_EEE_clESS_SX_
    @     0x7fc04f3d5060 vineyard::ArrowFragment<>::AddEdges()
    @     0x7f2e92bd57a3 vineyard::BasicEVFragmentLoader<>::AddEdgesToFragment()
    @     0x7fe7aebcf19e vineyard::ArrowFragment<>::AddNewEdgeLabels()
    @     0x7fc04f3d57a3 vineyard::BasicEVFragmentLoader<>::AddEdgesToFragment()
    @     0x7f2e92bd6464 vineyard::BasicEVFragmentLoader<>::AddVerticesAndEdgesToFragment()
    @     0x7fe7aebd5060 vineyard::ArrowFragment<>::AddEdges()
    @     0x7fc04f3d6464 vineyard::BasicEVFragmentLoader<>::AddVerticesAndEdgesToFragment()
    @     0x7f2e92c03b96 gs::ArrowFragmentLoader<>::addVerticesAndEdges()
    @     0x7fe7aebd57a3 vineyard::BasicEVFragmentLoader<>::AddEdgesToFragment()
    @     0x7fc04f403b96 gs::ArrowFragmentLoader<>::addVerticesAndEdges()
    @     0x7fe7aebd6464 vineyard::BasicEVFragmentLoader<>::AddVerticesAndEdgesToFragment()
    @     0x7f2e92c04fa1 gs::ArrowFragmentLoader<>::AddLabelsToGraphAsFragmentGroup()
    @     0x7fc04f404fa1 gs::ArrowFragmentLoader<>::AddLabelsToGraphAsFragmentGroup()
    @     0x7fe7aec03b96 gs::ArrowFragmentLoader<>::addVerticesAndEdges()
    @     0x7f2e92ac6257 (unknown)
    @     0x7fc04f2c6257 (unknown)
    @     0x7fe7aec04fa1 gs::ArrowFragmentLoader<>::AddLabelsToGraphAsFragmentGroup()
    @     0x7f2e92ac6821 AddLabelsToGraph
    @           0x4969a7 gs::GrapeInstance::addLabelsToGraph()
    @           0x4a5bf2 gs::GrapeInstance::OnReceive()
    @           0x5242cb gs::Dispatcher::processCmd()
    @           0x5256ba gs::Dispatcher::subscriberLoop()
    @     0x7fc04f2c6821 AddLabelsToGraph
    @           0x4969a7 gs::GrapeInstance::addLabelsToGraph()
    @           0x4a5bf2 gs::GrapeInstance::OnReceive()
    @     0x7fe7aeac6257 (unknown)
    @           0x5242cb gs::Dispatcher::processCmd()
    @           0x5256ba gs::Dispatcher::subscriberLoop()
    @     0x7fe7aeac6821 AddLabelsToGraph
    @           0x4969a7 gs::GrapeInstance::addLabelsToGraph()
    @           0x4a5bf2 gs::GrapeInstance::OnReceive()
    @           0x5242cb gs::Dispatcher::processCmd()
    @           0x5256ba gs::Dispatcher::subscriberLoop()
    @     0x7f2e9b8d5fd0 execute_native_thread_routine
    @     0x7fc0582c8fd0 execute_native_thread_routine
    @     0x7fe7b793ffd0 execute_native_thread_routine
    @     0x7f2e9b7fc609 start_thread
    @     0x7fc0581ef609 start_thread
    @     0x7fe7b7866609 start_thread
    @     0x7f2e9a8a8133 clone
    @     0x7fc05729b133 clone
    @     0x7fe7b6912133 clone
    @                0x0 (unknown)
    @                0x0 (unknown)
    @                0x0 (unknown)
*** Aborted at 1657719011 (unix time) try "date -d @1657719011" if you are using GNU date ***
PC: @                0x0 (unknown)
*** SIGSEGV (@0x0) received by PID 87 (TID 0x7f2be17fb700) from PID 0; stack trace: ***
    @     0x7f2ce5d35420 (unknown)
    @     0x7f2ce06577a0 _ZNSt6thread11_State_implINS_8_InvokerISt5tupleIJZN8vineyard12parallel_forIlZNS3_21generate_directed_csrImmEEN5boost4leaf6resultIvEERNS3_8IdParserIT_EERKSt10shared_ptrINS3_18ConvertToArrowTypeISB_E9ArrayTypeEESK_St6vectorISB_SaISB_EEiiRSL_ISE_IN5arrow20FixedSizeBinaryArrayEESaISQ_EERSL_ISE_INSO_12NumericArrayINSO_9Int64TypeEEEESaISX_EERbEUllE_EEvRKSB_S14_RKT0_imEUlvE_EEEEE6_M_runEv
    @     0x7f2ce5e02fd0 execute_native_thread_routine
    @     0x7f2ce5d29609 start_thread
    @     0x7f2ce4dd5133 clone
    @                0x0 (unknown)

xarion avatar Jul 13 '22 13:07 xarion