Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lihuiliullh opened this issue Dec 20, 2019 · 3 comments

Comments

@lihuiliullh
Copy link

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
Copy link
Owner

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
Copy link
Author

@shiralkarprashant

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

image

@lihuiliullh
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants