-
Notifications
You must be signed in to change notification settings - Fork 12
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
Error running abra [0.96] #21
Comments
Are you able to provide another BAM snippet that reproduces the problem? |
Here's one more -- A fatal error has been detected by the Java Runtime Environment:SIGSEGV (0xb) at pc=0x00007fd32595b5fe, pid=38053, tid=140544852342528JRE version: Java(TM) SE Runtime Environment (8.0_20-b26) (build 1.8.0_20-b26)Java VM: Java HotSpot(TM) 64-Bit Server VM (25.20-b23 mixed mode linux-amd64 compressed oops)Problematic frame:V [libjvm.so+0x8e35fe] SR_handler(int, siginfo_, ucontext_)+0x3eAn error report file with more information is saved as:-- I am using the binaries provided here, should I compile them myself and try ? |
I am running abra with 14 threads and using jdk1.8.0_20 |
14 threads and java 1.8 should be fine. The error message, unfortunately is not very informative. You could try compiling yourself, however the fact that some samples succeed leads me to believe that might not help. |
Hello,
I was able to run abra for a number of BAM files. But a few of them are giving me this error:
--
Fri Nov 13 03:44:57 CST 2015 : Indexing contigs
Running: [bwa index abra_temp_dir/clean_contigs.fasta]
[bwa_index] Pack FASTA... 0.21 sec
[bwa_index] Construct BWT for the packed sequence...
[bwa_index] 7.06 seconds elapse.
[bwa_index] Update BWT... 0.13 sec
[bwa_index] Pack forward-only FASTA... 0.15 sec
[bwa_index] Construct SA from BWT and Occ... 2.10 sec
[main] Version: 0.7.8-r455
[main] CMD: bwa index abra_temp_dir/clean_contigs.fasta
[main] Real time: 10.393 sec; CPU: 9.660 sec
Stream thread done.
Stream thread done.
BWA time: 10 seconds.
Fri Nov 13 03:45:08 CST 2015 : Contig indexing done
Fri Nov 13 03:45:08 CST 2015 : Aligning original reads to contigs
Running: [bwa aln abra_temp_dir/clean_contigs.fasta abra_temp_dir/temp1/original_reads.fastq.gz -t 12 -o 0 | bwa samse abra_temp_dir/clean_contigs.fasta - abra_temp_dir/temp1/original_reads.fastq.gz -n 1000]
A fatal error has been detected by the Java Runtime Environment:
SIGSEGV (0xb) at pc=0x00007fdc8fd785fe, pid=6272, tid=140585289746176
JRE version: Java(TM) SE Runtime Environment (8.0_20-b26) (build 1.8.0_20-b26)
Java VM: Java HotSpot(TM) 64-Bit Server VM (25.20-b23 mixed mode linux-amd64 compressed oops)
Problematic frame:
V [libjvm.so+0x8e35fe] SR_handler(int, siginfo_, ucontext_)+0x3e
Core dump written. Default location:
An error report file with more information is saved as:
--
I am using Version: 0.7.8-r455 of BWA
Can you please help me with this ? Thanks a lot for updating the software !
regards,
Rahul
The text was updated successfully, but these errors were encountered: