-
Notifications
You must be signed in to change notification settings - Fork 5
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
frequent signal 11 / sigsegv #19
Comments
Hi Peter, I would like to figure out what causes the sigfault to fix it. Can you please share input files via email ([email protected]) or via slack? Technically, Thanks, |
Sure, but given the size, I am sharing via Globus (you should have received an email invite). Thanks for looking into it! |
Was this resolved? Running into the same problem. My command:
Output:
|
I see similar issues with several assemblies, including HG002. In at least one case, the cause was a very repetitive contig (rDNA model sequence) and removing it ran to completion. I'm still looking into the other cases but my guess is it is related to finding no k-mers in some subset of sequences. |
I think I fixed it by updating the following:
This was the location of the segfault I was seeing consistently where no k-mers are selected and the IncRight step was then dereferencing the empty iterator. Still running tests to make sure it doesn't crash elsewhere. |
Hi,
I have executed VerityMap on a number of haploid chromosomes w/o problems, but for the majority, then run fails with a segfault like this
I get the segfault for both HiFi and ONT reads. I have the info from other users that the mapper sometimes crashes but has already produced all necessary output. If that is the case here as well, can you briefly state which output file(s) are required to move on with the run:
All of the above? In that case, I would modify the script to check for the existence of these files and ignore the error in that case.
Best,
Peter
The text was updated successfully, but these errors were encountered: