-
Notifications
You must be signed in to change notification settings - Fork 4
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 - code 11? #16
Comments
Hi Stephen, Thanks for trying lordFAST and reporting this issue.
Then, by looking |
Thanks @haghshenas - lordFAST was recompiled with the logging switch and it fails on the first read ...
Segmentation fault (core dumped) I have tried slicing and dicing the input file to get a read that works (below) - no joy. The reference genome is the publicly available reference human genome (http://ftp.ensembl.org/pub/release-75/fasta/homo_sapiens/dna/Homo_sapiens.GRCh37.75.dna.chromosome.20.fa.gz) and the sequence reads are all in the public domain (https://github.com/nanoporetech/ONT-HG1). I have included the fastq entry for a single read at the bottom of the message ... Thanks for the assistance - I am sure that there is something obvious that I am missing? Reading input... loaded 10 reads in 0.00 seconds (0.00 CPU seconds) Reading input... loaded 100 reads in 0.01 seconds (0.01 CPU seconds) |
Weird stuff! Question for you... Did you generate the index using lordFAST? |
Yes, the index was prepared using lordFAST as documented. Are any assumptions being made on amount of memory, processor extensions, ??? - I have been able to replicate this segfault on a 2018 MacMini i7 running OSX (32Gb RAM), Centos 7 / Fedora 29 / Ubuntu 19.04 on a older Xeon server with 196Gb RAM. Any recommendations as to the hardware that you are using? |
Sorry I cannot reproduce this segfault error. As far as I know there should be no especial hardware requirement. I have tested it on both Linux and Mac systems. |
Sure - I'll get some more info your review - could you tell me which Linux you are using and the versions of GCC, zlib and others that work for your development - thanks |
To answer your question, I was testing it on a Linux server with GCC 4.8.5 and zlib 1.2.7. But actually, I got the segmentation fault on a Mac laptop with zlib 1.2.11 and GCC 4.8.5 (installed by miniconda). Is your GCC installed by conda? Unfortunately, lldb does not give me the line number where it crashes (although I'm using -g during compilation). I will work on debugging with lldb more and get back to you. |
I got the same error with ONT data from GIAB on hg38: [NOTE] number of threads: 1 |
Thanks @Coaxecva for reporting. |
Hi @haghshenas, I used GCA_000001405.15_GRCh38_no_alt_analysis_set.fna as a reference. You can start run the fastq, then the error will appear right away. |
Hi @haghshenas, Same error for me as well, |
Hi I also get the same error in a large genome higher than 4.3Gb. Is it lordfast able to work with large genomes? I have Tb in read to map. The index is already created but in the mapping step it crashes and segfault is created Thanks |
Hi folks - I am unable to get lordfast to work; compiling from source (git master) or installating from bioconda leads to a quick segfault - this is seen on both Centos and macOS. Any thoughts as to what I may be doing wrong? TIA
The text was updated successfully, but these errors were encountered: