Closed weiranmmm closed 7 months ago
Yeah, cactus is a little simplistic about that error. Any time a process exits with code 4 (which often corresponds to illegal instruction), it prints that avx2 message. But in your case, it's coming out of samtools | sed
, and the real message is
exited 4: stderr=sed: couldn't write 60 items to stdout: Cannot allocate memory
I've never seen this particular one before, but it looks like you're out of memory somehow.
Yeah, cactus is a little simplistic about that error. Any time a process exits with code 4 (which often corresponds to illegal instruction), it prints that avx2 message. But in your case, it's coming out of
samtools | sed
, and the real message isexited 4: stderr=sed: couldn't write 60 items to stdout: Cannot allocate memory
I've never seen this particular one before, but it looks like you're out of memory somehow.
thank you for the reply.
yes that is the point. i mean, it seems that i had a memory error, but cactus report an avx2 support error. so it had me confused, whether it was a bug. i think this might be an improvement point in future version. the program would only pick up exits code 4 with illegal instruction error message as avx2 support trouble, not only exits code 4.
anyway, my doubts have been resolved. thank you very much.
Hi
i am using this amazing soft since 2.7. it worked very well, excepted some random error on fa build. However, when i try to use the newest version 2.8.1, i have a new error. this is a part of error log, indicating that my cpu do not support axv2
I used singularity binaries, and slurm support on a server cluster. the CPU is epyc 7501, which should support avx2. And if cpu do not support the avx2, should it give me an error message like illegal instruction? not can not allocate memory?? Best regards, WEI