Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Segmentation fault (core dumped) #316
Comments
eugentoss
commented
Mar 16, 2017
|
The same thing. |
|
I built a statically linked version of mothur for Linux. Can you give Mothur.linux_64_static.zip a try? https://github.com/mothur/mothur/releases/tag/v1.39.4 |
snashraf
commented
Mar 16, 2017
|
Thanks , |
|
Can you run it in debug mode? mothur > set.dir(debug=t) mothur > make.file(inputdir=/gpfs/projects/Miseq_Data/, prefix=stability) |
mothur-westcott
added a commit
that referenced
this issue
Mar 17, 2017
|
|
mothur-westcott |
1e1e048
|
eugentoss
commented
Mar 20, 2017
|
Should we reinstall mothur again? My debug mode gives me this: mothur > set.dir(debug=t) |
|
I found the source of the problem and have released version 1.39.5 which corrects it. https://github.com/mothur/mothur/releases/tag/v1.39.5 Thanks for your help in catching this! |
snashraf commentedMar 15, 2017
Hi All, I installed prebuilt binary from https://github.com/mothur/mothur/releases/download/v1.39.4/Mothur.linux_64.zip and then I launched it using ./mothur and then I used below command
mothur > make.file(inputdir=/gpfs/projects/Miseq_Data/, prefix=stability)
Setting input directory to: /gpfs/projects/Miseq_Data/
Segmentation fault (core dumped)
After running this command I am getting Segmentation fault (core dumped) error ?
Can some one please help me on this ?