Open hongxuchen opened 5 years ago
I just updated pblat based on the latest blat v36x2, you can try to compile with the latest code.
It seems that the issue still exists. I attached a valgrind report for the regularly compiled pblat
which can be reproduced by running valgrind ./pblat -threads=1 ./pblat-report/01.fa ./pblat-report/astral-scopdom-seqres-all-test.fa /tmp/pblat-c.psl
.
pblat_valgrind.txt
When pblat is compiled with AddressSanitizer, it reports a out-of-bound write buffer overflow error at lib/fa.c:483.
Since this specifies only one thread, it may also affect the original blat; however I'm not able to compile that, so only report here. Please see the attached files for details.
pblat-report.zip