-
Notifications
You must be signed in to change notification settings - Fork 8
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
Segmentation fault 11 error #3
Comments
Hi Habacef. Generally, Segmentation Fault errors are caused by memory allocation issues I think. I was having a similar issue until I noticed my drive was almost full. Maybe that's what's happening here? Hope this helps |
I encounter the same error but my drive has plenty of space. If I run the same command on another computer it works fine. Anyone has some ideas on the reason this happens? |
I think there are some cross-platform issues during installation arising from different compilers. I actually recently made a Docker container which contains a fully working installation of ADFR (including ADCP), which works across Windows, Mac and Linux. You can pull it from here: https://hub.docker.com/r/simonbushell/adfr_docker I hasten to add that it is "unofficial" and not supported by the ADFR authors You can see the original Dockerfile and build instructions here if you wish to modify: https://github.com/simonbushell/adfr_docker |
I am following your tutorial, but with own molecules (a kinase and a 6 AA peptide) and it always returns "Segmentation fault 11". during the "agfr" command.
The text was updated successfully, but these errors were encountered: