SNUCSE-CTA / DAF

Efficient Subgraph Matching: Harmonizing Dynamic Programming, Adaptive Matching Order, and Failing Set Together
Apache License 2.0
66 stars 50 forks source link

segmentation fault #77

Open ShunyangLi opened 2 years ago

ShunyangLi commented 2 years ago

When I loading the data graph, it throws an error "[3] 53771 segmentation fault ./DAF -d /import/vldb/2/scratch/sli/hypergraphs/amazon-reviews/daf/data.graph". However, it works when loads small data graph.

My data graph contains "t 6507372 72834055". And my data graph format just look like the following sample: t 11 12 v 0 14 v 1 14 v 2 14 v 3 14 v 4 14 v 5 14 v 6 14 v 7 14 v 8 1000000005 v 9 1000000004 v 10 1000000003 e 0 8 e 1 8 e 4 8 e 3 8 e 2 8 e 0 9 e 6 9 e 1 9 e 7 9 e 5 10 e 0 10 e 1 10

If it is possible. please tell me what kind of reasons will cause this error.

Best,