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

summary.shared failing with double free #347

Closed
Takadonet opened this Issue Jun 27, 2017 · 1 comment

Comments

Projects
None yet
2 participants

Getting the following error when using this specific dataset.

*** Error in `mothur': double free or corruption (!prev): 0x0000000002421050 ***
....

dataset: https://raw.githubusercontent.com/galaxyproject/tools-iuc/master/tools/mothur/test-data/amazon.an.shared

summary.shared( shared=otu.dat, calc=sharedsobs-sharedchao-sharedace-jclass-jest-sorclass-sorest-jabund-sorabund-thetan-thetayc, all=false, distance=false, subsample=10, iters=42, output=lt, processors=1)

It will not with any value for calc parameter. Cheers

Contributor

mothur-westcott commented Jun 27, 2017

Thanks for reporting this issue. We are working on a fix.

@mothur-westcott mothur-westcott added this to the Version 1.40.0 milestone Jun 27, 2017

@mothur-westcott mothur-westcott added a commit that referenced this issue Jul 27, 2017

@mothur-westcott mothur-westcott Creates SharedRabund class
SharedRabund allows for 0 otus in a sample, rabunds do not. SharedRabund also know their group.

#347 #240
83b5b56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment