python-rocksdb icon indicating copy to clipboard operation
python-rocksdb copied to clipboard

Crash when iterating over column family records

Open alexreg opened this issue 3 years ago • 1 comments

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

alexreg avatar Mar 06 '21 18:03 alexreg

Actually, this seems to be happening on DB close, upon further investigation.

alexreg avatar Mar 07 '21 04:03 alexreg