Closed cjain7 closed 2 years ago
I missed this, but I have observed the same segfault. I believe the 0.18 should have fixed the issue. Please feel free to reopen this issue if you still see the same bug.
Unfortunately the segmentation fault still occurs with v0.18
$ gcc --version
gcc (SUSE Linux) 7.5.0
I see you are using --no-kalloc
. Do you see the error without --no-kalloc
?
Hello Heng. This issue was resolved. I had switched to GCC 11.2.0 compiler from INTEL, and then it worked fine.
If you are using v0.18, you could try 45d11e4. It seems that some compiler/linux combinations segfault with memcpy(0,0,0)
.
If you have time, could you compile the github HEAD and see if it works? If it works on your end, I will release v0.19 just for this fix. Glenn found this issue on Ubuntu 18.04. The fix worked for him.
Minigraph version: 0.17-r529-dirty (commit: ed797c1)
Command:
The sequences were pulled from hifiasm-phase FTP link. ftp://ftp.dfci.harvard.edu/pub/hli/hifiasm-phase/v2/
Error log with GDB:
Please let me know if I should provide more information. Thanks!