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
summary.shared failing with double free #347
Comments
Takadonet
added a commit
to shiltemann/tools-iuc
that referenced
this issue
Jun 27, 2017
|
|
Takadonet |
c0dbe17
|
|
Thanks for reporting this issue. We are working on a fix. |
mothur-westcott
added this to the
Version 1.40.0
milestone
Jun 27, 2017
mothur-westcott
added the
Bugs
label
Jun 27, 2017
mothur-westcott
added a commit
that referenced
this issue
Jul 27, 2017
|
|
mothur-westcott |
b86b3e2
|
mothur-westcott
added a commit
that referenced
this issue
Jul 27, 2017
|
|
mothur-westcott |
83b5b56
|
mothur-westcott
added a commit
that referenced
this issue
Jul 27, 2017
|
|
mothur-westcott |
357b380
|
mothur-westcott
added a commit
that referenced
this issue
Aug 1, 2017
|
|
mothur-westcott |
c0e36d6
|
mothur-westcott
added a commit
that referenced
this issue
Aug 3, 2017
|
|
mothur-westcott |
4fbc5e1
|
mothur-westcott
added a commit
that referenced
this issue
Aug 7, 2017
|
|
mothur-westcott |
6c9959c
|
mothur-westcott
added a commit
that referenced
this issue
Aug 7, 2017
|
|
mothur-westcott |
cde176a
|
mothur-westcott
closed this
Aug 7, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Takadonet commentedJun 27, 2017
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