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

Seq.error bug report #43

Closed
mothur-westcott opened this issue Jan 26, 2015 · 5 comments
Closed

Seq.error bug report #43

mothur-westcott opened this issue Jan 26, 2015 · 5 comments
Labels
Milestone

Comments

@mothur-westcott
Copy link
Contributor

reference Joe's email 1/22

@mothur-westcott
Copy link
Contributor Author

mothur > seq.error(fasta=Placenta.analysis.trim.contigs.good.unique.good.filter.unique.precluster.pick.pick.pick.fasta, reference=HMP_MOCK.v35.fasta, aligned=F)

Using 1 processors.
It took 0 to read 32 sequences.
mothur(4699,0x7fff7b1f8310) malloc: *** error for object 0x7f9d13d050d8: incorrect checksum for freed object - object was probably modified after being freed.
*** set a breakpoint in malloc_error_break to debug
Abort trap: 6

@mothur-westcott
Copy link
Contributor Author

Does not occur everytime the command is run. Does not fail in the same place. Using the debugger, Xcode flags the fastaFilePos vector pushback as the cause in m->divideFile. This seems unlikely to be the source since we use that function for almost all paralellized commands. The inconsistency also leads me to believe there is something else going on.

@mothur-westcott
Copy link
Contributor Author

Still only occasionally occurs. If run works, next command seems to fail regardless of the command. Unable to figure out what is causing it.

@pschloss
Copy link
Contributor

I actually see this with the MiSeq SOP. If I restart mothur and run the command everything is fine.

@mothur-westcott
Copy link
Contributor Author

Fixed in #280

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

No branches or pull requests

2 participants