Open dsenalik opened 8 years ago
Thank you again! Basically same reply here, solving some khash-problems has my current priority, but this is definitely an area where Pindel could have been programmed more cleany. So thank you for providing some extra eyes to the code!
In file src/bddata.cpp line 42 (and elsewhere) a file is opened, but is not checked for existence beforehand, nor checked after open, e.g. CheckbdFileFirst.good() If the file does not exist, an infinite loop condition occurs because CheckbdFileFirst.eof() is never true.