vhbit / lmdb-rs

Rust bindings for LMDB
MIT License
114 stars 47 forks source link

Assertion and panic with Cursor::to_next_key after Cursor::del_item #62

Open Taywee opened 4 years ago

Taywee commented 4 years ago

This seems likely to be caused by the bug listed here https://www.openldap.org/lists/openldap-bugs/201604/msg00046.html which has been since resolved. A new version of LMDB should correct it. It looks like lmdb-rs uses LMDB 0.9.18, but this was fixed in 0.9.19 (also visible in this PowerDNS ticket).