dermesser / leveldb-rs

A reimplementation of LevelDB in Rust (no bindings).
Other
521 stars 59 forks source link

panicked at 'called `Option::unwrap()` on a `None` value #31

Open 362228416 opened 1 year ago

362228416 commented 1 year ago

thread 'tokio-runtime-worker' panicked at 'called Option::unwrap() on a None value', /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-leveldb-1.0.7/src/cache.rs:90:75 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace double free or corruption (fasttop)

The program will report an error after a period of time, I only have two operations in the program, before saving to obtain whether the value exists, no then save

dermesser commented 1 year ago

Would you be able to provide a backtrace, or comment on how you make use of leveldb?