Hi,

referring to 1.1.6:

if iname contains a trailing slash the check in line part.cpp:778

strcmp(activeDir, iname)==0

fails as removeTail() is used on activeDir but not on iname (or a copy of it 
as it is a const char) and fastbit throws an exception that it can't use the 
dir.

Furthermore it creates a subdir if in readonly mode:

obj->part=new ibis::part("/tmp/test/",true);

=> results in a directory /tmp/test/tmp/test

Kind regards,

        Andreas Streichardt
_______________________________________________
FastBit-users mailing list
[email protected]
https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users

Reply via email to