In my class destructor I'm doing the following:
index->CloseIndex();
delete index;
("index" is xbNtx*) However the destructor of xbNtx does its
own CloseIndex without checking if it's already been closed.
Apparently sometimes this causes a seg fault.
Suggestion:
in xbNtx::CloseIndex, just after "if(indexfp) fclose( indexfp );"
add "indexfp = NULL"
Logged In: YES
user_id=37575
This code update has been added to the library and will be
available with the next major release,