When I ran the command below, I received this error. How to know what 's the exact problem from this message in order to fix the issue?
./cross_match 5960.fna retro.fna -screen >> 5960_crossed.txt
min no. words: 0 at 0
max no. words: 111 at 228933
avg no. words: 0.01.008 Mbytes allocated -- total 6.552 Mbytes
Done
Total space allocated: 6.552 Mbytes; currently free: 0.866 Mbytes in 5 blocks
278938 words; after pruning: 187126
Sorting words ... Done
14 146774
Finding subject matches ...
descrip_buffer expanded
descrip_buffer expanded0.504 Mbytes allocated -- total 7.056 Mbytes
0.504 Mbytes allocated -- total 7.560 Mbytes
0.504 Mbytes allocated -- total 8.064 Mbytes
.0.504 Mbytes allocated -- total 8.568 Mbytes
0.504 Mbytes allocated -- total 9.072 Mbytes
. Done
Total space allocated: 9.072 Mbytes; currently free: 2.741 Mbytes in 12 blocks
# pass words: 1587, #fail words: 491
Quickalign: 741 successes, 137 failures
2413 SWAT alignments performed. 867 pairs have score >= 30
Making reversed pairs ... Done
Total space allocated: 9.072 Mbytes; currently free: 7.792 Mbytes in 13 blocks
Printing matches ... Done
Total space allocated: 9.072 Mbytes; currently free: 7.726 Mbytes in 14 blocks
Segmentation fault
./cross_match 5960.fna retro.fna -screen >> 5960_crossed.txt
min no. words: 0 at 0
max no. words: 111 at 228933
avg no. words: 0.01.008 Mbytes allocated -- total 6.552 Mbytes
Done
Total space allocated: 6.552 Mbytes; currently free: 0.866 Mbytes in 5 blocks
278938 words; after pruning: 187126
Sorting words ... Done
14 146774
Finding subject matches ...
descrip_buffer expanded
descrip_buffer expanded0.504 Mbytes allocated -- total 7.056 Mbytes
0.504 Mbytes allocated -- total 7.560 Mbytes
0.504 Mbytes allocated -- total 8.064 Mbytes
.0.504 Mbytes allocated -- total 8.568 Mbytes
0.504 Mbytes allocated -- total 9.072 Mbytes
. Done
Total space allocated: 9.072 Mbytes; currently free: 2.741 Mbytes in 12 blocks
# pass words: 1587, #fail words: 491
Quickalign: 741 successes, 137 failures
2413 SWAT alignments performed. 867 pairs have score >= 30
Making reversed pairs ... Done
Total space allocated: 9.072 Mbytes; currently free: 7.792 Mbytes in 13 blocks
Printing matches ... Done
Total space allocated: 9.072 Mbytes; currently free: 7.726 Mbytes in 14 blocks
Segmentation fault
Comment