Open pcjentsch opened 2 years ago
Dear @pcjentsch,
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?
Best, Sergei
I can't send the sequences unfortunately.
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: