You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I test SPTAG in python by your python test code. I find when I delete some data from Index, SaveIndex always get segmentation fault.
This is Delete and Save code:
def testDelete(index, x, out):
i = SPTAG.AnnIndex.Load(index)
ret = i.Delete(x.tobytes(), x.shape[0])
print (ret)
print("Del finished...................")
i.Save(out)
After save tree.bin finished, segmentation fault.
Thanks for your favor.
The text was updated successfully, but these errors were encountered:
AmigoCDT
changed the title
SaveIndex failed after Delete.
SaveIndex failed (Segmentation Fault) after Delete.
Jul 12, 2019
Describe the bug
When I test SPTAG in python by your python test code. I find when I delete some data from Index, SaveIndex always get
segmentation fault
.This is Delete and Save code:
After save tree.bin finished, segmentation fault.
Thanks for your favor.
The text was updated successfully, but these errors were encountered: