-
Notifications
You must be signed in to change notification settings - Fork 19
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 #21
Comments
Hi, Running out of memory from one bam seems unlikely with 128G. Can you please send me some more details about the run such as version of corset, size of bams? number of reads, number of transcripts? what command you used to run corset? Have you checked that the bam files is not corrupted? Does corset run if you give it just one file? If the bam file is bad, an alternative to using bams is to generate equivalence class counts with salmon, which you could try. There are some instruction on how to do this on the wiki. Cheers, |
I came across the same problem and situation using Corset v1.09, and I don't know why. However, when I degraded the Corset version from 1.09 to 1.07 using conda, the error disappeared. |
Same here |
Hi, |
Today, I use [Jun27 14:50] corset[2509720]: segfault at 28 ip 00007fb22b5ed101 sp 00007ffce49168c0 error 4 in libc-2.28.so[7fb22b567000+1bc000] It seems the segmentation fault is related to the dynamic link library $ file /lib64/libc-2.28.so
/lib64/libc-2.28.so: ELF 64-bit LSB shared object, x86-64, version 1 (GNU/Linux), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=aceb5a6a8e8000a295b4024b2754d117433411ef, for GNU/Linux 3.2.0, not stripped However, when Corset v1.07 was used, the error disappear. |
Hello! |
I have six bam files and corset crashes with
Segmentation fault
after finishing reading the first bam. Is it because of inadequate memory? The job was runn on a 128G cluster.The text was updated successfully, but these errors were encountered: