You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
pcjentsch
changed the title
"Illegal Instruction" error on version 1.0.9
"Illegal Instruction" error on version 1.0.9, installed through conda
Sep 7, 2022
This sounds like a bug (probably a memory error or some issue with threading). Could you possibly send the sequences.fa file to me by email (spond at temple dot edu) so that I can see if the error is reproducible?
Alternatively, would you mind running this command through gdb or lldb to check where the fault occurs?
On a fresh conda environment, everything seems to work fine, so this environment might just be a mess. Here is the command run through gdb anyway:
Starting program: /global/home/hpc4978/miniconda3/envs/nextstrain/bin/tn93 toronto_iqtree/aligned_from_vcf.fa
Dwarf Error: wrong version in compilation unit header (is 5, should be 2, 3, or 4) [in module /global/home/hpc4978/miniconda3/envs/nextstrain/bin/../lib/libgomp.so.1]
warning: File "/usr/lib64/libthread_db-1.0.so" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available.
Dwarf Error: wrong version in compilation unit header (is 5, should be 2, 3, or 4) [in module /global/home/hpc4978/miniconda3/envs/nextstrain/bin/../lib/libstdc++.so.6]
Dwarf Error: wrong version in compilation unit header (is 5, should be 2, 3, or 4) [in module /global/home/hpc4978/miniconda3/envs/nextstrain/bin/../lib/libgcc_s.so.1]
Read 103 sequences of length 29903
Will perform 5253 pairwise distance calculations
Program received signal SIGILL, Illegal instruction.
0x0000555555559054 in main ()
Here is the output
Downgrading to 1.0.6 fixes the issue.
Here is the CPU info:
The text was updated successfully, but these errors were encountered: