twmht / python-rocksdb

Python bindings for RocksDB
BSD 3-Clause "New" or "Revised" License
274 stars 89 forks source link

Crash when iterating over column family records #91

Open alexreg opened 3 years ago

alexreg commented 3 years ago

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 commented 3 years ago

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