shiralkarprashant / knowledgestream

Code to reproduce results in "Finding Streams in Knowledge Graphs to Support Fact Checking"
36 stars 18 forks source link

Process finished with exit code 139 (interrupted by signal 11: SIGSEGV) #7

Open lihuiliullh opened 4 years ago

lihuiliullh commented 4 years ago

Hi:

Thanks for share the code. I think I found the reason why many people couldn't run your code. The bug may exist in ssp.py when you invoke the compute_shortest_path_distances

image

I run the test_ssp.py get the error: Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)

shiralkarprashant commented 4 years ago

Thank you for pointing out the potential cause. I am traveling right now, but will look into the issue early next year. Meanwhile, if you identify the right fix for the issue, feel free to send me a pull request. Appreciate your help!

lihuiliullh commented 4 years ago

@shiralkarprashant

Hi, I debug the code, and I think the error exists in this line. Do you know how to fix it?

image

lihuiliullh commented 4 years ago

Can you also give us the result of test_ssp.py?

I comment out all the "set_base" function. Is that OK?

image

The result I got from test_ssp.py are as follows:

image

image