python-rocksdb
python-rocksdb copied to clipboard
Crash when iterating over column family records
The line in my code db.iterkeys(cf)
causes the following crash. (cf
is a valid ColumnFaimlyHandle
retrieved using db.get_column_family
.)
pthread destroy cv: Invalid argument
Abort trap: 6
Actually, this seems to be happening on DB close, upon further investigation.