Description
That segfaults the python client. I've worked around that for now (but it is a hack). The problem is, we don't clear the callback before calling the handle destructor (which will call the callback if it is set). One-liner fix - clear_callback() in search.cc:46
Attachments
Issue Links
- blocks
-
PYCBC-1147 Remove hack in fts.c after corresponding LCB issue is fixed
- Resolved