-
Notifications
You must be signed in to change notification settings - Fork 27
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
Segmentation fault in full_alignment #341
Comments
I should also say I am running on an ARM M3 mac and that I have 2 samples, one of which runs fine and the other produces this error |
It is also what we have observed on our side. Most of the cases run to the end with Apple Silicon. Some samples failed with 'illegal instructions' or 'segmentation fault', which might probably be fixed in the future version of docker on mac. |
Thanks for the reply, do you have any idea whats causing it? |
It's at the virtualization layer in Docker so it's complicated. Is it possible if you could try your samples in a Linux setup as well? |
there is another way, could you please try adding the option |
Ah that worked thank you! |
Hey there, I am running the containerised version of clair3 with 32GB of mem. Its running on a small viral genome so shouldnt be too taxing. The seg fault happens and then the merged vcf is just the pileup vcf instead of the true merged. Any ideas?
The text was updated successfully, but these errors were encountered: