refresh-bio / KMC

Fast and frugal disk based k-mer counter
253 stars 73 forks source link

std::bad_function_call #157

Open fls-333 opened 3 years ago

fls-333 commented 3 years ago

Hi, my kmc can not work on aarch64 Linux: Stage 1: 100% Stage 2: 0%terminate called after throwing an instance of 'std::bad_function_call' what(): bad_function_call What can I do? Please help. Thanks.

marekkokot commented 3 years ago

Hi,

we have not tested KMC for ARM. Honestly, I have no experience with the ARM. Have you compiled KMC on your own or does the precompiled version works? Does it crash for any input or only for a specific one? In the second case could you send me your input causing the issue? If the issue is ARM related it may be quite hard to fix for me because currently, I do not have access to any reasonable machine with ARM.